The Google tag (gtag) is the single tracking snippet you install once that can feed conversion data to several Google products, like Google Ads and GA4, from that one install.
You want to know which clicks turned into sales, so you need tracking on your site. In the old days that meant a separate pixel for every tool. The Google tag collapses that into one piece of code you drop into the head of every page. From there it works alongside a small event snippet that fires on the moments that matter, a purchase or a lead form submit, and reports those back as conversions. It replaced the older global site tag, and one tag can now carry data to more than one account at once by adding a config line for each destination.
Most people never touch the raw code. You deploy the Google tag through Google Tag Manager instead, where you can add, edit, and fire tags from a dashboard without pushing a new site build every time you change something. Install it well once and your conversion tracking, remarketing audiences, and analytics all draw from the same source of truth.
One tag feeding many places cuts both ways. A single misconfiguration, or a duplicate tag left behind from an old setup, quietly double counts your conversions, and you will trust numbers that are inflated until you go digging. Consent has to be wired in correctly too, so the tag respects what visitors agreed to before it collects anything. Audit what fires before you believe the report.
One tag done right beats five tags done fast.
Sources
- The Google tag pairs with an event snippet, supports multiple destinations through added config commands, and requires consent where law demands it. support.google.com · verified 9th August 2026
Last checked 9th August 2026. Next check 15th August 2026.
