I'm having problems adding a custom filter to analytics. I am trying to use a custom field to specify the data that I want excluding from the profile.
I have read through endless tutorials and forum posts and cannot get to the bottom of this issue!
I am setting the following (_set CustomVar being called before _trackPageview:
_gaq.push(['_setCustomVar', 1, 'loggedin', 'true', 1]);
_gaq.push(['_trackPageview']);
Setting the profile filter:
Filter Type: Custom filter, Exclude Filter Field: Custom Field 1 Filter Pattern: loggedin=true (also tried "loggedin", "ture)
The data being displayed in this profile does not exlcude users who do not have this Custom variable in the google analytics code.
Help, Please!