Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Adobe Analytics Reporting API Error: report_not_ready

Avatar

Level 1

We are using the reporting API for multiple clients to get the data from Adobe Analytics. There is a big problem where for some clients we keep getting "report_not_ready" error after waiting for around 10 minutes. Also, for the same client we make the same requests everyday and on some days it may return the data.

Request

{'reportDescription': {'reportSuiteID': u'client_x', 'metrics': [{'id': 'instances'}, {'id': u'orders'}, {'id': u'revenue'}, {'id': u'visits'}], 'dateGranularity': 'day', 'segments': '', 'dateTo': '2018-08-05', 'dateFrom': '2018-05-01', 'elements': [{'top': 20, 'id': u'lasttouchchannel'}]}}

Response after 10min waiting

{u'error_description': u'Report not ready', u'error_uri': None, u'error': u'report_not_ready'}

1. Is there a way for us to get the report in a timely manner(less than 10min)?

2. Can a client solve the issue with Adobe for their account specifically?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This wholly depends on the report complexity. If it's a complex API request using multiple breakdowns, metrics, and segments for an extended date range, it is very possible for the request to take longer than 10 minutes.

Your best bet is going to be to either wait a bit longer, or simplify the request so it returns faster. You might also have luck with the v2.0 APIs, which were released last month.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

This wholly depends on the report complexity. If it's a complex API request using multiple breakdowns, metrics, and segments for an extended date range, it is very possible for the request to take longer than 10 minutes.

Your best bet is going to be to either wait a bit longer, or simplify the request so it returns faster. You might also have luck with the v2.0 APIs, which were released last month.