I have an email-like application, where the users can do a bunch of stuff based on their permissions. I’ve set up tracking, where each permission has a simple true/false condition, fx. “Write”, “Edit”, “Delete”, “Forward”.
Is there a way to group these dimensions? I want to know how often users have “All”, “Some” or “None” of the permissions and add these dimensions to a dashboard.
I know how to do this in segments, but I would like to do something like custom dimension value grouping. Or should I rather add the permissions as new custom dimensions?
I’ve already checked that out, but unfortunately that doesn’t match my needs. I need to combine similar values (true/false) from multiple dimensions, not just one single dimension.
And how do you track these values in Piwik PRO - are they available in the data layer? If they were available to use in the tag manager (as variables), you could set up a custom code tag that checks the combination of permissions and saves it in another custom dimension. Same thing can also be done directly on the website instead of the tag manager. That additional custom dimension could be used in a report or dashboard.