AI-generated Key Takeaways
-
Successfully processed ConversionAdjustments are identified by key fields like
gclid_date_time_pair
,order_id
,adjustment_type
,conversion_action
, andadjustment_date_time
. -
The
gclid_date_time_pair
contains the gclid and conversion date time, while theorder_id
specifies the order ID of the conversion. -
The
adjustment_type
indicates the nature of the adjustment, andconversion_action
provides the resource name of the associated conversion action. -
The
adjustment_date_time
records the date and time the adjustment was made, following a specific format.
Information identifying a successfully processed ConversionAdjustment.
Fields | |
---|---|
|
The gclid and conversion date time of the conversion. |
|
The order ID of the conversion to be adjusted. |
|
The adjustment type. |
|
Resource name of the conversion action associated with this conversion adjustment. |
|
The date time at which the adjustment occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00". |