-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (53 loc) · 2.23 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<title>Russ's implementation testing home page</title>
<link rel="icon" type="image/x-icon" href="/analytics-implementation/favicon.ico">
<script src="https://assets.adobedtm.com/22bf1a13013f/f1ab507ef9ef/launch-fa9185e25c6a.min.js" async></script>
<link rel="stylesheet" href="/analytics-implementation/style.css">
</head>
<body>
<h1>Home page</h1>
<p>Welcome! Click any of the links to go to the page that uses that implementation method.</p>
<p>
<ul>
<li>eVar1 is set to data collection method.</li>
<li>eVar2 is set to a random number between 1 and 100.</li>
<li>eVar3 is set to the URL of the page.</li>
<li>eVar4 is set to the <code>d</code> query string parameter.</li>
</ul>
</p>
<table>
<tr>
<td>
<a href="/analytics-implementation/websdk-ext/index.html" class="icon-link">
<img src="/analytics-implementation/images/Nebulaminita.png">
<span>Web SDK extension</span>
</a>
</td>
<td>
<a href="/analytics-implementation/analytics-ext/index.html" class="icon-link">
<img src="/analytics-implementation/images/Chitinbrim.png">
<span>Analytics extension</span>
</a>
</td>
</tr>
<tr>
<td>
<a href="/analytics-implementation/alloy/index.html" class="icon-link">
<img src="/analytics-implementation/images/Syncopatium.png">
<span>Web SDK JavaScript library (Alloy)</span>
</a>
</td>
<td>
<a href="/analytics-implementation/appm/index.html" class="icon-link">
<img src="/analytics-implementation/images/Carminium.png">
<span>Analytics JavaScript library (AppMeasurement)</span>
</a>
</td>
</tr>
</table>
<p>This home page uses the Web SDK tag extension as its method of implementation.</p>
<p><a href="https://github.com/gigazelle/analytics-implementation">Link to GitHub repo</a></p>
<script src="/analytics-implementation/DataLayer.js"></script>
</body>
</html>