Pageview not captured | Community
Skip to main content
Level 2
March 8, 2023
Solved

Pageview not captured

  • March 8, 2023
  • 1 reply
  • 862 views

Hi, i am not able to find pageview data for some pages on adobe analytics

I am able to see the data being collected on adobe plugin but data is not being collected

 

Also while debugging for the condition "isPageView" its mentioned False

 

Any idea why this is happening?  

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 yuhuisg

If "isPageView" is false, then your hit is being tracked most likely as a Custom Link.

If you've implemented AppMeasurement.js directly, then verify that you're using s.t() to track your page views instead of s.tl().

If you've implemented via AEP Tags with the Analytics extension, then verify that your Send Beacon action has been set to track as a Page View.

If you've tried the above suggestions and none of them solve your problem, please share your implementation for pageview tracking, so that we can try to troubleshoot it.

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
March 8, 2023

If "isPageView" is false, then your hit is being tracked most likely as a Custom Link.

If you've implemented AppMeasurement.js directly, then verify that you're using s.t() to track your page views instead of s.tl().

If you've implemented via AEP Tags with the Analytics extension, then verify that your Send Beacon action has been set to track as a Page View.

If you've tried the above suggestions and none of them solve your problem, please share your implementation for pageview tracking, so that we can try to troubleshoot it.