What Is a Google Ads Conversion Action?
A Google Ads conversion action is a specific customer activity you define as valuable, such as a phone call, form submission, purchase, or booking, that Google Ads tracks and counts as a conversion. Setting up conversion actions tells Google which outcomes matter, so it can report which keywords and ads drive results and let automated bidding optimize toward them. Without conversion actions, Google Ads only shows clicks and impressions, leaving you blind to what actually generates the leads or sales that grow your business.
- What it is
- A defined customer action Google Ads tracks as a valuable outcome
- Common types
- Website actions, phone calls, app installs, and offline imports (Google Ads Help)
- How it tracks
- The Google tag (gtag) or Google Tag Manager fires on the conversion event
- Enables smart bidding
- Automated strategies optimize toward the conversions you define (Google Ads Help)
- Primary vs secondary
- Primary actions drive bidding; secondary are observed only
- Value and count
- You can assign a monetary value and choose how conversions are counted
What a conversion action is #
A Google Ads conversion action is a customer activity that you define as a meaningful outcome, then tell Google Ads to track and count. Depending on your business, a conversion action might be a completed contact form, a phone call from your ad, an online purchase, a booking, a newsletter signup, or a download. By setting these up, you give Google Ads a definition of success, so instead of reporting only clicks and impressions, it reports how many real, valuable actions each keyword, ad, and campaign produced. This is the difference between knowing that people clicked and knowing that people converted. Conversion actions are the backbone of measuring return on ad spend, because they connect the money you pay for clicks to the outcomes that actually grow your business. They also power Google's automated bidding, which can only optimize toward goals it can see. Defining and tracking them correctly is one of the first things we set up for any client on our /services/google-ads-management page.
Why conversion actions are essential #
Without conversion actions, running Google Ads is like driving with the windshield covered; you can see you are moving, but not where. The platform will happily report clicks, impressions, and click-through rates, but none of those tell you whether the campaign generated a single lead or sale. Conversion actions fill that gap by tying spend to outcomes, revealing your true cost per lead and return on ad spend. They also unlock Google's most effective feature, automated bidding, which uses machine learning to adjust bids toward the conversions you define. If Google cannot see your conversions, its algorithms optimize toward the wrong thing, usually cheap clicks that never convert, and you waste budget. For local businesses especially, where a phone call may be worth hundreds of dollars, tracking the right actions transforms Google Ads from a guessing game into a measurable investment. This is why proper conversion tracking is non-negotiable and why we verify it before scaling spend, working closely with the measurement on our /services/analytics-tracking page.
Types of conversion actions #
Google Ads supports several categories of conversion action, and most businesses use a mix. Website conversions track actions on your site, such as a form submission, a purchase, or a reaching of a thank-you page. Phone-call conversions track calls from call extensions, calls to a number on your website, or clicks on a mobile call button, essential for phone-driven local businesses. App conversions track installs and in-app actions. Import conversions, sometimes called offline conversions, let you upload sales that happened later, for example when a lead becomes a signed customer days after the click, so Google learns which clicks led to real revenue (Google Ads Help). You can also import goals directly from GA4 rather than creating separate tags. Choosing the right actions to track depends on how your business actually earns, forms and calls for service businesses, purchases for e-commerce. Getting this mapping right is a core part of the setup we handle alongside our /services/ppc-landing-pages page so the tracked actions reflect genuine business value.
Primary vs secondary conversions #
Google Ads lets you classify each conversion action as primary or secondary, and understanding the difference prevents skewed reporting and bidding. Primary conversion actions are the outcomes that truly matter, the leads and sales you want to maximize, and they are the ones automated bidding optimizes toward. Secondary conversion actions are tracked and reported for insight but are excluded from bidding, so they inform you without pulling the algorithm in the wrong direction. For example, a plumber might set completed quote-request forms and phone calls as primary, while marking a newsletter signup or a brochure download as secondary. Mixing these up is a common error: if you mark low-value actions as primary, Google will optimize toward them, chasing cheap signups instead of paying customers. Reviewing which actions drive bidding is one of the quickest ways to fix an underperforming account. We audit this classification regularly for clients so spend follows the outcomes that generate revenue, a discipline tied to our /services/conversion-optimization page and its focus on meaningful results.
How conversion tracking works #
Conversion tracking works by placing a small piece of code, the Google tag, on your website, then firing a conversion snippet when a valuable action happens. When a visitor clicks your ad, Google attaches identifying information to the visit. If that visitor later completes a tracked action, such as landing on a thank-you page after submitting a form, the conversion snippet reports it back to Google Ads, which credits the conversion to the ad and keyword that brought them. Many businesses manage this through Google Tag Manager, which lets you add and update tags without editing site code each time, and trigger conversions on specific events like button clicks or form submissions. GA4 goals can also be imported as conversions, avoiding duplicate tags. The setup must be accurate, firing on the right event, only once, and without double-counting, or your data becomes untrustworthy. This technical plumbing is easy to get subtly wrong, which is why we test it carefully as part of every build on our /services/analytics-tracking page.
The gtag conversion snippet #
Once the base Google tag is installed sitewide, you fire a conversion event when the valuable action completes, for example on a thank-you page or a form-submit handler. A basic gtag conversion looks like this.
<!-- Base Google tag (loads once, sitewide) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-123456789"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){ dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-123456789');
</script>
<!-- Fire this when the conversion happens (e.g. thank-you page) -->
<script>
gtag('event', 'conversion', {
'send_to': 'AW-123456789/AbC-D_efG-h12345',
'value': 150.0,
'currency': 'USD'
});
</script>Counting, values, and attribution #
Beyond simply defining a conversion action, Google Ads gives you controls that shape how it is measured. The count setting decides whether every conversion counts or only one per click; use every for purchases, where multiple sales are all valuable, and one for leads, where a single person filling a form twice should count once. Conversion value lets you assign a monetary figure to each action, so Google can optimize toward revenue rather than raw conversion counts; even an estimated average lead value helps bidding make smarter trade-offs. The attribution model determines how credit is shared across the ads a customer interacted with before converting; data-driven attribution spreads credit based on observed impact rather than crediting only the last click. The conversion window sets how long after a click a conversion still counts. Configuring these thoughtfully makes your reporting reflect real business value instead of vanity totals. We tune these settings per client so the numbers guiding decisions are honest, connecting directly to the cost-per-lead work on our /services/conversion-optimization page.
Common tracking mistakes #
Conversion tracking is powerful but easy to misconfigure, and mistakes quietly corrupt your data. Double-counting is common, when a tag fires more than once or a thank-you page reloads, inflating conversions and misleading bidding. Tracking the wrong action, like counting every button click instead of completed forms, rewards noise over real leads. Forgetting to track phone calls leaves phone-driven businesses blind to most of their results. Marking low-value actions as primary drags automated bidding toward cheap outcomes. Broken tags after a website redesign are another frequent culprit; a migration can silently break tracking, so conversions appear to collapse overnight. Duplicate conversions from importing the same action through both a tag and GA4 also distort totals. The through-line is that unverified tracking is worse than none, because it drives confident decisions on bad data. We test conversions end to end after every change, especially during a site rebuild, which is why measurement is baked into our /services/ppc-landing-pages page rather than bolted on afterward.
Setup best practices and recommendation #
Setting up conversion actions well follows a few durable principles. Track the outcomes that genuinely represent business value, completed forms, qualified calls, and sales, not vanity clicks. Mark only those revenue-driving actions as primary so automated bidding optimizes toward what matters, and relegate lesser signals to secondary. Assign realistic values, even estimated ones, so Google can pursue profit rather than volume. Use one count for leads and every for purchases. Verify every conversion fires correctly and only once, and re-test after any website change or redesign. Import calls and offline sales where they matter so the full funnel is visible. Our recommendation is to treat conversion tracking as the foundation of the entire account; get it right before spending heavily, then let the clean data guide bidding and budget. Done properly, conversion actions turn Google Ads into a measurable growth engine; done carelessly, they mislead you into scaling waste. We build and audit this for clients on our /services/google-ads-management page, and a review at /free-website-audit is a sensible first step.
FAQ
What is a conversion action in Google Ads?
It is a specific customer activity you define as valuable, such as a form submission, phone call, purchase, or booking, that Google Ads tracks and counts. Setting up conversion actions tells Google which outcomes matter, so it can report which ads drive results and let automated bidding optimize toward those outcomes rather than just clicks.
How do I set up conversion tracking in Google Ads?
Install the base Google tag on every page, then define each conversion action and fire its snippet when the action completes, often on a thank-you page or via Google Tag Manager. Alternatively, import goals from GA4. Always test that each conversion fires correctly and only once before trusting the data or scaling spend.
What is the difference between primary and secondary conversions?
Primary conversion actions are the outcomes you want to maximize, and automated bidding optimizes toward them. Secondary conversion actions are tracked for insight but excluded from bidding. Marking low-value actions as primary causes Google to chase cheap outcomes, so reserve primary status for real leads and sales like forms, qualified calls, and purchases.
Can Google Ads track phone calls as conversions?
Yes. Google Ads can track calls from call extensions, calls to a number on your website, and mobile call-button clicks as conversions. For call-tracking platforms, qualified calls can also be imported. This is essential for phone-driven local businesses, since most of their leads arrive by phone rather than through web forms.
Why do my Google Ads conversions look wrong?
Common causes include double-counting from a tag firing twice or a page reloading, tracking the wrong action, duplicate imports from both a tag and GA4, or a tag broken by a recent website change. Unverified tracking corrupts bidding and reporting, so test each conversion end to end, especially after any redesign or migration.
Do I need conversion actions to run Google Ads?
Technically no, but practically yes. Without conversion actions, Google Ads only reports clicks and impressions, leaving you blind to whether campaigns generate leads or sales. They also power automated bidding, which optimizes toward the conversions it can see. Skipping them almost always wastes budget on clicks that never turn into customers.
How Local Web Advisor checks this for you
Is your own website getting analytics & measurement right?
Our free AI audit scans your site and tells you — in plain English — exactly what to fix for analytics & measurement and seven other areas, with the business impact and the fix for each. No login needed to start.
Run my free website audit →Was this helpful?