Forum Moderators: DixonJones
If I'm not making myself clear: the code in each and every html page header is something like
<script type="text/javascript">
_uacct = "UA-XXXXX-1";
urchinTracker();
</script>
If I create a file gacode.js with the content
_uacct = "UA-XXXXX-1";
urchinTracker();
and put the line
<script type="text/javascript" src="gacode.js"></script>
in the header, would that work, too? If so, I could just comment out the tracking code in one place and go ahead with testing my redesign.
I don't want to suppress hits from our own IP range because we run other tests on GA as well.
cheers
teylyn