I created a simple custom report to show traffic by API proxy and App.
However, when I run it in the UI and use custom to set the date range, the UI is limiting the period to 2 weeks.
How can I generate a custom report that I can run for the entire year to date?
I can get the URL and change the date range in an API call and see the results.
Thanks, Kurt
Solved! Go to Solution.
Custom reports are generated from the raw transaction data. So, the query time range is limited to 2 weeks so the results can be returned within a reasonable time accounting for a wide range of traffic volumes. So, for now, you'll need to run the query for successive 2 week windows over the extended date range. In the future, we're looking into an offline mechanism for submitting queries that can be scheduled and returned at a future time.