| Name | Type | Description | Notes |
|---|---|---|---|
| adjustmentType | AdjustmentTypeEnum | ||
| adjustmentTime | BigDecimal | When the adjustment occurred, unix seconds. | |
| orderId | String | Transaction ID of the original conversion (the `eventId` you sent). Recommended; required for ENHANCEMENT. | [optional] |
| gclid | String | Alternative key — the original click ID. Pair with `conversionTime`. Not valid for ENHANCEMENT. | [optional] |
| conversionTime | BigDecimal | The original conversion's time, unix seconds. Required when identifying by `gclid`. | [optional] |
| restatementValue | BigDecimal | RESTATEMENT only — the corrected TOTAL conversion value. | [optional] |
| currency | String | RESTATEMENT only — ISO 4217 currency for `restatementValue`. | [optional] |
| user | AdjustConversionsRequestAdjustmentsInnerUser | [optional] | |
| userAgent | String | ENHANCEMENT only — the original conversion's user agent (improves match quality). | [optional] |
| Name | Value |
|---|---|
| RETRACTION | "RETRACTION" |
| RESTATEMENT | "RESTATEMENT" |
| ENHANCEMENT | "ENHANCEMENT" |