Running Google Ads without conversion tracking is like driving with your eyes closed. At Camfirst Solutions, we see this mistake far too often. You might be spending hundreds or thousands of dollars per month on clicks, but without tracking, you have no way of knowing which keywords, ads, and campaigns are actually generating leads, sales, and revenue. Conversion tracking closes that gap by telling you exactly what happens after someone clicks your ad.
This guide walks you through every step of setting up Google Ads conversion tracking, from installing the Google tag on your website to configuring advanced features like enhanced conversions and attribution models. Whether you are managing campaigns yourself or working with a Google Ads management team, understanding conversion tracking is essential for making informed decisions and maximizing your return on ad spend.
Understanding Conversion Types
Before setting up tracking, you need to define what a “conversion” means for your business. Google Ads supports several types of conversion actions, and the ones you track should align directly with your business objectives.
Website Conversions
These are actions visitors take on your website after clicking an ad. Common examples include:
- Form submissions — Contact forms, quote requests, consultation bookings
- Phone calls from website — Clicks on phone number links
- Purchases — Completed transactions on e-commerce sites
- Sign-ups — Newsletter subscriptions, account registrations, free trial activations
- Page views — Visits to specific high-value pages like a pricing page or thank-you page
Phone Call Conversions
Google Ads can track phone calls that result directly from your ads. This includes calls from call extensions, calls from mobile click-to-call ads, and calls to a Google forwarding number displayed on your website. You can set a minimum call duration to filter out short, low-quality calls.
App Conversions
If you have a mobile app, you can track installs and in-app actions as conversions. This is configured through Firebase or a third-party app analytics platform integrated with Google Ads.
Import Conversions
You can import conversion data from other sources, including your CRM, Google Analytics 4, or offline systems. This is particularly valuable for businesses with long sales cycles where the actual conversion happens days or weeks after the initial ad click.
Installing the Google Tag
The Google tag (formerly known as the global site tag or gtag.js) is a snippet of JavaScript that must be placed on every page of your website. It collects data about visitor behavior and sends it back to Google Ads so conversions can be attributed to the correct clicks and campaigns.
Finding Your Google Tag
To find your Google tag, follow these steps:
- Sign in to your Google Ads account
- Click the “Goals” icon in the left navigation menu
- Select “Conversions,” then “Summary”
- Click “New conversion action” and select “Website”
- Enter your website URL and click “Scan”
- Choose “Install manually” to view your Google tag code
Placing the Tag on Your Website
The Google tag must be placed in the <head> section of every page on your website. How you do this depends on your website platform:
- WordPress — Use a plugin like Insert Headers and Footers, or add the tag through your theme’s header settings
- Shopify — Paste the tag into the “Additional scripts” section under Online Store settings
- Custom websites — Add the tag directly to your site’s header template file
If your website is built on a platform you are unfamiliar with, our web development team can install and verify the tag for you, ensuring it fires correctly on every page.
Verifying Tag Installation
After placing the tag, verify it is working correctly using the Google Tag Assistant browser extension or the real-time reports in Google Analytics. You can also check the tag status in your Google Ads account under the conversion action details, where Google will indicate whether the tag has been detected on your site.
Setting Up Conversion Actions
With the Google tag installed, you need to create individual conversion actions that tell Google Ads which specific events to track. Each conversion action represents a distinct business outcome you want to measure.
Creating a Conversion Action
- In Google Ads, navigate to Goals, then Conversions, then Summary
- Click “New conversion action”
- Select the conversion source (Website, App, Phone calls, or Import)
- For website conversions, choose between tracking a page load (for thank-you pages) or tracking a click or event (for button clicks, form submissions, etc.)
- Configure the conversion details:
- Conversion name — Use a clear, descriptive name like “Contact Form Submission” or “Purchase Completed”
- Value — Assign a monetary value to each conversion (covered in detail below)
- Count — Choose “One” for lead-generation actions (one conversion per user) or “Every” for e-commerce transactions (count every purchase)
- Click-through conversion window — The number of days after a click during which a conversion is counted (default is 30 days)
- View-through conversion window — The number of days after an ad impression during which a conversion is counted (default is one day)
- Attribution model — How credit is distributed across multiple touchpoints (covered in detail below)
Event Snippet Placement
For page-load conversions, place the event snippet on the specific page that loads after a conversion occurs, typically a thank-you or confirmation page. For event-based conversions, the event snippet needs to fire when a specific action occurs, such as a form submission or button click. This is where Google Tag Manager becomes particularly useful.
Using Google Tag Manager for Conversion Tracking
Google Tag Manager (GTM) is a free tool that allows you to manage all your tracking tags in one place without editing your website code directly. For most businesses, GTM is the preferred method for implementing conversion tracking because it offers greater flexibility, easier maintenance, and faster deployment.
Setting Up GTM
- Create a Google Tag Manager account at tagmanager.google.com
- Create a new container for your website
- Install the GTM container code on every page of your website (two snippets — one in the
<head>and one after the opening<body>tag) - Verify the container is loading using the GTM Preview mode
Creating Tags and Triggers
In GTM, you create “tags” (pieces of tracking code) and “triggers” (conditions that determine when those tags fire). For Google Ads conversion tracking:
- Create a new tag and select “Google Ads Conversion Tracking” as the tag type
- Enter your Conversion ID and Conversion Label (found in your Google Ads conversion action settings)
- Create a trigger that matches the conversion event, such as a page view of your thank-you page URL or a form submission event
- Save the tag and publish your container
GTM also supports more advanced tracking scenarios, such as tracking clicks on specific buttons, scroll depth, video engagement, and custom JavaScript events. These capabilities make it possible to track virtually any user action as a conversion without modifying your website code.
Importing Google Analytics 4 Goals
If you already have Google Analytics 4 set up on your website with events and key events configured, you can import those directly into Google Ads as conversions. This approach avoids duplicating tracking setup and ensures consistency between your analytics and advertising data.
How to Import GA4 Conversions
- Link your Google Ads and GA4 accounts (Admin section in GA4, then Google Ads Links)
- In Google Ads, go to Goals, then Conversions, then Summary
- Click “New conversion action” and select “Import”
- Choose “Google Analytics 4 properties” and select the property linked to your account
- Select the GA4 events you want to import as conversions
- Click “Import and Continue”
Imported conversions typically begin appearing in your Google Ads reports within 24 to 48 hours. Keep in mind that GA4 and Google Ads may report slightly different numbers due to differences in attribution models and data processing.
Setting Up Enhanced Conversions
Enhanced conversions improve the accuracy of your conversion tracking by sending hashed first-party data — such as email addresses, phone numbers, and names — from your website to Google. This data is matched against signed-in Google accounts to attribute conversions that would otherwise be missed due to cookie restrictions, cross-device behavior, or privacy settings.
Why Enhanced Conversions Matter
As third-party cookies continue to be phased out and privacy regulations tighten, traditional conversion tracking becomes less reliable. Enhanced conversions help recover conversions that would otherwise go untracked, giving you a more complete picture of your campaign performance. Google reports that advertisers enabling enhanced conversions see an average improvement of 5% or more in reported conversions.
Implementation Options
You can set up enhanced conversions through three methods:
- Google Tag Manager — Configure the enhanced conversions settings within your existing conversion tracking tag in GTM
- Google tag (gtag.js) — Add enhanced conversion parameters directly to your Google tag implementation
- Google Ads API — For advanced setups, send conversion data server-side through the API
The GTM method is the most common for businesses that already use Tag Manager. In GTM, edit your Google Ads Conversion Tracking tag, enable “Include user-provided data from your website,” and map the relevant form fields (email, phone, name, address) to the corresponding variables.
Understanding Attribution Models
Attribution models determine how credit for a conversion is assigned when a customer interacts with multiple ads or keywords before converting. The attribution model you choose directly affects which campaigns, ad groups, and keywords appear most valuable in your reports, which in turn influences your bidding and budget decisions.
Available Attribution Models
Google Ads offers the following attribution models:
- Data-driven attribution (default) — Uses machine learning to analyze your account’s conversion data and distribute credit based on which interactions contributed most to the conversion. This is Google’s recommended model and is the default for new conversion actions.
- Last click — Gives 100% of the credit to the last ad interaction before the conversion. Simple but often misleading, as it ignores all earlier touchpoints.
- First click — Gives 100% of the credit to the first ad interaction. Useful for understanding which campaigns drive initial awareness.
Google has deprecated several other models (linear, time decay, position-based) in favor of data-driven attribution. For most advertisers, the data-driven model provides the most accurate and actionable insights.
Choosing the Right Model
If your business has a short sales cycle where customers typically convert after a single interaction, the differences between attribution models will be minimal. For businesses with longer consideration phases and multiple touchpoints, data-driven attribution is almost always the best choice because it reflects the actual customer journey.
Assigning Conversion Values
Assigning monetary values to your conversions allows Google Ads to optimize for revenue rather than just conversion volume. This is critical for maximizing your return on ad spend.
E-Commerce Transactions
For online stores, pass the actual transaction value dynamically with each conversion. Your e-commerce platform or GTM setup should send the order total as the conversion value. This enables Google Ads to report your actual revenue and calculate your true ROAS (return on ad spend).
Lead-Generation Conversions
For businesses that generate leads rather than direct sales, assign estimated values based on your sales data. Calculate the average value of a lead by dividing your total revenue from a lead source by the number of leads generated. For example, if 100 leads from Google Ads generated $50,000 in revenue, each lead is worth $500 on average.
You can also assign different values to different conversion types. A phone call inquiry might be worth more than a newsletter sign-up, and your conversion values should reflect that difference. Accurate values give Google’s automated bidding strategies the data they need to prioritize high-value conversions.
For a comprehensive digital marketing strategy that aligns conversion tracking with your broader business goals, our team can help you define the right metrics and values for every stage of your funnel. If you are also running campaigns on social platforms, our Google Ads vs Meta Ads comparison can help you allocate budget across channels.
Troubleshooting Common Issues
Even with careful setup, conversion tracking can encounter problems. Here are the most common issues and how to resolve them.
No Conversions Recording
If your conversion actions show zero conversions despite receiving clicks, check the following:
- Verify the Google tag is installed on every page (use Google Tag Assistant or the browser developer tools to confirm)
- Confirm the event snippet or GTM trigger is firing on the correct page or event
- Check that the conversion action status in Google Ads shows “Recording conversions” rather than “No recent conversions” or “Unverified”
- Ensure there is no tag conflict caused by duplicate tags on the same page
Duplicate Conversions
If your conversion numbers seem inflated, you may be counting the same action multiple times. Common causes include placing the event snippet on a page that users can reload or revisit, or having both a direct Google tag implementation and a GTM tag firing simultaneously. Set the conversion count to “One” for lead-generation actions, and ensure only one tracking method is active per conversion action.
Conversion Delays
Google Ads can take up to 24 hours to report conversions, and in some cases up to 72 hours for imported conversions. Do not make hasty optimization decisions based on incomplete data. Allow sufficient time for conversions to populate before evaluating campaign performance.
Mismatched Data Between Platforms
Discrepancies between Google Ads, Google Analytics, and your CRM are normal and expected. Each platform uses different attribution windows, counting methods, and data processing pipelines. Focus on trends and relative performance rather than expecting exact number matches across platforms.
Our SEO and analytics team can audit your tracking setup to identify and resolve discrepancies, ensuring you have reliable data to guide your advertising decisions.
Best Practices for Ongoing Optimization
Setting up conversion tracking is not a one-time task. To get the most value from your data, follow these ongoing best practices:
- Review conversion actions quarterly — Remove outdated actions, add new ones as your business evolves, and verify all active actions are recording correctly. Avoid the common Google Ads mistakes that waste budget
- Monitor conversion rates by campaign, ad group, and keyword — Identify which elements drive the highest conversion rates and allocate budget accordingly
- Use conversion data to inform bidding strategies — Automated bidding strategies like Target CPA and Target ROAS rely on accurate conversion data to optimize your bids in real time
- Test landing pages continuously — Conversion tracking reveals which landing pages perform best, giving you the data you need to run meaningful A/B tests
- Keep your tracking code updated — Google periodically updates its tag requirements and best practices; stay current to avoid tracking gaps
Get Professional Google Ads Conversion Tracking Setup
Accurate conversion tracking transforms Google Ads from a cost center into a measurable revenue driver. When you know exactly which clicks lead to customers, you can make smarter decisions about where to invest your budget, which campaigns to scale, and which to pause.
Our Google Ads management team handles everything from initial tracking setup and enhanced conversions to ongoing campaign optimization and analytics configuration. We ensure every conversion is captured, every dollar is accounted for, and every campaign is working toward your business goals.
Ready to get more from your Google Ads investment? Contact us today for a free audit of your conversion tracking setup and a customized optimization plan.