We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d0645 commit d005d68Copy full SHA for d005d68
ignore.html
@@ -0,0 +1,19 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <script type="text/javascript">
5
+ var _gaq = _gaq || [];
6
+ _gaq.push(['_setAccount', 'UA-30727234-1']);
7
+ _gaq.push(['_trackPageview']);
8
+
9
+ (function() {
10
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
11
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
12
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
13
+ })();
14
+ </script>
15
+ </head>
16
+ <body onload="_gaq.push(['_setVar', 'test_value']);">
17
+ Google Analytics will now ignore you.
18
+ </body>
19
+</html>
0 commit comments