-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-activity.html
42 lines (36 loc) · 1.87 KB
/
user-activity.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>User Activity - Analytics | Survey Honey</title>
<!-- <meta http-equiv="refresh" content="1800"> -->
<link href="https://surveyhoney.com/images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="https://surveyhoney.com/images/webclip.png" rel="apple-touch-icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/resizer.js"></script>
</head>
<body style="background-color: #F5F5F5;">
<script type='text/javascript' src='https://us-west-2b.online.tableau.com/javascripts/api/viz_v1.js'></script>
<div class='tableauPlaceholder' style='margin: auto; width: 100vw; height: 100vh; padding-top: 2vh;'>
<object class='tableauViz' style='display:none; width: 95vw; height: 95vh;'>
<param name='host_url' value='https%3A%2F%2Fus-west-2b.online.tableau.com%2F' />
<param name='embed_code_version' value='3' />
<param name='site_root' value='/t/surveyhoney' />
<param name='name' value='UserActivity/HourlyActivity-Board' />
<script>
var localdate = new Date();
localTime = localdate.getTime();
localOffset = localdate.getTimezoneOffset() * 60000;
utcTime = localTime + localOffset;
var date = new Date(utcTime);
document.write("<param name='filter' value='Date Patram=" + date.getFullYear() + '-' + (date.getMonth() + 1) + '-' + date.getDate() + "' />");
</script>
<param name='tabs' value='yes' />
<param name='toolbar' value='false' />
<param name='showAppBanner' value='false' />
<param name='refresh' value='yes' />
</object>
</div>
</body>
</html>