コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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.

元の投稿で解決策を見る

2 返信

Avatar

Level 3

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

Avatar

正解者
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.