Skip to content

Instantly share code, notes, and snippets.

@65
Created March 11, 2012 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 65/2015589 to your computer and use it in GitHub Desktop.
Save 65/2015589 to your computer and use it in GitHub Desktop.
Filtering your traffic from Google Analytics - the better way
<cfif isUserInRole('Admin')>
<body onLoad="javascript:__utmSetVar('AdminUser')">
<cfelse>
<body>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment