Dynamic Reporting of Logins per User Role in Adobe Analytics
We have a requirement to create an Adobe Analytics report showing:
-
Logins per user role
-
Percentage of users in each role who logged in (i.e., Number of users in a particular role who logged in / Total number of users in that role)
Currently, we can achieve this using a calculated metric with a static value for the total number of users in each role. However, this approach is impractical since the static numbers need to be manually updated whenever user counts change, and there are multiple roles to manage.
Our development team is ready to update the total number of users per role in the data layer. We can then capture this value in an eVar, prop, or event.
Question: How can we handle this in a way that ensures the total user count per role is dynamically updated in Adobe Analytics, without requiring manual intervention?
Note: Since this is a weekly report, the number of users in a role who logged in during the week may not equal the total number of users in that role.
Thank you in advance!