Hi Team,
For an Single Page Application , we are using clearvar function to clear all variables after s.t call
https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/clearvars.html
But, what we found is , it is not clearing s.pageType. Is it the expected behaviour? my understanding was it should clear all variables.
Views
Replies
Total Likes
There are a few variables that clearVars doesn't seem to clear
You could raise this as a ticket, but in the meantime, you could add a custom code block next to your clearVars that manually sets s.pageType="";
Views
Replies
Total Likes