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?