Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

PageView call trigger when starting a Heartbeat session

Avatar

Level 1

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. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

Avatar

Correct answer by
Employee Advisor

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.