---
title: Google Ads Conversion Tracking Setup
type: knowledge
created: '2026-04-05'
updated: '2026-04-05'
source_docs:
- raw/2025-10-08-amazon-ad-review-92691401.md
tags:
- google-ads
- conversion-tracking
- pmax
- workflow
- asymmetric
layer: 2
client_source: null
industry_context: null
transferable: true
---

# Google Ads Conversion Tracking Setup

Proper conversion tracking is foundational to campaign optimization. Misconfigured goals cause Google's bidding algorithms to optimize toward the wrong signals, inflate reported performance, and obscure true lead quality. This article captures best practices discovered during a live account audit.

## The Core Principle: Goals vs. Observations

Not every trackable user action should count as a conversion **goal**. Google Ads distinguishes between:

- **Goals** — actions that directly signal business value and that Smart Bidding will optimize toward
- **Observations / Secondary metrics** — actions worth monitoring but not worth chasing with ad spend

**High-intent actions that belong as Goals:**
- Form fills (contact us, quote request, etc.)
- Phone calls (call extensions, call tracking)
- Button clicks tied to lead actions (e.g., "Get a Quote")
- Click-to-email links

**Actions that should be Observations only (or excluded entirely):**
- Page views
- Scroll depth events
- Session starts
- Time-on-site thresholds

> **Evidence:** During an October 2025 audit of a Bluepoint ATM account, page views were found to be counted as conversion goals. This inflated reported conversions to ~5,000–10,000 and produced artificially low CPAs that masked poor lead generation performance. ChatGPT analysis of the campaign report flagged the anomaly immediately: "Conversion quality check — because your CPAs are extremely low, what conversions are counting?"

## How to Audit Conversion Goals

1. In Google Ads, navigate to **Goals → Conversions → Summary**
2. Review each active conversion action
3. For any action that is not a direct lead signal, click into it and either:
   - Change its **"Count"** setting to not include in conversions column, or
   - **Remove** it from the active goals list entirely
4. Confirm that only high-intent actions remain as primary goals

### What to Look For

| Conversion Action | Appropriate Setting |
|---|---|
| Contact form submission | ✅ Goal |
| Phone call (30+ seconds) | ✅ Goal |
| Click-to-call button | ✅ Goal |
| PDF download | ⚠️ Optional — low-intent signal |
| Outbound click | ⚠️ Observation only |
| Page view | ❌ Remove from goals |
| Scroll event | ❌ Remove from goals |
| Session start | ❌ Remove from goals |

## Handling Historical Data After a Fix

Removing a miscounted conversion action **does not retroactively correct historical data**. Google will not recalculate past conversion totals.

**What to do:**
1. Note the exact date the change was made (e.g., October 8, 2025)
2. When running reports, filter date ranges to start from that date forward
3. Add a note in any client-facing reports flagging that pre-change data includes inflated conversions
4. Optionally, export a campaign report with the "conversions by action name" column to manually isolate and subtract the miscounted action type from historical figures

> Within 2–3 days of removing the bad goal, new conversion data will begin reflecting only true lead actions.

## Validating Setup with a Developer or Analyst

When working with a tracking implementer (e.g., a developer managing Google Tag Manager), confirm the following:

- [ ] Page views are **not** firing as conversion events
- [ ] Scroll depth events are **not** included in conversion goals
- [ ] Session-based triggers are **not** mapped to conversion actions
- [ ] Any micro-conversion events (PDF downloads, outbound clicks) are set as **secondary** metrics, not primary goals

Send this checklist explicitly — do not assume the implementer knows the distinction between goals and observations.

## Impact on Smart Bidding and Performance Max

Google's automated bidding strategies (Maximize Conversions, Target CPA, Performance Max) train on whatever is defined as a conversion. If page views are included:

- The algorithm will optimize for traffic volume, not lead quality
- CPAs will appear artificially low
- Performance Max campaigns will allocate budget toward audiences that browse but don't convert
- Reported ROAS will be meaningless

**Recommended action after fixing conversion tracking:**
- Wait approximately one week for new, clean conversion data to accumulate
- Then evaluate whether to pause, restructure, or reset Performance Max campaigns based on the corrected signal
- Add negative keywords informed by search term reports to tighten targeting

## Related Articles

- [[wiki/clients/bluepoint/index]]
- [[wiki/knowledge/google-ads/chatgpt-campaign-analysis-workflow]]
- [[wiki/knowledge/google-ads/pmax-campaign-management]]
- [[wiki/meetings/2025-10-08-amazon-ad-review]]