Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

s.tl triggered call in network tab, but eVar and Prop values are missing

Avatar

Level 3

Hello,

I have configured a Link tracking - Direct call rule in Adobe Launch, In the Set Variables - custom code section I am configuring the eVars and Props and I have added a send beacon function. In Network tab, I am able to see the Adobe analytics Image Beacon but eVars and Props are missing. Only pageName, g, r and CC are seen in the Image request.

For Debugging, I changed the Send Beacon to s.t(), I am able to see all the variables. Also, If I manually call the s.tl() function inside the set variables custom code I am able to see the beacon with all the eVar and prop Variables. What could be the reason for this?

Thanks in Advance,

Vijay.

1 Accepted Solution

Avatar

Correct answer by
Level 3

Please initiate evar and prop in custom code once and check again. For example:

s.linkTrackVars="eVar<no.>,prop<no.>";

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Please initiate evar and prop in custom code once and check again. For example:

s.linkTrackVars="eVar<no.>,prop<no.>";