Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Three-level event exploration #9816

Closed
alecmev opened this issue Feb 21, 2016 · 4 comments
Closed

Three-level event exploration #9816

alecmev opened this issue Feb 21, 2016 · 4 comments
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@alecmev
Copy link

alecmev commented Feb 21, 2016

Originally described in this forum post.

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?

@tsteur
Copy link
Member

tsteur commented Feb 22, 2016

It's not yet implemented but it would be really nice to have. We have an issue for this here: #7855

@tsteur tsteur closed this as completed Feb 22, 2016
@tsteur tsteur added the duplicate For issues that already existed in our issue tracker and were reported previously. label Feb 22, 2016
@tsteur tsteur added this to the 2.16.1 milestone Feb 22, 2016
@alecmev
Copy link
Author

alecmev commented Feb 22, 2016

Thanks, sorry for not finding it, just too much noise to sort through.

@tsteur
Copy link
Member

tsteur commented Feb 22, 2016

No worries, it took me 10 minutes to find it and almost gave up :)

@tsteur
Copy link
Member

tsteur commented Feb 22, 2016

I corrected the title of the other issue so it's actually possible to find ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants