Stop Wasting Google Ads Spend: Track Conversions

Listen to this article · 14 min listen

Navigating the complex world of digital marketing can feel like walking through a minefield blindfolded. Every click, every campaign launch, every budget allocation carries the potential for either massive success or spectacular failure. I’ve seen countless businesses, from promising startups on Peachtree Street to established brands in the Perimeter Center, stumble over surprisingly common marketing missteps that bleed budgets and tank ROI. My goal here is to equip you with the knowledge to sidestep these pitfalls, specifically by showing you how to correctly set up a crucial element within Google Ads: conversion tracking. Are you ready to stop guessing and start measuring what truly matters?

Key Takeaways

  • Always configure conversion tracking in Google Ads before launching any campaigns to accurately measure performance and optimize bids.
  • Use the Google Tag Manager (GTM) interface to deploy Google Ads conversion tags, ensuring precise trigger conditions for form submissions, button clicks, or page views.
  • Verify your conversion tags using Google Tag Assistant to confirm they are firing correctly and reporting data back to Google Ads, preventing missed attribution.
  • Regularly review your conversion actions in Google Ads to ensure they align with your business objectives and are not counting micro-conversions as primary goals.
  • Implement enhanced conversions for improved data accuracy and better audience matching, particularly for lead generation campaigns.

Setting Up Google Ads Conversion Tracking: Your First Line of Defense Against Wasted Spend

Listen, if you’re running Google Ads without proper conversion tracking, you’re essentially throwing money into a digital black hole. You can’t optimize what you can’t measure. This isn’t just my opinion; data consistently shows that advertisers with robust conversion tracking significantly outperform those without. According to a recent eMarketer report, digital ad spending in the US continues to climb, projected to reach over $300 billion by 2026. With that much money on the line, you simply cannot afford to guess. We’re going to use Google Tag Manager (GTM) for this because it’s the most flexible and scalable method, avoiding direct code edits on your site.

Step 1: Create Your Conversion Action in Google Ads

This is where it all begins. You need to tell Google Ads what success looks like. Is it a purchase? A lead form submission? A phone call? Be specific. Too many businesses make the mistake of tracking “page views” as conversions, which is almost always useless. A page view isn’t revenue, folks.

  1. Log in to your Google Ads account.
  2. In the top navigation bar, click Tools and Settings (the wrench icon).
  3. Under the “Measurement” column, select Conversions.
  4. On the “Summary” page, click the blue + New conversion action button.
  5. Choose your conversion source. For most website actions, you’ll select Website.
  6. Enter your website domain and click Scan. Google Ads will try to suggest conversion actions, but we’re going to set it up manually for precision.
  7. Scroll down and click + Add a conversion action manually. This is crucial for custom events.
  8. Configure your conversion action details:

    • Goal and action optimization: Select the primary goal this conversion contributes to. For instance, if it’s a contact form, choose “Lead.” If it’s a purchase, choose “Purchase.” Pro Tip: Only mark your most valuable actions as “Primary.” Secondary actions (like newsletter sign-ups) are good to track but shouldn’t inflate your primary conversion numbers. I had a client last year, a local HVAC company near Buckhead, who was tracking every single button click as a primary conversion. Their reported CPA was incredibly low, but their actual sales weren’t improving. We dug in, reclassified their primary actions to only include actual “Request a Quote” form submissions, and suddenly their CPA looked higher but was accurate, leading to much smarter budget allocation.
    • Conversion name: Give it a clear, descriptive name (e.g., “Lead Form Submission – Contact Us,” “Purchase – Main Product”).
    • Value: This is critical.
      • If it’s a purchase with varying values, select Use different values for each conversion.
      • If it’s a lead, you can select Use the same value for each conversion and assign an average lead value (e.g., $50). If you have no idea, start with $10 and adjust as you gather data. Never leave it at $0 if you expect to use automated bidding strategies like Target ROAS or Maximize Conversion Value.
    • Count: For purchases, choose Every (each purchase has value). For leads, choose One (one person filling out the form multiple times is still one lead).
    • Click-through conversion window: I typically recommend 30 days for most businesses, but adjust based on your sales cycle. If you sell high-ticket items with a long consideration phase, you might go for 60 or 90 days.
    • Engaged-view conversion window: 3 days is a standard starting point for video ads.
    • View-through conversion window: 1 day is a common default for display ads.
    • Attribution model: For most new setups, I recommend Data-driven attribution. Google’s models are getting smarter, and this typically provides a more holistic view than last-click.
  9. Click Done, then Save and continue.
  10. On the “Set up the tag” screen, select Use Google Tag Manager. You’ll see your Conversion ID and Conversion Label. Keep this window open or copy these values; you’ll need them for GTM.

Common Mistake: Not defining conversion value. Without it, Google’s smart bidding strategies can’t optimize for revenue, only for volume. This leads to inefficient spending.

Expected Outcome: A clearly defined conversion action in Google Ads with a unique ID and label, ready to be implemented via GTM.

Step 2: Deploy Your Google Ads Conversion Tag in Google Tag Manager

Now we bridge the gap between Google Ads and your website. Google Tag Manager (GTM) acts as a central hub, allowing you to manage all your website tags without touching your site’s code directly. This is a lifesaver for marketers who aren’t developers.

  1. Log in to your Google Tag Manager account.
  2. Select the appropriate container for your website.
  3. In the left-hand navigation, click Tags.
  4. Click New to create a new tag.
  5. Configure your Tag:

    • Tag Name: Use a clear naming convention, like “GA4 – Google Ads Conversion – [Conversion Name]” (e.g., “GA4 – Google Ads Conversion – Contact Form Submit”).
    • Tag Configuration: Click the “Tag Configuration” box.
    • Choose Google Ads Conversion Tracking from the list.
    • Enter your Conversion ID and Conversion Label that you obtained from Step 1 in Google Ads.
    • For Conversion Value, Transaction ID, and Currency Code, you’ll likely need to use GTM variables.
      • For a lead form, you might leave Value and Transaction ID blank if you set a fixed value in Google Ads.
      • For purchases, you’ll need to pass these dynamically from your website’s data layer. This is where things get a bit more advanced, often requiring developer assistance to push transaction data into the data layer. For example, if your e-commerce platform pushes ecommerce.purchase.value to the data layer, you’d create a Data Layer Variable in GTM for it. This is non-negotiable for accurate e-commerce tracking.
    • Enhanced conversions: This is a newer, vital feature as of 2026. Click the checkbox for Enable enhanced conversions. You’ll then need to select a user-provided data variable. This usually involves creating a GTM variable that captures hashed customer data (like email, phone, name) from your forms. This helps Google match conversions more accurately, especially in a privacy-centric world. I strongly recommend setting this up. It significantly improves reporting accuracy, especially for lead generation.
  6. Configure your Trigger: Click the “Triggering” box. This tells GTM when to fire your conversion tag.

    • For a “Thank You” page view:
      • Click the + icon in the top right.
      • Name your trigger (e.g., “Page View – Thank You Page”).
      • Choose Page View as the trigger type.
      • Select Some Page Views.
      • Set the condition: Page Path equals /thank-you (or whatever your specific thank-you page URL path is).
    • For a button click or form submission (without a dedicated thank-you page): This is more complex and often requires listening for specific events.
      • You’ll need to have GTM’s built-in click or form submission listeners enabled (Variables > Configure > Clicks / Forms).
      • Create a custom event trigger. This might involve using a “Click – All Elements” trigger and then filtering by specific CSS selectors, IDs, or classes of the button/form. Or, if your website pushes a custom event to the data layer upon form submission (e.g., dataLayer.push({'event': 'form_submit_success'});), you’d create a “Custom Event” trigger for form_submit_success. This is my preferred method as it’s the most reliable.
  7. Click Save to save your tag.
  8. Click Submit in the top right of GTM to publish your changes. Add a descriptive version name (e.g., “Added Google Ads Contact Form Conversion”).

Common Mistake: Incorrect trigger configuration. The tag fires on every page load, or it never fires at all. Always test thoroughly!

Expected Outcome: Your Google Ads conversion tag is live on your website, configured to fire only when the desired action occurs.

Step 3: Verify Your Conversion Tracking and Debug

Never, ever assume your tags are working. Verification is non-negotiable. I’ve seen too many campaigns run for weeks, sometimes months, only for a client to discover their conversions weren’t being recorded due to a simple GTM misconfiguration. This is where the Google Tag Assistant comes in.

  1. In Google Tag Manager, click Preview in the top right corner.
  2. Enter your website URL and click Connect. A new window will open with your website, and the Tag Assistant debugger will appear in a separate tab.
  3. Navigate your website and perform the action that should trigger your conversion (e.g., fill out the contact form, complete a purchase).
  4. Switch back to the Tag Assistant debugger window.
  5. On the “Tags Fired” tab, look for your Google Ads conversion tag. It should show that it “Fired” on the event you just triggered.
  6. If it didn’t fire, check the “Tags Not Fired” section and review the reasons. This usually points to an issue with your trigger conditions.
  7. You can also click on the specific event in the left-hand “Summary” pane (e.g., “Form Submission”) and then check the “Variables” and “Data Layer” tabs to see if the necessary information (like conversion value) is being passed correctly.
  8. Once you’ve confirmed the tag is firing correctly, close the debugger and click Stop Debugging in GTM.

