googleads / google-ads-php

Google Ads API Client Library for PHP
https://developers.google.com/google-ads/api/docs/client-libs/php
Apache License 2.0
295 stars 262 forks source link

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

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.