Success events on s.t or s.tl call? | Community
Skip to main content
New Participant
July 19, 2023
Solved

Success events on s.t or s.tl call?

  • July 19, 2023
  • 2 replies
  • 1210 views

Hello All, 

 

I am a bit confused as to which should be used to throw a success event, a s.t() or s.tl() call. This will fire on the confirmation page and originally I would have the event on the s.t (page view) call but hearing some recommend using s.tl call, would it matter which one is used when they both would contain the same variables (props/evars)? I was thinking keeping it in one call within the s.t() page view call to avoid a s.tl() call that could be combined on the page view call.

 

Tried looking on line for best practices and I know s.tl is for custom link tracking but what is the recommended or best practice for something like this?

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 jayakrishnaaparthasarathy

Hi @edwardbu3  - Yes, it does really matter of which object we are using to tied up on success event. It is highly recommend to use only s.tl() for measuring the success events. 

2 replies

Amruthesh_AG
New Participant
January 22, 2024

@edwardbu3 

 

Use s.tl() for measuring the success events. 

s.tl(): Should use to send data to Adobe Analytics and do not treat it as a page view

jayakrishnaaparthasarathy
jayakrishnaaparthasarathyAccepted solution
New Participant
August 8, 2023

Hi @edwardbu3  - Yes, it does really matter of which object we are using to tied up on success event. It is highly recommend to use only s.tl() for measuring the success events. 

EdwardBu3Author
New Participant
August 9, 2023

Thank you for your feedback!