We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Apr 29, 2021 12:21 PM - edited Apr 29, 2021 3:01 PM
Hey
I have one custom report and i would like to extract whole data from it with fields by api GET call. I didnt find any ducomentation for it . can any one provide more details how to slove it?
May 6, 2021 4:11 AM
Hi @srozentsvayg
Please use this api for reports fetch data.
https://api.hubapi.com/analytics/v2/reports/<breakdown_by>/<time_period>?hapikey=demo&start=20180101...
Format Examples :
breakdown_by like => totals, sessions, sources, geolocation etc
time_period like => total, daily, weekly, monthly etc
Start date format => YYYYMMDD
End date format => YYYYMMDD
Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.
May 2, 2021 5:24 AM
i am not able to find support to pull data from custom reports by using analytics . or i am missing somting?
for example i have location of the report
https://app.hubspot.com/reports-list/<account_id>/77842715/
77842715 = is id for report , i cant find parameters where to pass it trougth analytics api
Apr 30, 2021 10:40 AM
Not sure if this is the direction you are looking to go, but here are the endpoint for reports
@RMones might have some more thoughts on this.