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
},

