Hi,
Is there a way to assign individual events for each hashchange?.If yes, which rule would work.
TIA
Solved! Go to Solution.
not sure if you've changed things for security but your first if statement has "hasvalue" instead of "hashvalue" also it looks like you're putting the code in the custom criteria field which is wrong you need to put it in the Analytics custom page code section (below the evar,props,events section)
For criteria you should just have on pushstate or hashchange and generally don't need any other criteria
Views
Replies
Total Likes
I use an JS IF statement within custom code section:
Very basic and cut down version of what I use:
if(Stage == "abc") { s.events = "event42"; } else if (Stage == "def") { s.events = "event43"; }
If you're doing it for non pageviews the code is slightly different due to the way s.tl works
Thanks for the reply. It doesn't seem to be working for me. I have created the rule and set the condition like the below. any thoughts?
Views
Replies
Total Likes
not sure if you've changed things for security but your first if statement has "hasvalue" instead of "hashvalue" also it looks like you're putting the code in the custom criteria field which is wrong you need to put it in the Analytics custom page code section (below the evar,props,events section)
For criteria you should just have on pushstate or hashchange and generally don't need any other criteria
Views
Replies
Total Likes
Thanks for highlighting the typo error. It works perfectly fine when i move all the code to custom page code. thanks again
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies