Can visits be incremented without incrementing page views? | Community
Skip to main content
AngelDee77
Level 4
November 30, 2019
Solved

Can visits be incremented without incrementing page views?

  • November 30, 2019
  • 1 reply
  • 1876 views

Difficult question to ask, but can the firing of s.t()tracking links increase the count of visits, without the increase of page views?  Is that even possible when the tracking links are on a page.

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 KDSingh14

Hi Angela,

The only situation where visits can be increase without increasing the page views is if you have s.tl() calls implemented. Below is the documentation for the same.

The s.tl() Function - Link Tracking

On a page load if s.t() call is implemented then Page view will fire along with increment of visit.

However, due to any reason if only s.tl() is implemented then pageview will not increment only visit will increment.

regards

karandeep Singh

1 reply

KDSingh14
KDSingh14Accepted solution
Level 3
December 2, 2019

Hi Angela,

The only situation where visits can be increase without increasing the page views is if you have s.tl() calls implemented. Below is the documentation for the same.

The s.tl() Function - Link Tracking

On a page load if s.t() call is implemented then Page view will fire along with increment of visit.

However, due to any reason if only s.tl() is implemented then pageview will not increment only visit will increment.

regards

karandeep Singh