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.

Help with reporting API v2.0

Avatar

Level 1

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?

3 Replies

Avatar

Level 1

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

Avatar

Community Advisor

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/

Avatar

Level 1

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.