Pro Tip: Beyond GTM Preview, use the “Test conversion action” feature directly in Google Ads. Go to Tools and Settings > Conversions, find your conversion action, and click the three dots next to it. Select Test conversion action. This provides real-time feedback on whether Google Ads is receiving the conversion data. This is a very strong signal of accurate tracking.

Common Mistake: Skipping verification. This is like building a house without checking if the foundation is solid. It will eventually collapse.

Expected Outcome: You have absolute confidence that your Google Ads conversion tag is firing accurately, sending crucial performance data back to your Google Ads account.

Step 4: Review and Optimize Your Conversion Actions in Google Ads

Setting it up isn’t a one-and-done deal. Your business evolves, and so should your tracking. I advocate for a monthly review of all conversion actions. We ran into this exact issue at my previous firm, a digital agency serving local businesses in Midtown Atlanta. A client had initially set up a “download brochure” as a primary conversion. Over time, they realized these downloads rarely led to actual sales. They were spending heavily to drive brochure downloads, not qualified leads. We reclassified “download brochure” to a secondary action and focused primary optimization on “request a demo” forms, drastically improving their ROI.

  1. Go back to Tools and Settings > Conversions in Google Ads.
  2. Review each conversion action:
    • Is it still relevant? Does it directly contribute to your business goals?
    • Is it correctly categorized as Primary or Secondary? Remember, Primary conversions are used for optimization in automated bidding strategies. Secondary conversions are for observation.
    • Is the value accurate? Especially for lead-based businesses, re-evaluate your average lead value periodically.
    • Are there new actions you should be tracking? Perhaps you added a live chat feature or a new scheduling tool.
  3. Adjust settings as needed by clicking on the conversion action name and editing its details.
  4. Consider implementing cross-device conversions if you haven’t already. Google is getting better at stitching together user journeys across different devices, providing a more complete picture.

Editorial Aside: Here’s what nobody tells you: many agencies will set up basic conversion tracking and then forget about it. That’s a disservice. The real magic happens when you continually refine and optimize your tracking, matching it to your evolving business strategy. This isn’t just about avoiding mistakes; it’s about building a competitive advantage.

Expected Outcome: Your Google Ads conversion tracking accurately reflects your current business objectives, providing reliable data for campaign optimization and strategic decision-making.

By meticulously following these steps for setting up and maintaining your Google Ads conversion tracking, you’ll avoid one of the most common and costly digital marketing mistakes. You’ll gain clarity on your performance, make data-driven decisions, and ultimately, drive more profitable outcomes for your business. Don’t just spend; invest wisely with accurate measurement. For more insights on maximizing your ad spend, consider how marketing execs boost ROI with advanced tools or how Atlanta SMBs leverage digital marketing effectively.

Why is Google Ads conversion tracking so important for my marketing efforts?

Google Ads conversion tracking is critical because it allows you to measure the specific actions users take on your website after clicking your ads, such as purchases or lead form submissions. Without it, you cannot accurately determine your return on ad spend (ROAS), optimize your campaigns for desired outcomes, or make informed decisions about budget allocation, leading to wasted ad dollars.

What’s the difference between a “Primary” and “Secondary” conversion action in Google Ads?

A Primary conversion action is one that Google Ads uses for optimization in automated bidding strategies (like Maximize Conversions or Target CPA). These should be your most valuable business outcomes. Secondary conversion actions are tracked for reporting purposes only and are not used by automated bidding strategies to optimize campaigns. This distinction ensures your campaigns are optimizing for truly impactful actions.

Can I track phone calls as conversions in Google Ads?

Yes, absolutely! Google Ads offers several ways to track phone calls as conversions. You can track calls from ads themselves (call extensions), calls to a Google forwarding number on your website, or clicks on a phone number on your mobile website. Setting these up provides a comprehensive view of how your ads drive phone-based leads, which is especially important for local service businesses.

What are enhanced conversions and should I use them?

Enhanced conversions are a feature that improves the accuracy of your conversion measurement by securely sending hashed first-party customer data (like email addresses) from your website to Google. This allows Google to attribute conversions more precisely, especially in environments with increasing privacy restrictions. I strongly recommend implementing enhanced conversions as they provide more reliable data for campaign optimization.

My conversion tag isn’t firing in Google Tag Manager. What should I check first?

If your conversion tag isn’t firing, first re-check your trigger configuration in Google Tag Manager. Ensure the conditions (e.g., Page Path equals ‘/thank-you’, or a specific Custom Event) exactly match the event on your website. Use GTM’s Preview mode to debug step-by-step, observing the “Tags Not Fired” section and checking the “Variables” and “Data Layer” tabs for unexpected values that might be preventing your trigger from activating.

Diane Davis

Principal Digital Marketing Strategist MBA, Wharton School; Google Ads Certified; Meta Blueprint Certified

Diane Davis is a specialist covering Digital Marketing in the marketing field.