• Home  / 

How to Check Google Tag Manager is Working

After installing Google Tag Manager, you want to ensure it is completing the task that is designed to do which is fire tags. So, you should routinely perform a quality check to check that its firing the script tags. Here are a few techniques that will help you to check the GTM container.

Use Google Tag Manager Preview and Debug Console.

Using the preview and debug console is one of the best ways to get insight into how, what, when, why of your GTM container. The console will also show you all the tags that are installed fired and not fired on particular pages. To load the Debug and Preview Console.
1.Open Google Tag Manager and click Preview in the top right corner.
2. Next navigate to your website. You may need refresh the browser. The debug console will open at the open of the browser window.
3. Evaluate what tag are being fired on the page and which ones are not fired.

preview google tag manager to see if it is working correctly

If you have a page view tag that loads on every page such as Google Tag Manager you will see this as a part of the tags that are fired on your pages.
Which tags are being fired on the pages and which are not fired. This is a good way to see if GTM is functioning

Use Google Tag Assistant to Check Istallation

Google Tag Assistant is a great browser add-on that allows you to quickly see if your GTM tag has been installed correctly. The tag assistant uses colors from red to green to highlight the functionality of the tag.
1. After Installation, click the Tag Assistant icon in your browser.
2. Enable the Tag Assistant and refresh your browser.
3. Look at the status of the Google Tag Manager container. If you have yellow, grey or red, there are problems with your installation. Click on the icon to further reveal what the problem is.

Google Tag Assistant helps to check Google Tag Manager
Use the Chrome Developer Tools.

You can use the developer tools to understand if there is a problem with Google Tag Manager.
1. Press CTRL-SHIFT-I to open the developer console. Click on Console to see if there are any JavaScript errors
2. Click Network
3. In the Filter box, type GTM
4. Check the response codes to see if there are any errors. 200 is an indication that the response is good.
The developer console will tell you whats wrong with your GTM installation

If you are having major issues with your JavaScript, you can check the Google Developer Documentation for GTM or reinstall the container.