forked from Labs64/NetLicensing-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathno-analytics.html
More file actions
21 lines (21 loc) · 764 Bytes
/
no-analytics.html
File metadata and controls
21 lines (21 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32654174-4']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body onLoad="javascript:_gaq.push(['_setVar', 'no-analytics']);">
<h1>Google Analytics cookie has been created!</h1>
<h4><a href="/">Back to website</a></h4>
</body>
</html>