Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

will Omniture s.tl() function result in 0% bounce rate

Will the Omniture s.tl() function count as an additional 'visit', therefore resulting in a non-bounce for that visitor?

like image 498
d-_-b Avatar asked Oct 22 '22 11:10

d-_-b


1 Answers

It will not count as an additional 'visit', however it will count as an additional 'hit'.

A visit consisting of more than one hit (in this circumstance, an s.t() and s.tl() call) are not counted as a Bounce. However, they are still counted as a Single Access.

Since Bounce Rate can legitimately be defined using either Single Access or Bounces, it's important to understand the differences between the two. Depending on whether you want the s.tl() call to include/exclude bounced visits would determine which method of bounce rate you'd want to use. See this article for everything you'd want to know about it and its various calculations.

like image 72
Gigazelle Avatar answered Oct 25 '22 18:10

Gigazelle