Posted Pages EndPoint

Hi there,
I have been using this endpoint to retrieve all the pages posted from our HubSpot, “https://api.hubapi.com/analytics/v3/reports/pages/total
But now, I noticed that some pages posted are not available when I test on Postman.
I search the page’s breakdown, is there a reason why some other pages are found but others aren’t found?
Example of response:

{

        "meta": "Thank you",

        "breakdown": "fintech.company.com/thank-you",

        "newVisitorRawViews": 2564,

        "exits": 1753,

        "pageviewsMinusExits": 1432,

        "exitsPerPageview": 0.5503924646781789,

        "rawViews": 3185,

        "pageBounces": 305,

        "pageTime": 101576,

        "timePerPageview": 70.93296089385476,

        "standardViews": 3185,

        "entrances": 344,

        "pageBounceRate": 0.8866279069767442

    },

Hello, Here is some things that I would review the following possible causes:

1. No Tracked Traffic Yet

If the pages doesn’t have any interactions, it won’t appear in the report.

2. Tracking Code Not Set up or is misconfigured

If a HubSpot Tracking Code is missing or misconfigured on some pages, the Analytics engine won’t capture the data for those pages.
3. Cross-Domain/Subdomain Reporting Gaps

The reports data is per root domain. I would confirm that the subdomain you are using is set up with the racking, and is associated with your Account.

Let me know if this helps, or if you have any other questions!


:check_mark: Was I able to help answer your question? Help the community by marking it as a solution.

Brandon Woodruff
Senior Software Developer @ PearagonStill have questions? Reach out at brandon@pearagon.com

Thanks Brandon, I will check the above, and give you feedback.