Exclude Filter for Google Analytics Tracking
1. Create a bookmark in your browser with the code snippet below:
javascript:var pageTracker = _gat._getTracker("UA-#######-1"); pageTracker._setVar('remove-me');alert('Set.')
2. Replace ####### with your Google Analytics code.
3. Create a filter in GA to exclude the cookie (remove-me) from tracking.
4. When you visit your site, hit this bookmark.
You could also create a page to set the cookie…