Google Conversion Adjustments
This destination is currently under final review and will be available soon.
Google is a multinational technology company focusing on online advertising, search engine technology, cloud computing, and computer software. Taking advantage of the Google Ads API Upload Conversion Adjustments, you can amend conversions values initially reported by other means (E.g. via client-side tags).
Destination setup
To adjust a conversion, you must first have a conversion action set up, and conversions must have been reported in Google Ads interface.
Google recommends waiting 24 hours after a conversion is reported before sending adjustments. This will avoidCONVERSION_NOT_FOUND
orTOO_RECENT_CONVERSION
upload errors. Also, wait 4-6 hours after creating a conversion action before adjusting its conversions to avoid a TOO_RECENT_CONVERSION_ACTION
upload error.
To identify the conversion and when a transaction identifier is not provided, this destination will try to include the gclid
if its value is provided in the Google Click Id
field (See Configuration for more details). If this is not set, the following cookies, in the presented priority order, are used to retrieve a proper value:
_gcl_aw
_gcl_dc
_gac_[GA_PROPERTY_ID]
On the other hand, when a transaction identifier is present both the gclid
and conversionDateTime
are removed from the hit to prevent the GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET
upload error. More details on all upload errors are available following this LINK.
Conversion adjustments don't work with conversion actions whose type is UNKNOWN
. In addition, adjustments for a conversion whose click has a gbraid
or wbraid
instead of a gclid
will fail with a CONVERSION_NOT_FOUND
upload error.
Configuration
Settings | Description |
---|---|
|
Your credentials with Google Ads as set in the Commanders Act interface following: |
|
|
| Google click Id (gclid) associated with the original conversion. This field has priority over related cookies. |
| The GA Tracking Id is a string like "UA-XXXXXX-Y" or "G-XXXXXXXXXX" for Google Analytics 4. It's used as an alternative method to retrieve the |
Field mappings
The transaction identifier (id
) is required in any of the following conditions:
The type of the conversion action is equal to
Website
/WEBPAGE
.The original conversion you are adjusting was assigned a transaction identifier.
If Transaction Adjusted Timestamp (adjustmentDateTime)
"Smart Mapping" field is not set, this destination will use the current timestamp to set the Google property conversionAdjustments.0.adjustmentDateTime
.
Google properties are set starting from the path conversionAdjustments.0
.
Commanders Act Properties | Google Properties |
---|---|
|
|
|
|
|
|
|
|
|
|
[*] Mandatory property. [1] This is required when specific conditions are verified. See Field mappings for details. [2] See Destination setup for more details.
Last updated