Skip to content

Google Ads Conversions

Conversions in Google Ads are meaningful user actions that happen after interacting with an ad. The Google Ads connector provides access to all conversion metrics and conversion types.

Conversion Types

By Tracking Source

SourceDescription
Google Ads Conversion TrackingConversion tracking tag on the site
Google AnalyticsGoals imported from Google Analytics 4
Import from clicksConversions imported from CRM/offline data
Phone callsCall tracking
App conversionsIn-app conversions (Firebase)

By Action Category

CategoryDescription
PURCHASEPurchase
SIGNUPSign-up
LEADLead
CONTACTContact
PAGE_VIEWPage view
ADD_TO_CARTAdd to cart
BEGIN_CHECKOUTCheckout started
SUBSCRIBE_PAIDPaid subscription

Key Conversion Metrics

conversions vs all_conversions

MetricWhat it includes
metrics.conversionsConversions within the attribution window selected in account settings
metrics.all_conversionsAll conversions, including cross-device, view-through, and outside the attribution window

Recommendation: use metrics.conversions for standard reporting. Use metrics.all_conversions for the fullest possible picture.

Conversion Value

MetricDescription
metrics.conversions_valueTotal conversion value
metrics.all_conversions_valueValue of all conversions
metrics.value_per_conversionAverage value per conversion
metrics.value_per_all_conversionsAverage value (all conversions)

Conversion Attribution Window

The period during which a conversion is counted after an interaction:

SettingDefaultRange
Click-through30 days1-90 days
View-through1 day1-30 days
Engaged-view (YouTube)3 days1-30 days

Attribution Models

Google Ads supports several attribution models:

ModelDescription
Last clickAll value goes to the last click
First clickAll value goes to the first click
LinearValue is distributed evenly
Time decayMore value to more recent interactions
Position-based40% to the first and last, 20% to the rest
Data-drivenBased on data (recommended by Google)

LightLead uses the attribution model configured in the Google Ads account.

Conversion Lag

Conversions can be recorded with a delay:

SourceTypical delayMaximum delay
On-site tagA few hours24 hours
Google Analytics24-48 hours72 hours
Offline importDepends on the importUp to 90 days
App (Firebase)A few hours24 hours

Data for the last 1-2 days may be incomplete due to conversion registration lag.

Conversion Segmentation

Breaking down conversions by additional parameters:

sql
SELECT
  segments.conversion_action_name,
  segments.conversion_lag_bucket,
  metrics.conversions,
  metrics.conversions_value
FROM campaign
WHERE segments.date DURING LAST_30_DAYS

Conversion Lag (conversion_lag_bucket)

ValueRange
LESS_THAN_ONE_DAYLess than 1 day
ONE_TO_TWO_DAYS1-2 days
TWO_TO_THREE_DAYS2-3 days
THREE_TO_FOUR_DAYS3-4 days
FOUR_TO_FIVE_DAYS4-5 days
FIVE_TO_SIX_DAYS5-6 days
SIX_TO_SEVEN_DAYS6-7 days
......
FOURTEEN_TO_TWENTY_ONE_DAYS14-21 days

Maintained by the LightLead Documentation Team · Last verified: 2026-07-25