In case this is intended behaviour, is there any other way for us to detect when a conversion with said orderId has been uploaded to the conversion action?
On Wednesday, April 24, 2024 at 2:11:32 PM UTC+2 Selcuk wrote: > If it helps, the requestId that i found in the response headers > was XYfSaW2rxNUl_2x3jbSfUg > > On Wednesday, April 24, 2024 at 2:06:24 PM UTC+2 Selcuk wrote: > >> Hello, >> >> We are trying to implement the uploadConversionAdjustment rest endpoint. >> We are encountering the following issue: >> >> We are uploading an ENHANCEMENT with an orderId that does not exist (we >> have tried many different random strings), because we want to trigger the >> CONVERSION_NOT_FOUND failure message. While doing this, we noticed that we >> always get a succesful response back, even when we are certain that this >> conversion action has not received a conversion with said orderId. >> >> The request body: >> { >> "conversionAdjustments": [ >> { >> "adjustmentType": "ENHANCEMENT", >> "userIdentifiers": [ >> { >> "userIdentifierSource": "FIRST_PARTY", >> "hashedEmail": >> "1b3b25a7c92d9b485a566545f43ef41255172c814fb45775bf25e914ed45ec54" >> } >> ], >> "orderId": "ThisIsNotAnActualOrderId", >> "conversionAction": >> "customers/6989894992/conversionActions/6797143098", >> "adjustmentDateTime": "2024-04-24 13:19:45+02:00", >> "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) >> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" >> } >> ], >> "partialFailure": true, >> "validateOnly": false >> } >> The request response: >> { >> "results": [ >> { >> "adjustmentType": "ENHANCEMENT", >> "conversionAction": >> "customers/6989894992/conversionActions/6797143098", >> "adjustmentDateTime": "2024-04-24 13:19:45+02:00", >> "orderId": "ThisIsNotAnActualOrderId" >> } >> ], >> "jobId": "518479714210543166" >> } >> >> So my question is: Why is this conversion adjustment succeeding? Our plan >> depended on the CONVERSION_NOT_FOUND failure being thrown. >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4de7cae6-5414-489d-806e-314fdd6d5899n%40googlegroups.com.