Hello there, >From Google Ads API document, to remove bids, we can set the field back to null. Ref: https://developers.google.com/google-ads/api/docs/campaigns/bidding/set-bids#removing_bids
However, this can't be done by the .NET client library since adGroup.TargetCpaMicros and adGroup.CpcBidMicros are long type. We can't set value to 0 on Ads API like we used to be able to be able to do with Adwords API, the call to Ads API will return "Too low" error. Could you please share the valid way to remove bids? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/5e49a123-972d-4f2a-8816-d06c8ee49679n%40googlegroups.com.
