Scheduled Analytics Exports or API endpoint.
complete
N
Nicole Roundy
While its possible to export analytics via reports, its not currently possible to schedule this report for automation: https://share.getcloudapp.com/d5unZ81z
We'd like the option to schedule report to an email daily in order to automate analytic exports to our data warehouse.
Alternatively, an Analytics API endpoint to automate reports from would be preferred.
Log In
Peter Bartlett
marked this post as
complete
We have added 2 new API endpoints for reports:
- /v1/reports/list
- /v1/reports/get
The list endpoint accepts the following in the payload
- state
- chart_type
- search_term
- folder_id
- linked_state
- sort_order
- sort
and the get endpoint accepts:
- report_id
- refresh
We will have a help doc available soon that will explain these options in more detail, but wanted to expose these new endpoints as soon as possible so they might be utilised.
Any questions, please reach out to support.
Thanks!