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

Adobe Analytics api

Avatar

Level 1

I am trying to fetch data from adobe analytics api. I generated client_id and client_secret from adobe analytics oauth integration. Then i created my my adobe analytics project from adobe analytics workspace. My question is how can i link my adobe analytics  project to my client_id and client_Secret.

1 Accepted Solution

Avatar

Correct answer by
Employee

You don't need an Analysis Workspace project in order to query data using the Analytics API. The Analytics API allows you to query any data the API caller (either an authenticated user via oAuth or a service token via JWT) has permissions to view, regardless of whether that data is displayed in a Workspace project.

If you want to query the same data that is displayed in a Workspace project, you can use the Workspace debugger to see how Workspace formulates the API requests. Using the Workspace debugger to see how to formulate report requests is a hand technique that's documented here:  analytics-2.0-apis/reporting-tricks.md at master · AdobeDocs/analytics-2.0-apis · GitHub

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

You don't need an Analysis Workspace project in order to query data using the Analytics API. The Analytics API allows you to query any data the API caller (either an authenticated user via oAuth or a service token via JWT) has permissions to view, regardless of whether that data is displayed in a Workspace project.

If you want to query the same data that is displayed in a Workspace project, you can use the Workspace debugger to see how Workspace formulates the API requests. Using the Workspace debugger to see how to formulate report requests is a hand technique that's documented here:  analytics-2.0-apis/reporting-tricks.md at master · AdobeDocs/analytics-2.0-apis · GitHub