Expand my Community achievements bar.

SOLVED

Adobe Analytics API limit scope to certain reporting suite

Avatar

Level 1

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!

1 Accepted Solution

Avatar

Correct answer by
Level 6

@k26123612 , 

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

View solution in original post

2 Replies

Avatar

Employee Advisor

Hi @k26123612 ,

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!

Avatar

Correct answer by
Level 6

@k26123612 , 

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