RE: Can't set AdGroupAdRotationMode "Use campaign setting" with google ads api v9

2021-11-30 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, I received the answer from my team. To clear a field, you set the field mask in the update but don't send any value to the API. I tried this and it worked. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Re

RE: Can't set AdGroupAdRotationMode "Use campaign setting" with google ads api v9

2021-11-30 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, I work with Peter and will assist you. I reproduced this behavior of .setAdRotationMode(AdGroupAdRotationModeEnum.AdGroupAdRotationMode.UNSPECIFIED) not being sent to server in the log and raised it with my team. We will get back to you as soon as possible. In the meantime, here's a

RE: Can't set AdGroupAdRotationMode "Use campaign setting" with google ads api v9

2021-11-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To use the campaign setting, you will need to specify the settings instead via the ad_serving_optimization_status attribute of the campaign resource. To disable this at the ad group level, have you tried setting the ad_rotation_mode to blank instead? So our team