Re: Setting CPC bid in shopping campaign

2014-08-07 Thread Bill Smith
is helps! > > Cheers, > Sérgio > > --- > Sérgio Gomes > Developer Relations > > Google UK Limited > Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W > 9TQ > Registered in England Number: 3977902 > > > On Wednesday, 30 July 2014 21:25:38 UT

Setting CPC bid in shopping campaign

2014-07-30 Thread Bill Smith
Hi- I'm using API 201402 successfully to update bids (basic CPC) for traditional text ads, using the PHP library example as a guide. Here's the basic code: --- $adGroupCriterionService = $user->GetService('AdGroupCriterionService', ADWORDS_VERSION); $criterion = new Criterion(); $criteri

Re: How can I modify the bid for and AdGroup keyword?

2013-12-17 Thread Bill Smith
Is there a similar example for php using v201309? I haven't been able to find it. Thanks, Bill On Tuesday, December 17, 2013 7:23:31 AM UTC-6, Anash P. Oommen (AdWords API Team) wrote: > > Hi Jaison, > > You need to use AdGroupCriterionService. See > https://code.google.com/p/google-api-adwo

update keyword bid using php v201309

2013-12-17 Thread Bill Smith
Hi- I'm sure I'm missing something obvious but I've been going around in circles on this one for awhile. What I am trying to do is update the max cpc bid on a keyword. My code use to work in previous version of adwords, but the newest library the syntax has changed and I can't seem to figure