Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Dynamic variables not passed correctly in the reports

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

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)

View solution in original post

2 Replies

Avatar

Employee Advisor

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!

Avatar

Correct answer by
Level 6

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)