Hi,
Thank you for reaching out to the Google Ads API support team.
As per the Google Ads API documentation, only the account that manages conversion actions can import adjustments. If you attempt to import an adjustment using a different account, or if the conversion action for the adjustment is not enabled, you will receive a NO_CONVERSION_ACTION_FOUND error. To fetch the owner of the conversion action, please refer to the below query.
SELECT conversion_action.id, conversion_action.name, conversion_action.type, conversion_action.status, conversion_action.owner_customer FROM conversion_action WHERE conversion_action.id = {conversion_action ID}
To assist you further, could you please provide us with complete API logs (request and response logs with request-id and request header) generated at your end while sending conversion adjustments?
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, .Net, PHP, Python, Ruby 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.Hi,
Thank you for reaching out to the Google Ads API support team.
By reviewing your query, I understand that you want to upload conversion adjustments using an MCC account through the Google Ads API. Kindly note that the account that manages the conversion actions is able to import adjustments. If the MCC account manages the conversion actions, then you can upload the conversion adjustments using an MCC account. Kindly note that If you are attempting to import an adjustment using a different account, or if the conversion action of the adjustment is not enabled, then you will encounter NO_CONVERSION_ACTION_FOUND error.
To determine the owner of the conversion actions, please find the below GAQL query:
SELECT conversion_action.id, conversion_action.name, conversion_action.type, conversion_action.status, conversion_action.owner_customer FROM conversion_action WHERE conversion_action.id = {conversion_action ID}
In order to adjust a conversion, you must first have a conversion action set up, and you must also have recorded the conversions that you are about to adjust. Kindly note that you should follow all the requirements while adjusting conversions using the ConversionAdjustmentUploadService in the Google Ads API. I would recommend you to refer to Import Conversion Adjustments documentation for more detailed information.
I hope this helps! If you are still facing any issues, kindly get back to us with more details.
![]() |
Google Ads API Team |
[2025-07-18 15:38:19Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01sw5Hl:ref" (ADR-00319355)