Hi,
Thank you for contacting the Google Ads API support team.
Please note that we have replicated your issue on our end and the functionality seems to be working as expected. In other words, 'campaign.ai_max_setting.enable_ai_max = false' setting is working correctly for us. In order to assist you further, please provide the complete API logs (request and response with request-id and request header) generated on your end without redacting any information and the uncropped UI screenshots of the campaign settings page with the visibility of the “Optimize your campaign with AI Max” setting before and after setting the ai_max_setting.enable_ai_max = false.
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.
![]() |
Google Ads API Team |
[2025-08-28 02:26:03Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5G1i:ref" (ADR-00331072)
![]() |
Google Ads API Team |
[2025-08-28 22:23:27Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5G1i:ref" (ADR-00331072)
curl --request POST \ 'https://googleads.googleapis.com/v21/customers/{customer ID}/campaigns:mutate?key=[YOUR_API_KEY]' \ --header 'developer-token: **********************' \ --header 'login-customer-id: {login customer ID}' \ --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{"operations":[{"update":{"aiMaxSetting":{"enableAiMax":false}, "resourceName":"customers/{customer ID}/campaigns/{campaign ID}"}, "updateMask":"aiMaxSetting.enableAiMax"}]}' \ --compressedRetry at your end by making this change and let us know how it goes.
![]() |
Google Ads API Team |
[2025-08-29 14:44:34Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5G1i:ref" (ADR-00331072)
![]() |
Google Ads API Team |
[2025-09-02 21:53:27Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5G1i:ref" (ADR-00331072)