s.tl() call fires but no image request | Community
Skip to main content
Level 2
May 29, 2020
Solved

s.tl() call fires but no image request

  • May 29, 2020
  • 5 replies
  • 3571 views

I've got a direct call rule in Launch that sets analytics variables and makes an s.tl() call.  According to the debugger the rule fires, and I see the image request in the AECD but not in Charles Proxy.  The data never shows up in Adobe Analytics.  And to make matters worse the failure is happening intermittently.  Probably 60% of the time the call is made successfully and the data ends up in the report suite.  I don't recall seeing this issue before I updated to the latest Adobe Analytics extension in Launch, but of course it might be completely unrelated.  Has anyone else seen anything like this?

 

Thanks!

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 jantzen_b

Original poster was able to find a solution to their own problem:

 

I am setting the s.useBeacon to true before the s.tl() call which solves this issue: https://docs.adobe.com/help/en/analytics/implementation/vars/config-vars/usebeacon.html

5 replies

Andrey_Osadchuk
Level 10
June 9, 2020

Could you share a URL of that page and the CTA name that triggers s.tl() ?

ChristyWAuthor
Level 2
June 12, 2020
Unfortunately it is an internal site and cannot be accessed from the outside. Since the link that triggers the s.tl() call opens a new page, I'm testing this option and so far it looks promising: https://docs.adobe.com/help/en/analytics/implementation/vars/config-vars/usebeacon.html
jantzen_b
Adobe Employee
Adobe Employee
September 14, 2020
Did you ever figure out what was causing the problem here? If so, could you post the solution here so others might also have it?
ChristyWAuthor
Level 2
September 15, 2020
I am setting the s.useBeacon to true before the s.tl() call which solves this issue: https://docs.adobe.com/help/en/analytics/implementation/vars/config-vars/usebeacon.html
jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
September 15, 2020

Original poster was able to find a solution to their own problem:

 

I am setting the s.useBeacon to true before the s.tl() call which solves this issue: https://docs.adobe.com/help/en/analytics/implementation/vars/config-vars/usebeacon.html

jantzen_b
Adobe Employee
Adobe Employee
September 15, 2020
Thanks for following up with your own solution. I've marked it correct so others can easily find it.