Google Tag Manager

How to Track Button Clicks Via Google Tag Manager?

There can be many “call to action” buttons like contact us, download, learn more. Let’s track them for clicks using Google tag manager.  In this article, I will walk you through tracking clicks on such buttons I have used in my blog post. You can use the same process for any links in the navigation, banners or content.

So, let’s begin with setting up tracking for button clicks using Google tag manager.

Step 0: Pre-Requisites

You should be aware of Google Tag Manager Lingo. Moreover understand what a trigger, tag, and the built-in variables available are.

The next is, you should have a Google Tag Manager for tracking site’s traffic in Google Analytics though it isn’t a must. We will still need to have the Google Analytics Property ID to send scroll depth data to Google Analytics.

If you aren’t sure, refer to my article – How to Connect Google Analytics With Google Tag Manager first and then continue with this article.

Next, we will find the class for the buttons.

Step 1: Find the Button Class

Navigate to the URL where the button is. I will be tracking the “Check out this Book on Amazon India” button as shown in the image below from the article 10 Best iOS App Development Swift Programming Books.

To track button clicks, we will need either the HTML button ID or CSS class for the button. One can use the HTML code inspector to find any elements ID or class.

My button class is “button primary“. I will be using this button class in the trigger.

Step 2: Creating Trigger

  • Trigger name: I have named the trigger as “Button Clicks Trigger”. It should be easily identifiable. Name the trigger accordingly.
  • Trigger type: Click – All Elements (Built-in trigger type to select from the list)
  • This Trigger fires on: Some Clicks > Click Classes > contains > button. It is our class.

Note: If you wish to use Click Classes > equals then you should be using the complete class for the button which in our case is “button primary”.

Step 3: Creating a Tag

  • Tag name: Button Clicks or any name that can be identified by you or other users among many different tags.
  • Tag type: Google Analytics – Universal Analytics where we will see the reports.
  • Track type: Event (Selected from the drop-down menu list)

Event Tracking Parameters

  • Category: Button Clicks
  • Action: {{Page URL}}
  • Label: {{Click URL}}
  • Value: Leave blank
  • Non-Interaction hit: False
  • Google analytics settings: {{Google Analytics ID}}

Let’s preview the tag now using the Google Tag Manager’s debug mode.

As I click the download button the debug window will show the tag being fired.

View Reports in Google Analytics

Sign in to your Google Analytics account and click Behavior > Events > Overview.

It will show the event category we have added for the tag. It is “Button Clicks”.

Under the “Button Clicks” event category, we will see the event label with all links are getting clicks. Under Action all the pages where the links were clicked.

Also, check out How to Track External Link Clicks and Affiliate Link Clicks Via Google Tag Manager.

Shabbir Bhimani

Blogging Since 2009. If I can leave my high paying C# job in an MNC in the midst of global financial crisis of 2008, anybody can do it. @BizTips I guide programmers and developers to Start and Grow an Online Business. Read more about me here.

Recent Posts

Absolute Beginners Guide to Google Ads

Free Google Ads Tutorial for an absolute beginner covering campaigns and their types, networks, keywords,…

2 years ago

How Freshers Can Make Money Programming in Java

Do you want to make money programming in Java? Here are 6 creative ways for…

3 years ago

Financial Freedom for Freelancers – 9 Smart Ways

9 smart ways for freelancers to achieve financial freedom. First, you have to believe it…

3 years ago

How To Become A Self-Taught Developer

With so many programming languages and resources available, it can be information overall to learn…

3 years ago

Wise Review – Best Exchange Rates For Indian Freelancers

Wise review from an Indian freelancers point of view to receive payments in India. How…

3 years ago

How to Tell a Client you Can’t Lower the Price?

There are 3 types of clients who want you to lower the price. How to…

3 years ago