Report not ready after 2 hours | Community
Skip to main content
New Participant
April 20, 2020
Solved

Report not ready after 2 hours

  • April 20, 2020
  • 1 reply
  • 2873 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by isinha

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

isinhaAccepted solution
Employee
April 20, 2020

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.