uploadConversionAdjustments for uploadCallConversions method.

101 views
Skip to first unread message

Alexis S

unread,
Sep 26, 2023, 9:40:44 PM9/26/23
to Google Ads API and AdWords API Forum
Hello!
Have successfully done an uploadConversionAdjustments for the uploadClickConversions method, and now  need to do the same but for the uploadCallConversions method and it returns an error if used callerId instead of gclid. How can solve that?

This is the way I did it for uploadCallConversions and it worked correctly for me:

------------------------------------------------------------------------------------------------------------------------------------------------------
METHOD: customers.uploadConversionAdjustments
 
ENDPOINT POST:
https://googleads.googleapis.com/v13/customers/[customer-id]:uploadConversionAdjustments

BODY:
{
  "conversionAdjustments": [
    {
        "gclidDateTimePair": {
            "gclid": "[gclid]",
            "conversionDateTime": "2023-09-23 01:15:00-05:00"
        },
       "adjustmentType": "RETRACTION",
       "conversionAction": "customers/[login-customer-id]/conversionActions/[conversion-action]",
       "adjustmentDateTime": "2023-09-26 10:30:00-05:00"
    }
  ],
  "partialFailure": true,
  "validateOnly": true
}

HEADERS:
developer-token: [developer-token]
login-customer-id: [login-customer-id]
Authorization: Bearer [Authorization]

------------------------------------------------------------------------------------------------------------------------------------------------------

Await your response, thank you very much!

Google Ads API Forum Advisor

unread,
Sep 27, 2023, 3:33:47 AM9/27/23
to alesc...@gmail.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team. 

By reviewing your concern, I understand that you're encountering an error while attempting to perform an "uploadConversionAdjustments" using the "uploadCallConversions" method in the Google Ads API.

In order to investigate your issue further, kindly provide us with the complete API logs (request and response with request-id and request header) along with the uncropped UI screenshot generated at your end.

If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java.NetPHPPythonRuby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 
This message is in relation to case "ref:_00D1U1174p._5004Q2p1enZ:ref"

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages