내 커뮤니티 업적 표시줄을 확대합니다.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

s.tl() call fires but no image request

Avatar

Level 2

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!

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

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

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Level 10

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

Avatar

Level 2
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

Avatar

Employee
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?

Avatar

Level 2
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

Avatar

정확한 답변 작성자:
Employee

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

Avatar

Employee
Thanks for following up with your own solution. I've marked it correct so others can easily find it.