My goal is to retract several conversions which I imported to Google Ads from Google Analytics earlier. For this, I am using the code example "Upload Conversion Adjustments" from the documentation of the Google Ads API <https://developers.google.com/google-ads/api/docs/conversions/upload-adjustments?hl=en> .
As a result, I get a "Partial Failure" code 3: "This customer does not have a conversion action of a supported ConversionActionType that matches the conversion action provided., at conversion_adjustments[0].conversion_action" The conversion action could be wrong. I found it as a parameter on the Google Ads Panel as described here <https://support.google.com/google-ads/thread/105330243/where-can-i-find-conversion-action-id-for-google-ads-api-upload-offline-conversion?hl=en&msgid=105402750>. (Actually, I wonder how I can get this ID via the API itself.) You can find my specific code and other details here <https://stackoverflow.com/questions/67631138/retract-conversion-from-google-ads-with-python>. Any ideas on how I can get this thing running? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/67903e4a-6a71-4326-be93-c4044a1ea9dbn%40googlegroups.com.
