How to Use Tag Assistant | Checking and Debugging Tags Explained

June 16, 2026

Author: Shusaku Yosa
Tag Assistantの使い方|タグの確認・デバッグ手順を解説

When you set up GA4 or Google Tag Manager (GTM), there will always be moments when you want to confirm whether your tags are truly firing correctly. The tool that helps here is "Tag Assistant," Google's official tag verification tool. This article explains the basic use of Tag Assistant and the steps for checking and debugging tags, aimed at beginners.

What Is Tag Assistant?

Tag Assistant is a Chrome browser extension officially provided by Google, and it is a tag verification tool. It has the simple function of letting you confirm on the spot whether Google tags such as GA4 and GTM are truly working correctly. You can verify whether tags are firing and whether there are any problems with the data being sent, either before or after publishing.

About the Consolidation with the Legacy Version

There used to be two versions, "Tag Assistant (Legacy)" and "Tag Assistant Companion," but they are now consolidated into a single extension, "Tag Assistant," that supports both sets of functionality. Tag Assistant Companion continues to work, but it is scheduled to reach end of support in 2025. If you are installing from now on, you'll be fine choosing the consolidated "Tag Assistant" extension.

How to Install Tag Assistant

First, add Tag Assistant as a Chrome extension. Search for "Tag Assistant" in the Chrome Web Store and add the extension. "Tag Assistant Companion" may also appear in the search results, but since it is scheduled for end of support, the point is to choose the consolidated "Tag Assistant."

Basic Steps for Checking Tags

Once you've added the extension, you can check the tags installed on a page with the following steps.

  1. Open the web page whose tags you want to check in Chrome
  2. Click the puzzle-piece (extensions) icon at the top right of the screen and select "Tag Assistant"
  3. A list of Google tags being served on the page is displayed in the side panel on the right
  4. Look at the displayed tag names and IDs to confirm whether the intended tags (such as GA4 or a GTM container) are installed

In this side panel, you can easily check whether tags are installed on the page. Note that when launched from the extension, the verification scope is, in principle, limited to Google-related tags. If you want to check tags from Yahoo!, Meta, and so on, you'll need a method such as launching Tag Assistant from the GTM side.

Debugging (Troubleshooting) Steps

If you want to perform detailed diagnostics beyond just whether a tag is present—such as "does it fire correctly on click" or "what data is being sent"—use debug mode.

  1. Click the "Troubleshoot tags" button in the side panel
  2. A tagassistant.google.com tab opens and connects to the target site. When "Connected" is displayed, click "Continue"
  3. As you click through and navigate the target site, the tags and events that fired on each page or action are displayed in a timeline format
  4. Clicking each tag lets you check details such as the parameters sent and the event name

In debug mode, you can verify a site that includes iframes in a single session, and you get detailed diagnostic information useful for verifying, diagnosing, and resolving your implementation. Note that the debug information is only visible to the person performing the verification and is not seen by ordinary site visitors.

What to Do When You Can't Connect

If the debug window doesn't connect to the page correctly, it's possible that no Google tag is installed on that page. Trying a different URL where a tag should be installed may let you connect. Also, debug history can be exported as a session, which is convenient when sharing with another team member to ask them to help isolate the problem.

Summary

Tag Assistant is Google's official Chrome extension that lets you verify whether Google tags such as GA4 and GTM are working correctly. You can easily check whether tags are present in the side panel, and by entering debug mode from "Troubleshoot tags," you can diagnose firing status and sent data in detail. Since the extension is now consolidated into one, if you're installing from now on, you'll be fine choosing the consolidated "Tag Assistant." Because tag configuration mistakes affect the reliability of your entire measurement data, make it a habit to always verify operation with Tag Assistant before publishing.

Related posts