RE: How to update keyword MaxCPC via api in php

2020-11-16 Thread Google Ads API Forum Advisor Prod
Hello, You can refer to this example which updates a keyword's bid in PHP. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q27u6Mf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

How to update keyword MaxCPC via api in php

2020-11-16 Thread Thom Ho
Hi How can I update the keyword MaxCPC in php via google ads api? I am using following code, but nothing was changed after trying. if (!is_null($cpcAmount)) { $bid = new \Google\AdsApi\AdWords\v201809\cm\CpcBid(); $money = new \Google\AdsApi\AdWords\v201809\cm\Money