21/05/2018
#7 Event
Events are user interactions with specific elements on your page that can be tracked in Google Analytics. Those actions can be clicks on buttons, downloads, video plays, Flash elements and many others. Event is a batch of information that is transferred to the report when user clicks on tracked element. You can attached to the event the following values: Category, Action, Label and Value.
A category is a name that you supply as a way to group objects that you want to track like "Video". Action is the type of interaction you want to track, in our example "Play". With Label you can add additional information that will make it easier for you to recognize the event in the report, e.g. "Bohemian Rhapsody". With Value you assign a numerical value to a tracked page object, for example the price of an eBook.
Combining goals and events can bring you great results and good ideas for improving your business. If you do not know what Goals are yet, read our previous post.
Here you will find a guide how to implement event tracking, if you need some help give us a shout!
https://developers.google.com/analytics/devguides/collection/analyticsjs/events
🔬