Quantify User Engagement Using Google Analytics’ Event Tracking

By admin

  • October 7, 2014,

tracking @LogicserveDigi

Business offerings can be oversimplified as Services, Products (Digital or otherwise), or the Brick and Mortar model. Whatsoever is being offered, establishing an online presence, and building your brand is no longer optional, in other words, this should be your primary strategy. The first step being, to have a website that is exclusive to your business. This website becomes your official storefront, a virtual presence for your business.

Once a website is up and running, the next logical step is to analyse its performance based on user engagement to determine, if the website (virtual presence) has actually resulted in conversions (Business opportunities, new clients). Assuming Google Analytics is already set up on the site, and data is periodically collected, we venture ahead

There comes a time when the conversion rate might have reached a plateau, or a new campaign has failed to result in desired conversion rate? Basic reports may not provide the much needed insights. Enter Google Analytics- Event Tracking.

An Event, in GA-terms is typically identified as

  • A Click
  • A download – text / media files
  • A specific page’s views
  • Media Play, Pause, Stop
  • There may be others, but these are the most popular ones to be tracked

The tracking data would provide valuable insights into your visitor behaviour, and possibly with a slight change in position of the element, change in action flow, could cut down bounce rates, and influence the conversion rates for better.

Here are the logical sequences of steps that need to be followed to successfully add the event tracking code to your website, and collect the data at Google Analytics

  1. Determine the elements you wish to track
  • Click – Link / button
  • Media-play : Audio, Video
  • Downloads – Media, files, ebooks etc

Understand the different parameters used in Event tracking, before deciding to code.

Google-Analytics1 @LogicserveDigi

An event consists of four values that you can use to describe a user’s interaction:

Google-Analytics-2 @LogicserveDigi

Source: Google Universal Analytics Documentation

  1. Set up meaningful names for the different parameters used in Event-tracking
  2. Ga (send: This is the Google Analytics Command. Do not mess with this. Let it be.
  3. Event: This is the hit-type, or the command-type. Do not mess with this either, let it be.
  4. Category :This represents the group of elements / objects being monitored
    Eg: Videos, Audios, Ebooks, Portfolios etc
  5. Action:This represents the actual action that is being performed, Could be a Click / Play/ Pause/Stop/View /download ..whatever that makes sense in your report.
  6. Label [optional]:You might want to pay special attention to this parameter. This represents the actual element you are trying to track.A good example would be EbookTitle / Blogpost-title / Page-title/ Videoname/Audio name This way, when you look at the report, you know which elements are being productive, and the ones which are being counter-productive to your efforts.
  7. Value [optional]:If you are tracking affiliate links, then, this is an extremely important parameter. Because, this associates a number with the event.Most Affiliate links are measured for the no. of clicks, and the affiliate paid accordingly. In other words, each click at an affiliate link carries a certain currency. By specifying a value to the event, you get to associate the tracking with potential earnings.
  1. Eg of Codes to track different type of events
    • ga(‘send’,’event’, ‘Videos’, ‘Play’, ‘Gone With the Wind’);
    • ga(‘send’,’event’, ‘Downloads’, ‘PDF’, ‘/salesForms/orderForm1.pdf’);
    • SEER’s guide on the naming conventions is a good start for DIY enthusiasts
  1. Integrating the code with the elements in the website
  • To Track Contact Form Submit
    – <form name=”input” action=”submit.asp” onsubmit =”ga(‘send’,’event’,’form’,’submitted’,’contactform’)”>
  • To Track button click
    – <button type=”button” onclick =”ga(‘send’,’event’, ‘button’, ’clicked’, ’GetQuote’,, ’true’);”>Get Free Quote!</button>
  • To Track a File download
    <a href=”downloadpath-freeEbook.pdf” onClick=” ga(‘send’,’event’, ‘Resources’, ‘download’, “SEO free guide”, pdfValue, true]);” target=”_blank”>SEO Is Great Whitepaper</a>
  1. RECOMENDED: Set up GOALS in the GA dashboard. Goals are reports that show the performance based on the data collected via the ga(‘send’,’event’
    • Login to GA dashboard > Admin
    • Select Account > Property > Goals
    • New Goal>Custom > Next steps
    • Enter Goal Name : Use something that is easily recognisable
    • Select Event
    • Add values that are relevant to this goal
    • Category <as used in the code >
    • Action <as used in the code >
    • Label <as used in the code >
    • Value<as used in the code >
    • CREATE GOAL

Sit back and wait for some time for the tracking data to come in. Ideal wait would be one week to see a pattern. Analyse and action accordingly to maximise marketing efforts

LogicSpeak:

Setting up an EVENT TRACKING code is easy, and a DIY job for enthusiasts. However, should you feel intimidated to implement this yourself, email your developer or hire a competent agency that specialises in GA with your list of events that need to be tracked and analysed. You should be set up in a week, and will have a possible strategy to implement in 15 days time. Quantifying user engagement is vital to measure the direct influence of your marketing efforts, and Google Analytic’s event tracking allows you to do just that with your website.

 

Previous Post: Social Media Starter Pack for Your Business

Related Blogs