Good afternoon We are querying the Google Ads API and calling the uploadCallConversions method like this: https://googleads.googleapis.com/v13/customers/MYCUSTOMERID:uploadCallConversions { "conversions": [ { "callerId": "+01234567890", "callStartDateTime": "2023-03-05 09:55:00 America/New_York", "conversionAction": "MYCONVERSIONNAME", "conversionDateTime": "2023-03-03 10:59:00 America/New_York", "conversionValue": 95.50, "currencyCode": "USD" } ], "partialFailure": true, "validateOnly": false } And it returns the following error: { "partialFailureError": { "code": 3, "message": "Resource name 'MYCONVERSIONNAME' is malformed: expected 'customers/MYCOSTUMERID/conversionActions/{ConversionType.conversion_type_id}'., at conversions[0].conversion_action", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "requestError": "RESOURCE_NAME_MALFORMED" }, "message": "Resource name 'MYCONVERSIONNAME' is malformed: expected 'customers/MYCOSTUMERID/conversionActions/{ConversionType.conversion_type_id}'.", "trigger": { "stringValue": "MYCONVERSIONNAME" }, "location": { "fieldPathElements": [ { "fieldName": "conversions", "index": 0 }, { "fieldName": "conversion_action" } ] } } ] } ] }, "results": [ {} ] } We did the following query to get the conversion id and put it in place of the conversion name and we still get the same error: https://googleads.googleapis.com/v12/customers/MYCOSTUMERID/googleAds:search { "query": "SELECT conversion_action.name, conversion_action.id FROM conversion_action WHERE conversion_action.name='MYCONVERSIONNAME'" } Can you help me to solve it? Thanks!
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/034f8181-c847-40ab-87af-7db8334a1316n%40googlegroups.com.