Re: Setting CpcBid in a keyword when using the AdGroupCriterionService

2015-10-20 Thread Anthony Madrigal
Hi Kanan, Yes, the Criterion Id in this example is referring to the keyword Id. Please let me know if you have any other questions. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

Re: Setting CpcBid in a keyword when using the AdGroupCriterionService

2015-10-20 Thread Kanan Farzali
Is Criterion ID is a keyword ID here? Thanks. On Monday, October 12, 2015 at 5:30:15 PM UTC+1, Alan Coleman wrote: > > Hello everyone, > > I'm using the AdGroupCriterionService > > in > an attempt to upd

Re: Setting CpcBid in a keyword when using the AdGroupCriterionService

2015-10-13 Thread Alan Coleman
Thank you Anthony, You are correct, the Money object requires an amount in micros. So setting a bid of £1.23 would look like this: $CPCbid->bid = new Money(123); I don't think we've spoken before Anthony, so thanks very much for the help. Cheers! On Monday, October 12, 2015 at 8:01:04 P

Re: Setting CpcBid in a keyword when using the AdGroupCriterionService

2015-10-12 Thread Anthony Madrigal
Hello Alan, The only thing in your code that looks like it could give you some issues is where you set the CPC bid to a value of 0.035000. The Money object takes a value of micro-units where 1 mill

Setting CpcBid in a keyword when using the AdGroupCriterionService

2015-10-12 Thread Alan Coleman
Hello everyone, I'm using the AdGroupCriterionService in an attempt to update the CpcBid in individual keywords. I've followed the relevant documentation through and am using the following code which is