LOG IN OR SIGN UP
Log in to your account
Sign up

How To Use Google Analytics Autotrack

10 July 2017 | 0 comments | Posted by Che Kohler in nichemarket Advice

How to set up Google Analytics Autotrack

If you're like most sites you're using Google Analytics out of the box, without additional event tracking codes or custom configurations, your metrics could possibly be skewed and you are missing out on a wealth of good data about what users are doing on your website. Unfortunately, many Google Analytics users do not have the technical know-how or the resources to set up the custom tracking necessary to capture that data. Google Analytics developers have created Autotrack to help remedy this situation.

Autotrack is a new set of plugins for Google Analytics that adds tracking for many common events so some may apply to your site and some might not. Despite the name, Autotrack is not exactly automatic, since it still requires code changes to your website and some manual configuration. Nonetheless, it is a useful set of tools to consider adding to a basic Google Analytics setup. What can Autotrack do, and is it right for your website?

Note: You will need to be running universal analytics to use autotracking

What can you use Autotrack for?

Autotrack identifies common user actions that are applicable to most sites and allows for easy data collection and reporting in Google Analytics. So what can you capture with auto track?

1. Social interactions:

Autotrack automatically adds tracking for the official Twitter tweet/follow buttons and the Facebook like button.

2. Improved session duration:

Google Analytics counts the session duration of single-page view sessions (bounces) as zero. In addition, Google Analytics considers the time on page for the last page view of a session to be zero. Autotrack provides a better session duration measurement by tracking an event when a user actually ends a session.

3. Outbound links:

Google Analytics does not automatically track any action when users click on a link on your site to another domain. Autotrack automatically tracks this as an event in the event category "Outbound Link".

4. Outbound forms:

Google Analytics also does not automatically track any action when users submit a form to an external domain. Autotrack automatically detects when forms are submitted to external sites and records an event in the event category "Outbound Form".

5. URL changes:

By default, Google Analytics only tracks a single pageview on single page applications. Autotrack detects URL changes (but not hash changes) in single page applications and tracks these as page views.

For ways to track hash changes check out our article How To Track # Anchor Tags as URLs

6. Declarative events:

Autotrack will automatically detect any events declaratively added to elements, for example:

<button> data-event-category="Video" data-event-action="play">Playbutton </button>

This makes it easy to track simple events like button clicks, directly in the elements' HTML.

7. Media queries:

Now that so many websites use responsive design, it makes sense that their analytics should be able to track which layouts (media queries) are being used. For example, how often is a page being viewed in landscape orientation? Autotrack lets you set up which media queries your site uses and tracks those as custom dimensions in Google Analytics (for example breakpoints, resolution/DPI, device orientation). Note that this requires some extra configuration in order to work correctly.

How to use autotrack

To use Autotrack, you will have to add the JavaScript file to your site and make a small change to your Google Analytics tracking codes.

How to install autotrack

To install auto track on your standard Google Analytics set up simply find where you installed your GA code in your page template and add the following into the GA script tag and you're done

ga ('require, 'autotrack')

You can find the source code for autotrack plugins here

Using Autotrack via Google Tag Manager

You will need to port your Google Analytics page view tag into a custom HTML tag to add autotrack functionality.

  1. Open GTM
  2. Start by deleting your current Google Analytics page view tag
  3. Create a new tag and use the custom HTML tag template
  4. Visit your Google Analytics account
  5. Click admin
  6. Under property click tracking info
  7. Then click tracking code
  8. Copy the tracking code
  9. Paste it in your HTML tag along with the following lines

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-XXXXX-X', 'auto');
ga ('require, 'autotrack')
ga('send', 'pageview');

</script>

Then click save and push live and there you have it auto tracking engaged

Autotrack will put you on the right track

Autotrack will get you on the road to discovering a wealth of data, however, its best to speak to an analytics expert about creating custom tracking for your site if you want to get the most out of Google Analytics.

Contact us

If you want to know more about Google Analytics don’t be shy we’re happy to assist. Simply contact us here

Tags: google analytics, Tools

Previous: {{ previousBlog.sTitle }}

Posted {{ previousBlog.dtDatePosting }}

Next: {{ nextBlog.sTitle }}

Posted {{ nextBlog.dtDatePosting }}

You might also like

Travel tips to put your mind at ease

5 Helpful Travel Planning Tips for Complete Peace of Mind

22 February 2024

Posted by Brigitte Evans in Hit the Road


A look at some of the pre-travel planning you need to consider before you leave for the airport in order to ensure your mentally prepared for what co...

Read more
Business directories in Germany

51 FREE Business Directories In Germany

23 February 2024

Posted by Che Kohler in nichemarket Advice


A comprehensive list of business directory sites in Germany that allow you to add your business for free and gain some referral traffic, leads and li...

Read more

Leave us a comment


{{comment.sUserName}}

{{comment.iDayLastEdit}} day ago

{{comment.iDayLastEdit}} days ago

{{comment.sComment}}

Sign up for our newsletter