Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
SOLVED

Report not ready after 2 hours

Avatar

Level 2

Hi, 

we using version 1.4, we trying to get the report by this steps:

1) build report:

{
"reportDescription": {
"reportSuiteID": {{suite id}},
"dateFrom": {{date}},
"dateTo": {{date}},
"dateGranularity": "day",
"segments": [
{
"id": {{id}}
}
],
"metrics": [
{{we have 21 metrics}}
],
"elements": [
{{we have 3 elements}}
]
}
}

2) get the report id by this request(method):

  https://api.omniture.com/admin/1.4/rest/?method=Report.Queue

 

3) get the report by trying to get the status we waiting 2 hours:

https://api.omniture.com/admin/1.4/rest/?method=Report.Get

after 2 hours we still get report not ready.

 

why are we facing this behaver suddenly?  

 

thanks 

Raneen Bsais

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @RaneenBsais ,

What is the date range of the report? API is a shared resource, so if the report is too complex or it involves a larger date range, it's expected to see a delay in such reports. Additionally, if the queue is backed up by other complex reports, this delay is again expected.

If you continue to see the delay, please reach out to Client Care with the exact API request and they would look into the API queue/status, etc.

Thank you.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi @RaneenBsais ,

What is the date range of the report? API is a shared resource, so if the report is too complex or it involves a larger date range, it's expected to see a delay in such reports. Additionally, if the queue is backed up by other complex reports, this delay is again expected.

If you continue to see the delay, please reach out to Client Care with the exact API request and they would look into the API queue/status, etc.

Thank you.