s.tl triggered call in network tab, but eVar and Prop values are missing | Community
Skip to main content
Vijaya_Vignesh1
Level 2
February 13, 2019
Solved

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

  • February 13, 2019
  • 1 reply
  • 4271 views

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.

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 ruchitam1208080

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

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

1 reply

ruchitam1208080
ruchitam1208080Accepted solution
Level 2
March 20, 2019

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

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