PageView call trigger when starting a Heartbeat session | Community
Skip to main content
October 1, 2020
Solved

PageView call trigger when starting a Heartbeat session

  • October 1, 2020
  • 1 reply
  • 1001 views

When calling trackSessionStart page view calls are fired, is there a way to disable this from Media SDK side? Just to give you more context we do have page level tracking already but heartbeat is inflating the pageView calls when starting a session. 

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 khurshid

The first call should be a s.tl() call (m_s) and that should not inflate Page Views. Please check if there is any processing rule which is setting page names. if you set Page Name in a s.tl() call that will be treated as s.t(), a Page View call.

 

If that is not the case, you would need to review your implementation.

1 reply

khurshid
Adobe Employee
khurshidAdobe EmployeeAccepted solution
Adobe Employee
October 6, 2020

The first call should be a s.tl() call (m_s) and that should not inflate Page Views. Please check if there is any processing rule which is setting page names. if you set Page Name in a s.tl() call that will be treated as s.t(), a Page View call.

 

If that is not the case, you would need to review your implementation.