Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

s.tl() and bounce rates

Avatar

Level 1

Hi,

I have a question about the s.tl() function and how or if it affects bounce rates.

* Let say i have a site with a standard s.t() fire to track the page view.

* 5 seconds after page load, we'll update some evar variable, then call the s.tl() function to push a custom value for the user.

* The user leaves the page.

With the above, there will be two beacon fires.  Will that user/page view be considered a bounce?

thanks

1 solución aceptada

Avatar

Respuesta correcta de
Level 10

Hi bennyl55719097,

There are two ways of how Bounce Rate can be calculated. The preconfigured Bounce Rate metric will not consider the scenario as a bounce. However, you may want to build another Bounce Rate metric to exclude s.tl calls from calculation so that only page views are taken into account. The formula is Single Page Visits divided by Entries.

Let me know if that helps.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Level 3

In this case there are two server calls and therefore not a bounce

Avatar

Respuesta correcta de
Level 10

Hi bennyl55719097,

There are two ways of how Bounce Rate can be calculated. The preconfigured Bounce Rate metric will not consider the scenario as a bounce. However, you may want to build another Bounce Rate metric to exclude s.tl calls from calculation so that only page views are taken into account. The formula is Single Page Visits divided by Entries.

Let me know if that helps.