Help with reporting API v2.0 | Community
Skip to main content
New Participant
January 27, 2023
Solved

Help with reporting API v2.0

  • January 27, 2023
  • 2 replies
  • 1520 views

Hi.

 

We are experiencing issues with reporting API v2.0. The error is:

 

{
"errorCode": "resource_not_found",
"errorDescription": "Requested resource URL or path does not exist. requestUrl=http://appservice5.omniture.com/analytics/1.0/ exceptionMessage=HTTP 404 Not Found",
"errorId": "86b84583-a125-4d28-8627-7045e72a7ed5"
}

 

Can you help us?

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 leocwlau

Wondering where you get the http://appservice5.omniture.com. But according to the API documentations, the API v2.0 should be starting with https://analytics.adobe.io, like the discovery API, https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/discovery/

2 replies

leocwlau
leocwlauAccepted solution
New Participant
January 30, 2023

Wondering where you get the http://appservice5.omniture.com. But according to the API documentations, the API v2.0 should be starting with https://analytics.adobe.io, like the discovery API, https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/discovery/

matjazsuAuthor
New Participant
January 30, 2023

Maybe I should have been more explicit:

 

request: 

 

curl --location --request POST 'https://analytics.adobe.io/api/{company_id}/reports' \
--header 'x-api-key: {api_key}' \
--header 'Authorization: Bearer {token}' \
--header 'x-proxy-global-company-id: {company_id}' \
--header 'Content-Type: application/json' \
--data-raw '{report}'
 
reponse:
{
"errorCode": "resource_not_found",
"errorDescription": "Requested resource URL or path does not exist. requestUrl=http://appservice5.omniture.com/analytics/1.0/ exceptionMessage=HTTP 404 Not Found",
"errorId": "86b84583-a125-4d28-8627-7045e72a7ed5"
}
 
Such behaviour was present the entire day of Fri. 27.01.2023. Currently is working, so that is why I believe the issue was present with Adobe.
New Participant
January 27, 2023

We are having the same issue. Most endpoints give us the same error but authentication and dimensions endpoints are working ... weird.