Google Analytics - Variables not recording
I have the following code:
if (_gaq){
_gaq.push(['_setCustomVar', 1, "Selected States", state_list, 3]);
_gaq.push(['_setCustomVar', 2, "Selected Months", month_list, 3]);
_gaq.push(['_setCustomVar', 3, "Selected Programs", program_list, 3]);
_gaq.push(['_setCustomVar', 4, "Zip code", zip_code, 3]);
_gaq.push(['_trackEvent', "Schedule", "search", "", true]);
}
However, I can not find where they are being recorded. I created a custom
report but am not sure if it is correct because nothing shows up on it.
Can someone help out here?
This should record every time a person is on my schedule page and every
time the search variables change on the schedule page.
It seems now that even my event Schedule has stopped tracking, too.
No comments:
Post a Comment