Re: REST Api and Updating Campaign Bidding Strategy

2019-10-10 Thread Roy Bellingan
Thank you for the clarification! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

RE: REST Api and Updating Campaign Bidding Strategy

2019-10-10 Thread Google Ads API Forum Advisor Prod
Hello Roy, I have changed the bidding strategy to TARGET_SPEND attached the request and response log. However you cannot directly change to maximize conversion for the shared budgets, you have to create/use the existing portpoli bidding strategies using setBiddingStrategy(bidding strategy resou

Re: REST Api and Updating Campaign Bidding Strategy

2019-10-09 Thread Roy Bellingan
Than you very much for the quick reply Teja, I tried what I think is a functionally equivalent code in the php sdk (as expressed in the opening post.) $campaign->setMaximizeConversions(new MaximizeConversions()); But nothing is happening. The remote campaign is not UPDATED In any

Re: REST Api and Updating Campaign Bidding Strategy

2019-10-09 Thread Roy Bellingan
Than you very much for the quick reply Teja, I tried what is think a functionally equivalent code in php sdk, as expressed in the opening post. $campaign->setMaximizeConversions(new MaximizeConversions()); But nothing is happening. The remote campaign is not UPDATED In any case I

RE: REST Api and Updating Campaign Bidding Strategy

2019-10-09 Thread Google Ads API Forum Advisor Prod
Hello, You have to use the similar campaign update operations and set the bidding strategy type for campaign. In the thread you pointed they applied bidding strategy using ".setMaximizeConversions(MaximizeConversions.newBuilder().build()) ". Also, you can refer the code sample here to set the

REST Api and Updating Campaign Bidding Strategy

2019-10-09 Thread marketing marketing
I am migrating from the old API where I used to do $bidding = new BiddingStrategyConfiguration(); $bidding->setBiddingStrategyType("whatever"); $campaign->setBiddingStrategyConfiguration($bidding); And than push the updated campaign For the new api I checked some post and example but they are e