Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Getting 404 when trying to access new 2.0 api

Avatar

Level 1

Hi All,

I'm trying to integrate adobe analytics 2.0.

I've got oauth working and the test works to /discovery/me and returns the company id that is expected.

But, when I try the other endpoints like https://analytics.adobe.io/reports with the same api-key and access_token. I just get a 404

Same for /metrics endpoint

The docs I am following are here analytics-2.0-apis/reporting-guide.md at master · AdobeDocs/analytics-2.0-apis · GitHub

Is there anything, I need to do to enable this api? Or any particular scope needed to get report information.

Thanks in advance

James

1 Accepted Solution

Avatar

Correct answer by
Level 1

I've figured it out.

Have to request analytics.adobe.io/api/[global_company_id]/reports and set header x-proxy-global-company-id to the same [global_company_id] in the request

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

I've figured it out.

Have to request analytics.adobe.io/api/[global_company_id]/reports and set header x-proxy-global-company-id to the same [global_company_id] in the request