I finally figured this out! The key is to not have "bidding_strategy" in the update mask and only "manual_cpc.enhanced_cpc_enabled". This seems to work.
For the python library I had to update the protobuf_helper.field_mask helper method to compare against None instead of the original object and then add "manual_cpc.enhanced_cpc_enabled" manually to the field mask using field_mask.paths.append as it does not appear there when "enhanced_cpc_enabled" is set to false or is not present. The issue with "manual_cpc.enhanced_cpc_enabled" not appearing in the field mask should definitely be addressed. Cheers! On Tuesday, December 7, 2021 at 9:19:20 AM UTC-5 Will Schymik wrote: > Thank you! > > On Monday, December 6, 2021 at 7:50:45 PM UTC-5 adsapi wrote: > >> Hello Will, >> >> I'm checking with someone on the team to see if they know more about this. >> >> Cheers, >> >> [image: Google Logo] >> Nadine Wang >> Google Ads API Team >> Reminder: Share your feedback about the Google Ads (AdWords) API! Take >> the 2021 Google Ads API and AdWords API Annual Survey >> <https://google.qualtrics.com/jfe/form/SV_eQbOpf4VxRyyqqO?source=so> >> >> >> ref:_00D1U1174p._5004Q2Rw2hc:ref >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/4fc01c7c-749e-434e-92d9-7407284b172dn%40googlegroups.com.
