Exclusion from GA.
[ADDED] Site: Method of excluding oneself from Google Analytics.
This commit is contained in:
parent
5e9af44736
commit
3b7d2dc08e
24
Site/excludeme.html
Normal file
24
Site/excludeme.html
Normal file
@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<!-- Google Analytics -->
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-90535-15']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="javascript:void(function(w){try{_gaq._getAsyncTracker()._setVar(w)}catch(e){try{__utmSetVar(w)}catch(e){pageTracker._setVar(w)}}alert('Done. You are now excluded from tracking.')}('exclude_me'));void(0);">
|
||||
|
||||
<h1>Excluding you from Google Analytics web tracking for this site.</h1>
|
||||
|
||||
<p>After the pop-up appears, you should be excluded from any web tracking done by Google Analytics on this web site.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user