Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
SOLVED

Send Beacon to Analytics.

Avatar

Level 9

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()?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @Luca_Lattarini ,

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

Thanks!

View solution in original post

3 Replies

Avatar

Employee Advisor

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!

Avatar

Level 9
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?

Avatar

Correct answer by
Employee Advisor

Hi @Luca_Lattarini ,

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

Thanks!