Send Beacon to Analytics. | Community
Skip to main content
Luca_Lattarini
Level 9
July 22, 2020
Solved

Send Beacon to Analytics.

  • July 22, 2020
  • 2 replies
  • 2192 views

Hello everyone,

 

I am creating a rule in Launch where I send beacon to Analytics. Anyone knows when we have to choose between s.t() or s.tl()?

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 isinha

Hi @luca_lattarini ,

s.tl() call would be ideal to track Form Submit and Login button.

Thanks!

2 replies

Adobe Employee
July 22, 2020

Hi @luca_lattarini ,

It depends on your requirement. If you were to fire a page view call, you will need to go for s.t() call. Otherwise we should choose s.tl() calls for link calls (non page-view call; it doesn't count towards a page view). For example, if someone clicks on a link on your page which downloads a document, you wouldn't want to count that server call towards a page view. Another example, if someone clicks on a link on a page of your site to navigate to other sections of the site and if you would want to track the link click, s.tl() calls are the ideal scenario.

Hope this explains!

Thank you!

Luca_Lattarini
Level 9
July 22, 2020
For instance, I want to track with event and evars these two client actions 1) Form (text fields, multi choices, etc) 2) Login Button (FB,Google,etc) . Is it correct to use s.tl() by sending beacon to AA?
isinhaAdobe EmployeeAccepted solution
Adobe Employee
July 22, 2020

Hi @luca_lattarini ,

s.tl() call would be ideal to track Form Submit and Login button.

Thanks!