-
Notifications
You must be signed in to change notification settings - Fork 0
/
appcues_test1.html
42 lines (37 loc) · 2.04 KB
/
appcues_test1.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>
<html>
<head>
<title>Appcues test page</title>
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
analytics.load("f0mkFrd38lR8LW97t73odW9VkiQP532m");
//analytics.page("JIRA tips", {keywords: ['football', 'new york giants', 'eli manning']});
}}();
</script>
</head>
<body>
<ul>
<li>
<a href="https://joe-ayoub-segment.github.io/home.html">Home</a>
</li>
<li>
<a href="https://joe-ayoub-segment.github.io/sign_up.html">Sign up</a>
</li>
<li>
<a href="https://joe-ayoub-segment.github.io/video_tutorials.html">Confluece Video tutorials</a>
</li>
<li>
<a href="https://joe-ayoub-segment.github.io/jira_tips.html">JIRA tips</a>
</li>
<li>
<a href="https://joe-ayoub-segment.github.io/project_management.html">Project Management</a>
</li>
<li>
<a href="https://joe-ayoub-segment.github.io/collaboration_best_practices.html">Collaboration best practices</a>
</li>
</ul>
<h1>Appcues test page</h1>
<p>Check if Appcues is working with Segment!</p>
<p>A popup should display with a list of things to do...</p>
</body>
</html>