Adobe Appmeasurement - context data variable starting with "a" not sent in server call

Silver Contributor
Silver Contributor

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
1 REPLY 1

Adobe Appmeasurement - context data variable starting with "a" not sent in server call

Employee Emeritus

How did I miss this @tibor_szentmarj?!?! Great catch and thank you for letting us know. 

Remember to give me a kudo if you like my post! Accepting my post as a solution is even better! Also remember that search is your friend.
Public