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!
Solved! Go to Solution.
Views
Replies
Total Likes
Please see other questions related to API permissions:
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
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!
Please see other questions related to API permissions:
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
Views
Likes
Replies