Friday, September 28, 2018

Google Analytics Filters - How to exclude CIDR IP Ranges with Regular Expressions?

In the last post, we have seen how to automatically add a list of rules and channel groups to multiple Google Analytics views. In the current post, let's look at the Filters in Google Analytics and we will take one specific case of excluding all the traffic given an IP Range (CIDR format) using Regular Expressions.

What are Filters?


This is pretty straightforward. Filters in Google Analytics provide you the way to include or exclude certain traffic which satisfies a set of predefined rules. Let's say you work for a big organization and all of its workforce access the company's website quite often and do a lot of activity. In this case, your data won't look as cool. Your analytics show a very low bounce rate and high page views which are not really true from a business standpoint. So, what you need to do is exclude this traffic from your organization machines. Another scenario where you want to analyze a specific section of people coming from a city alone. In both the scenarios, what you need to do is to create filters and create standalone views where these filters are applied.

Tuesday, September 25, 2018

What is Channel Grouping and how to automate the rules for multiple Google Analytics views?

Recently I was working on a small requirement where I had to update all the 13 views under a Google Analytics property's Channel grouping rules. The catch here is the updated rules for all the 13 views look the same. I started updating the rules for one view and at the end of updating for one view, I am completely tired. So I was scared about the task that's in front of me. Then, I hacked into the Chrome Developer Tools and wrote some code and boom I was able to automate the processing of entering the rules and save it all in one click.



Monday, September 24, 2018

Google Tag Manager Tutorial #1: The Interface and creating our first tag!

It's been a long time since I have written something here. I wanted to revive this blog for a long time and today is the day! If you are new here, don't mind! Let's dive into the topic. I have written an article on the basics of Tag Management System quite a long time ago. If you are new to Tag Management and are in the Digital Analytics industry, do read the above article before proceeding to get a basic understanding. This will be a series of articles which is completely dedicated towards Google Tag Manager (GTM), a free tag management tool provided by Google. You do not need any prerequisites of programming but should be able to understand the basics of Digital analytics tracking. We will cover various aspects of complex tracking and programming as we go through the tutorials.

High-level working of GTM

In this first tutorial, let us understand how GTM works on a high level and get an overview of the interface and publish our first Google Analytics Tag.