-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathga_only_tracking2.html
More file actions
25 lines (21 loc) · 909 Bytes
/
Copy pathga_only_tracking2.html
File metadata and controls
25 lines (21 loc) · 909 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>GA only tracking page 2</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130590100-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130590100-2');
</script>
</head>
<body>
<p>GA is installed natively on this page. Segment is not included. Page 2</p>
<a href="https://joe-ayoub-segment.github.io/ga_only_tracking1.html">GA_only_tracking1</a>
<a href="https://joe-ayoub-segment.github.io/ga_only_tracking2.html">GA_only_tracking2</a>
<a href="https://joe-ayoub-segment.github.io/ga_only_tracking3.html">GA_only_tracking3</a>
<a href="https://joe-ayoub-segment.github.io/ga_only_tracking4.html">GA_only_tracking4</a>
</body>
</html>