-
Notifications
You must be signed in to change notification settings - Fork 47
/
index.html
45 lines (35 loc) · 1.84 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
<html>
<head>
<title>Test</title>
<meta charset="UTF-8"/>
<!-- Google Tag Manager Setup (a script which loads other analytics tools) -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="/*(d3d3Lmdvb2dsZXRhZ21hbmFnZXIuY29t)*/*(Z3RhZw)*/*(anM)*?id=UA-XXXXXXXX-X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-XXXXXXXX-X');
</script>
<!-- End Google Tag Manager Setup -->
<!-- OR: Plain Google Analytics Setup (just Google Analytics) -->
<script>
(function(i,s,o,r){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date()})(window,document,'script','ga');
ga('create', 'UA-98253329-1', 'auto'); // Replace UA-98253329-1 with your tag
ga('send', 'pageview');
</script>
<!-- Masked www.google-analytics.com/analytics.js is below -->
<script src="/*(d3d3Lmdvb2dsZS1hbmFseXRpY3MuY29t)*/*(YW5hbHl0aWNzLmpz)*" async></script> <!-- When you're done setting up URL forwarding, prefix /www.google-analytics.com/... path with your proxy route (/gtm-proxy) -->
<!-- End Google Analytics Setup -->
</head>
<body>
<!-- Google Tag Manager Setup (noscript) -->
<noscript><iframe src="/www.googletagmanager.com/ns.html?id=GTM-XXXXXXX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- Replace GTM-XXXXXXX with your tag -->
<!-- When you're done setting up URL forwarding, prefix /www.googletagmanager.com/... path with your proxy route (/gtm-proxy) -->
<!-- End Google Tag Manager (noscript) -->
This is Google Tag Manager test. You are being watched. Possibly.<br>
(check the developer tools - network) (check the code of this page)
</body>
</html>