Skip to content

Commit d005d68

Browse files
author
Tom Clark
committed
Added the ignore file for real this time
1 parent 81d0645 commit d005d68

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ignore.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)