Setting up tracking from scratch
End-to-end walk-through for a brand-new Google Ads + GA4 + GTM setup.
Ready to set up tracking? Start here
Pick an approach — we'll walk you through each step for the account you choose.
I know what I want to track
Tick from common actions (form submissions, phone clicks, purchases, downloads…) or add your own. Get exact step-by-step instructions for each.
Pick an accountScan my site & tell me what's trackable
We'll crawl up to 50 pages of your site, detect forms, phone links, email links, downloads and checkout pages, then show you a checklist of what we found.
Pick an accountReference guide
Background reading — the picker above sets everything up for you, but here's the manual version if you want to understand what's happening.
Enable auto-tagging in Google Ads
Auto-tagging appends the GCLID parameter to every ad click. Without it, no Google Ads conversion tracking works correctly. This is non-negotiable.
- Google Ads → Admin → Account settings
- Expand the Auto-tagging section
- Tick “Tag the URL that people click through from my ad”
- Save
Choose your conversion tracking source
You have three realistic options. Pick ONE — don't run multiple in parallel unless you know what you're doing, because you'll double-count. Click a card to jump to the setup steps for that option.
Good when GA4 is already well set up. Slightly less accurate for Google Ads bidding than a direct tag — attribution runs through GA4's model first.
Recommended for most accounts — the most accurate signal for Smart Bidding, and Campaign Owl can generate the whole container for you.
Simplest for small sites. Paste the Google Ads conversion snippet directly in the site's <head>.
If you picked A — GA4 import flow
- In GA4: Admin → Product Links → Google Ads Links → link your Google Ads account
- In GA4: Admin → Events → toggle “Mark as key event” (Google renamed conversions to “key events” in 2024) for each one (e.g.
purchase,generate_lead) - In Google Ads: Goals → Conversions → Summary → + New conversion action → Import → Google Analytics 4 properties
- Pick the key events you marked in GA4
- Mark the key conversion as Primary (purchase, lead, signup — not page views)
If you picked B — GTM direct setup
- First, create each conversion in Google Ads so you have IDs to copy: Google Ads → Goals → Conversions → Summary → + New conversion action → pick Website → choose the Category (Purchase, Submit lead form, Contact, Sign-up, Book appointment, etc. — pick from what the dropdown actually offers) → name it clearly → set Value + Count. At the end, choose “Use Google Tag Manager” and copy the Conversion ID (AW-XXXXXXXX) + Conversion Labelshown — you'll paste these into GTM below. Repeat for every conversion you want to track.
- In GTM, add a Conversion Linker tag. Trigger: All Pages. This is the foundation — without it, conversion attribution silently breaks.
- For each Google Ads conversion you created, add a Google Ads Conversion Tracking tag in GTM — paste in the Conversion ID + Label you copied
- Set the trigger to the specific event that represents a real conversion (thank-you page view, form submit, tel: / mailto: click, purchase event)
- Also add a GA4 Configuration tag on All Pages (even if you're not importing from GA4 — audiences still benefit)
- Preview in Tag Assistant → fire the real event → confirm the tag reports “Fired”
- Submit + publish the container
If you picked C — gtag hardcoded
- In Google Ads: Goals → Conversions → Summary → + New conversion action → pick Website → choose the action (purchase, lead, signup)
- Copy the Global site tag (gtag.js) — paste in the <head> of every page
- Copy the Event snippet — paste on the conversion-completion page only (thank-you page / order-confirmation page)
- Mark the conversion as Primary in Google Ads
Test before going live
- Install the Tag Assistant Chrome extension
- Click one of your actual ads in a search result — check the URL contains
?gclid=… - Complete the conversion flow end-to-end (add to cart → checkout → purchase on staging)
- In Tag Assistant: confirm the Conversion Linker + Conversion tag both fire with “Success”
- Wait 24 hours → check Google Ads → Conversions → your action shows 1+ conversion
- Run the tracking audit on the account — should pass all checks
Done.
Once the test conversion appears in Google Ads, re-run the tracking audit from the account list to confirm everything's wired correctly.