Hello,
I can see random values in the reports for eVars and props, for which the values are taken dynamically from a respective prop (D=c1)
Do you know where this probleme might be coming from ?
Thanks
Kate
Solved! Go to Solution.
Views
Replies
Total Likes
you could have some uuencoding issues based on different browser setups and javascript versions.
We do see this sometimes but it's very small numbers so for the most part we don't worry about it since whatever you are dynamically building you have stored in a previous variable.
however, you can always create a processing rule to try to see if any of those strings are there in the variable then just re-create it (or forget the dynamic variable and create it in a processing rule always)
Views
Replies
Total Likes
Hi Kate, could you try this? I wasn't able to find any examples of strings before dynamic variables in our documentation, but I'm hypothesizing that this will work:
s.eVar1="'US|'+D=pageName";
Let me know if this does not work for you, and I we can look into it further. Thanks!
Views
Replies
Total Likes
you could have some uuencoding issues based on different browser setups and javascript versions.
We do see this sometimes but it's very small numbers so for the most part we don't worry about it since whatever you are dynamically building you have stored in a previous variable.
however, you can always create a processing rule to try to see if any of those strings are there in the variable then just re-create it (or forget the dynamic variable and create it in a processing rule always)
Views
Replies
Total Likes