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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/da5f1515-a602-4296-a2ee-6802a9fa74a0n%40googlegroups.com.
  • Up... Selcuk
    • ... Selcuk
      • ... Selcuk
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to