Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Tag Manager vs. Google Analytics

I'm attempting to learn how to incorporate Google Analytics and custom event tracking on a new website. After researching into it, I can't seem to understand the difference and relationship between Google Tag Manager and just writing custom event tracking code.

Is Google Tag Manager just an easier way to track information without having to write JS?

like image 216
cusejuice Avatar asked May 26 '14 17:05

cusejuice


People also ask

Is Google Tag Manager the same as Google Analytics?

Google Tag Manager and Google Analytics are both Google tools used for tracking website data. However, they serve different purposes. Google Tag Manager is used for managing tags on a website, while Google Analytics is used for analyzing website data.

Do you need both Google Analytics and Google Tag Manager?

Essentially, Google Tag Manager is just the middleman between the implementation on your website and the tracking tool (Google Analytics), where the data gets sent. I would recommend using both tools because they're both free and they can help your business in different ways.

Can Google Tag Manager replace Google Analytics?

A Tag Manager container can replace all other manually-coded tags on a site or app, including tags from Google Ads, Google Analytics, Floodlight, and 3rd party tags.

Is Google Tag Manager separate from Google Analytics?

Yes. Google Analytics and Google Tag Manager are separate platforms that serve different functions. In the simplest terms, Google Analytics is Google's core analytics platform for assessing traffic on your website. It lets you track standard events that would be broadly applicable for any site.


2 Answers

Yes - Google Tag Manager is a "Tag Management System" wherein you can implement a lot of tags external of a typical development release cycle.

Adding tags without efficient management prompts big problems. All that code bogs down your site. Redundant or incorrectly applied tags can distort your measurement and result in duplicate costs or missing data. And it can be time-consuming for the IT department or webmaster team to add new tags, which means important marketing and measurement programs can be delayed. With Google Tag Manager, you eliminate these problems—and run your campaigns when you need them. -- source

Marketing and tracking services provide “tags” — snippets of code you’re often asked to embed right before the end of your tag — and they’re relatively easy to use, but when more than a few tags are involved, managing them can be a tedious task. This is where Google’s new Tag Manager comes in, which consolidates all of your site’s tags into a single admin panel. Now, you only have to include one automatically-updated snippet on your site. -- source

A Tag Management System (TMS) is solution that controls the deployment of externally hosted Javascript "page tags", very similar to what a Content Management System does for content. Probably the most known tag-based application known is Google Analytics, but other apps include simple social media interactions such as the Facebook Like or Tweet This buttons to more complex systems such as the Intense Debate or Disqus comments systems. -- source

So in your question, you can implement google analytics via custom event tracking code or you can install google tag manager and then code all your custom google analytics event hooks in it.

like image 73
TomFuertes Avatar answered Sep 29 '22 12:09

TomFuertes


The google analytics is for user tracking and website traffic analysis and statistics.

The Tag manager is to manage plugin to website like google analytics basically they are different.

You could add google analytics to your tag manager account and the only plugin you will add to your website it the tag manager

i have tried this already. hoping this was helpful.

thanks (=

like image 24
zero8 Avatar answered Sep 29 '22 11:09

zero8