- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
06-25-2018 06:33 AM - edited 06-25-2018 06:34 AM
In case you were wondering why context data variables starting with letter "a" are not passed over to the Adobe server calls:
fix the following line in your template:
change line
if (d[e][2] !== "a" && d[e][3] !== ".") { // Exclude mobile vars
to
if (! (d[e][2] == "a" && d[e][3] == ".")) { // Exclude mobile vars
06-27-2018 11:06 AM
How did I miss this @tibor_szentmarj?!?! Great catch and thank you for letting us know.
Copyright All Rights Reserved © 2008-2023