I want to test custom variables in analytics, but I am not sure if they appear as I track them. I have tracked successfully two other variables but I am having problem with the third, the only difference I see is the name that contains spaces Signed up users
.
Anyway what I want to know is how many time do I have to wait to see custom variable appear?
I am using this code:
x=function(){_gaq.push(['_setCustomVar', 3, 'Signed up users', 'true', 3]);_gaq.push(['_trackPageview']);}
And when I run this function real time result mark a visit, anyway I don't see the custom variable tracked, going to try with other variables.