Hello,
I am trying to get page views and sessions for all of my web pages in a given data range broken down daily or monthly, but it seems that there is only option to get them summarized daily without breaking down by a specific web page:
https://api.hubapi.com/analytics/v2/reports/pages/summarize/daily?start=20180101&end=20180301
or broken down to a specific web page but summarized through the whole data range not daily:
https://api.hubapi.com/analytics/v2/reports/pages/total?start=20180101&end=20180301
To reiterate I want to get daily or monthly data for every page separately.
Is there any way to do this? Thanks for helping in advance.