Hi support, I am trying to use Google Ads API for Upload Conversion Adjustments.
I am using this python example code <https://developers.google.com/google-ads/api/docs/conversions/upload-adjustments#python>, but I am getting this error NO_CONVERSION_ACTION_FOUND. I waited 24 hours after reporting before adjusting the conversion to avoid CONVERSION_NOT_FOUND and TOO_RECENT_CONVERSION errors. Request: customer_id: "**" conversion_adjustments { gclid_date_time_pair { gclid: "**" conversion_date_time: "2024-06-03 17:07:27+09:00" } conversion_action: "customers/**/conversionActions/**" adjustment_date_time: "2024-06-05 13:46:19+09:00" adjustment_type: RESTATEMENT restatement_value { adjusted_value: 30000 } } partial_failure: true Response: Uploaded conversion that occurred at "" from Gclid "" to "" Partial failures occurred. Details will be shown below. A partial failure at index 0 occurred Error message: The conversion action specified in the adjustment request cannot be found. Make sure it's available in this account. Error code: conversion_adjustment_upload_error: NO_CONVERSION_ACTION_FOUND As a side note, I was able to upload the click conversion using this python example code <https://developers.google.com/google-ads/api/docs/conversions/upload-clicks#python> . Response: Uploaded conversion that occurred at "2024-06-03 17:07:27+09:00" from Google Click ID "**" to "customers/**/conversionActions/**" Also, the manual conversion adjustment <https://support.google.com/google-ads/answer/7686280?sjid=9270443187958982756-AP&hl=en> was successful for the same conversion action. I highly appreciate your support. -- ----------------------------------------------------------------------------------------- もし、このメッセージが誤って貴殿に送信されたと思われる場合には、 機密情報を含んでいる可能性もありますので、どなたにも転送せず、 付属したファイルも含めて削除していただくとともに、発信者にその旨を お伝えいただきますようお願いいたします。 This email may be confidential or privileged. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and documents, and please let me know that it went to the wrong person. 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 [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/a8bdb791-9e0e-4df7-aa9b-f5cef5487062n%40googlegroups.com.
