Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
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.

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.