Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

Send Beacon to Analytics.

Avatar

Community Advisor

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

Community Advisor
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!