Adobe Analytics API limit scope to certain reporting suite | Community
Skip to main content
October 1, 2020
Solved

Adobe Analytics API limit scope to certain reporting suite

  • October 1, 2020
  • 2 replies
  • 1496 views

Hello!

 

Is it possible to limit the Adobe Analytics API v2 to certain reporting suites? Or are there any other ways to limit API access only to certain data buckets? 

 

Thanks in advance!

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 Jacob-DDdev

@christian.kreutz , 

Please see other questions related to API permissions:

Thorough Example

 

In your case, it depends on auth type. For OAuth, you need to restrict the user to just the report suites they can use API on. For JWT, you can create a product profile containing only the report suites needed. Furthermore, if you want the user to manage their own JWT-based integration, you only need to set them as a developer of the product profile and then they can't use Analytics on any other profile.

 

All the best,

Jacob

2 replies

Adobe Employee
October 1, 2020

Hi @christian.kreutz ,

If I understand the query correctly, the response will always contain the data as per the report suite mentioned in the API request.

You can enter the report suite in the "rsid" parameter in the API request.

Thanks!

Jacob-DDdev
Jacob-DDdevAccepted solution
October 1, 2020

@christian.kreutz , 

Please see other questions related to API permissions:

Thorough Example

 

In your case, it depends on auth type. For OAuth, you need to restrict the user to just the report suites they can use API on. For JWT, you can create a product profile containing only the report suites needed. Furthermore, if you want the user to manage their own JWT-based integration, you only need to set them as a developer of the product profile and then they can't use Analytics on any other profile.

 

All the best,

Jacob