googleads / google-ads-ruby

Google Ads API Ruby Client Library
https://developers.google.com/google-ads/api/
Apache License 2.0
70 stars 65 forks source link

Remove the usage of eCPC bidding because of its deprecation #465

Closed yangda closed 11 months ago

yangda commented 11 months ago

To align with the code example change requested for the Java client library.

As seen in this blog announcement, any Shopping campaigns using Enhanced cost-per-click (eCPC) will behave as if they are using Manual cost-per-click (CPC) bidding.

Because of the change, I'm updating the examples related to the announcement to reflect the new recommended practice.

danielfrg commented 11 months ago

Thank you!