Hi,
I want to use the setCustomVariable in asynch mode, however in the documentation it is not clear whether I can specify the scope (visit, page):
_paq.push([‘setCustomVariable’,‘1’,‘VisitorType’,‘Member’]);
I tried including one more parameter
_paq.push([‘setCustomVariable’,‘1’,‘VisitorType’,‘Member’,‘page’]);
but does not seem working, looks like it is recorded with scope=visit every time.
Please advice,