Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Analytics: Is it possible to show all events in one table with event Category, Action and Label as columns

Iv been tracking events ga('send', 'event', 'blah', 'blah1', 'blah2'); say I also send ga('send', 'event', 'blah3', 'blah4', 'blah5');

is there a table in google analytics where I can see

| Category | Action | Label | total events |
|----------|--------|-------|--------------|
| blah     | blah1  | blah2 |            1 |
| blah3    | blah4  | blah5 |            1 |
like image 218
Saspiron Avatar asked Jan 16 '15 00:01

Saspiron


1 Answers

You can do this through Custom reports, because standard reports will only, at the moment, allow for only 2 simultaneous dimensions. Just go to Customization in your Admin page, and then create a new custom report like so:

Edit Feb. 9/15: Custom reports now allows for up to 5 dimensions! Whoop!

enter image description here

like image 156
nyuen Avatar answered Nov 26 '22 19:11

nyuen