Dynamic variables not passed correctly in the reports | Community
Skip to main content
July 19, 2016
Solved

Dynamic variables not passed correctly in the reports

  • July 19, 2016
  • 2 replies
  • 1399 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by warrensander

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)

2 replies

Gigazelle
Adobe Employee
Adobe Employee
July 21, 2016

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!

warrensander
warrensanderAccepted solution
Level 6
July 27, 2016

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)