You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting an event, I can specify its category, action and name. For example:
trackEvent header click logo // a user has clicked the main logo
trackEvent footer click blog // a user has clicked the blog link
That works fine, everything gets tracked without issues.
However, I can't find a way to explore the collected events by all three parameters. It appears to be possible only by combinations of two (actions by category / names by action / actions by name). Basically, I'd like there to be a + to the left of click in this image:
So that I could see all names that were reported with click actions, all inside one category header. In other words, names by action by category. I'm sure I'm not the only one who would benefit from this.
Or is this already implemented, and I'm just looking in the wrong place?
The text was updated successfully, but these errors were encountered:
Originally described in this forum post.
When submitting an event, I can specify its category, action and name. For example:
That works fine, everything gets tracked without issues.
However, I can't find a way to explore the collected events by all three parameters. It appears to be possible only by combinations of two (actions by category / names by action / actions by name). Basically, I'd like there to be a + to the left of click in this image:
So that I could see all names that were reported with click actions, all inside one category header. In other words, names by action by category. I'm sure I'm not the only one who would benefit from this.
Or is this already implemented, and I'm just looking in the wrong place?
The text was updated successfully, but these errors were encountered: