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!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d54e654-d3da-40b8-93f9-1afb357ef06fn%40googlegroups.com.

Reply via email to