Adobe Analytics api | Community
Skip to main content
March 21, 2019
Solved

Adobe Analytics api

  • March 21, 2019
  • 1 reply
  • 1455 views

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.

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 Brian_Kent_Watson

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

1 reply

Brian_Kent_Watson
Adobe Employee
Brian_Kent_WatsonAdobe EmployeeAccepted solution
Adobe Employee
March 22, 2019

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