Send your data from the Catalog to Google Ads Conversion Adjustments.
True
. If you have different conversion actions for each entry, then you should set this information in the column mapping part.RETRACTION
: Negates a conversion so that its total value and count are both zero.RESTATEMENT
: Changes the value of a conversion.ENHANCEMENT
: Supplements an existing conversion with provided user identifiers and user agent, which can be used by Google to enhance the conversion count.Tip: The table can be found more easily by typing its name.
Field name | Description |
---|---|
order_id | The order ID of the conversion to be adjusted. If the conversion was reported with an order ID specified, that order ID must be used as the identifier here. |
gclid | The restated conversion value. This is the value of the conversion after restatement. For example, to change the value of a conversion from 100 to 70, an adjusted value of 70 should be reported. |
conversion_date_time | The date and time of the original conversion. The value must have a timezone specified, and the format must be yyyy-mm-dd HH:mm:ss+-hh:mm , for example: 2022-01-01 19:32:45-05:00 . |
order_id
or a pair conversion_date_time
+ gclid
so the conversion to be retracted can be identified.Field name | Description |
---|---|
restatement_value | The restated conversion value. This is the value of the conversion after restatement. For example, to change the value of a conversion from 100 to 70, an adjusted value of 70 should be reported. |
restatement_currency | The currency of the restated value. If not provided, then the default currency from the conversion action is used, and if that is not set then the account currency is used. This is the ISO 4217 3-character currency code for example, USD or EUR. |
adjustment_date_time | The date time at which the adjustment occurred. Must be after the conversion_date_time. The value must have a timezone specified, and the format must be yyyy-mm-dd HH:mm:ss+-hh:mm , for example: 2022-01-01 19:32:45-05:00 . |
order_id | The order ID of the conversion to be adjusted. If the conversion was reported with an order ID specified, that order ID must be used as the identifier here. |
gclid | The restated conversion value. This is the value of the conversion after restatement. For example, to change the value of a conversion from 100 to 70, an adjusted value of 70 should be reported. |
conversion_date_time | The date and time of the original conversion. The value must have a timezone specified, and the format must be yyyy-mm-dd HH:mm:ss+-hh:mm , for example: 2022-01-01 19:32:45-05:00 . |
conversion_action_name | The resource name of the conversion action created in Google Ads for the conversion. The conversion action must have a type of UPLOAD_CLICKS , and must exist in your Google Ads account. |
order_id
or a pair conversion_date_time
+ gclid
so the conversion to be retracted can be identified. In both cases, adjustment_date_time
is mandatory.Field name | Description |
---|---|
restatement_value | The restated conversion value. This is the value of the conversion after restatement. For example, to change the value of a conversion from 100 to 70, an adjusted value of 70 should be reported. |
restatement_currency | The currency of the restated value. If not provided, then the default currency from the conversion action is used, and if that is not set then the account currency is used. This is the ISO 4217 3-character currency code for example, USD or EUR. |
adjustment_date_time | The date time at which the adjustment occurred. Must be after the conversion_date_time. The value must have a timezone specified, and the format must be yyyy-mm-dd HH:mm:ss+-hh:mm , for example: 2022-01-01 19:32:45-05:00 . |
order_id | The order ID of the conversion to be adjusted. If the conversion was reported with an order ID specified, that order ID must be used as the identifier here. |
gclid | The restated conversion value. This is the value of the conversion after restatement. For example, to change the value of a conversion from 100 to 70, an adjusted value of 70 should be reported. |
conversion_date_time | The date and time of the original conversion. The value must have a timezone specified, and the format must be yyyy-mm-dd HH:mm:ss+-hh:mm , for example: 2022-01-01 19:32:45-05:00 . |
conversion_action_name | The resource name of the conversion action created in Google Ads for the conversion. The conversion action must have a type of UPLOAD_CLICKS , and must exist in your Google Ads account. |
user_agent | The user agent to enhance the original conversion. This can be found in your user’s HTTP request header when they convert on your web page. Example, Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) . User agent can only be specified in enhancements with user identifiers. |
email | User identifier of type email indicating the email address of the user. |
phone | User identifier of type phone indicating phone number of the user. |
first_name | User identifier of type address indicating the first name of the user. |
last_name | User identifier of type address indicating the last name of the user. |
country_code | User identifier of type address indicating the country code of the user. It should match a country code provided by this list. |
postal_code | User identifier of type address indicating the postal code of the user. |
order_id
or a pair conversion_date_time
+ gclid
so the conversion to be enhanced can be identified. The other fields are optional, depending on which data you want to enhance on your existing conversion.address
, you should send all the following fields: first_name
, last_name
, country_code
and postal_code
.Important: once the destination runs successfully, it can take as little as 10 minutes or up to 24 hours for the upload job to complete. You should check the status directly on Google Ads portal what’s the status of the job.