Reputation: 41
My team is in the process of implementing event tracking for Google Ananlytics and they are not sure what values to use for eventCatgory and eventAction.
Based on all the documentation, it looks like it is just supposed to be descriptive, but my concern is that it may be more important than that since the two fields are required.
We do have an internal description of each event (like "click on map") and id numbers. Is this where we put them? The documentation makes it seem like it should be generic description.
Option 1- using internal reference sheet a) eventCategory = 4343 b) eventAction : click on map
Option 2- being more descriptive like in the documentation a) eventCategory = personal listing page b) eventAction : click on map
What are the implications for how these values pass back to Google Analytics as we track them?
Upvotes: 4
Views: 2078
Reputation: 17974
I understand them as this:
I think it is designed to be flexible according to your own project's specificities.
In the wild
I just implemented Event tracking in a news website where we added a "Load More" button that fetches via Ajax a few more posts. It is available from several sections of the interface on the Frontpage.
Here is a screenshot of how it renders in GA/Behaviors/Top Events
:
When the "Frontpage" Event Category is clicked, you get the Event Action and Event Label as dimensions.
Then, the Event Label lets you see which ones are the most used.
Upvotes: 1