Our conversio n adjustment requests fail on the google ads api. We use orderId for all our rest api v19 requests without any errors since yesterday. Anybody any ideas:
{"partialFailure":true,"validateOnly":true,"conversionAdjustments":[{"orderId":"someOrderId","adjustmentType":"RESTATEMENT","conversionAction":"customers\/6666666666\/conversionActions\/6666666666","adjustmentDateTime":"2025-10-08 11:26:37+02:00","restatementValue":{"adjustedValue":10,"currencyCode":"EUR"}}]}
{
"partialFailureError": {\n
"code": 3,\n
"message": "The required field was not present., at conversion_adjustments[0].gclid_date_time_pair.gclid",\n
If I use order_id and gclid_date_time_pair it detects both and throws a valid error: " "message": "Cannot set both gclid_date_time_pair and order_id. Use only 1 type and try again., at conversion_adjustments[0].order_id",\n " if i use only the gclid_date_time_pair I get a "not_found" because probably too early. At least then, the request is valid. When I only use orderId it fails while the request should not fail as far as I know. Any help?