Implementing Multi-Group Data Access in Adobe Analytics
I’m working on a use case where multiple user groups need different levels of data access within Adobe Analytics.
One group should have access to all available data.
Other groups should be restricted to only the subset of data relevant to them (for example, their own accounts, locations, or entities).
There could be hundreds of such restricted groups.
I’m looking for guidance on the best way to implement this type of multi-group, role-based or attribute-based data access. Specifically:
- How can I restrict another user group to only the data tied to their assigned entity or scope?
How can I efficiently manage permissions for a large number of groups?
Should this be handled via report suite permissions, segments, user roles, or another method?
How do we scale this approach to hundreds of restricted groups?
Any examples, strategies, or guidance would be very helpful.
Thanks!