Re: Default Max. CPC for adgroup

2013-07-22 Thread Paul Matthews (AdWords API Team)
Hi Roberto, The content from this topic is no longer relevant to all current versions of the API, as it was last posted to in 2011. For general information about bidding, please see the bidding guidehttps://developers.google.com/adwords/api/docs/guides/biddingin our docs. The previously named

Re: Default Max. CPC for adgroup

2013-07-19 Thread hpodevte...@gmail.com
The sample link return page not found. Could you please kindly share a sample on how to update Default Max CPC bit to a specific AdGroup? Thanks in advance Roberto On Wednesday, November 2, 2011 9:49:32 AM UTC-4, Kevin Winter wrote: Hi, The AdGroup object doesn't have a multiplier field.

Re: Default Max. CPC for adgroup

2011-11-02 Thread Kevin Winter
Hi, The AdGroup object doesn't have a multiplier field. I think you may be referring to experiments ( http://code.google.com/apis/adwords/docs/reference/latest/AdGroupService.ManualCPMAdGroupExperimentBidMultipliers.html ). We have an example that shows how to create an AdGroup with a max CPC

Re: Default Max. CPC for adgroup

2011-10-31 Thread opalepatrick
OK I can see that it is AdGroupService, so now I could do with an example for using the bid multiplier (in php preferably) but any language would help -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Default Max. CPC for adgroup

2011-10-31 Thread opalepatrick
. $operation = new AdGroupOperation(); $operation-operand = $adGroup; $operation-operator = 'SET'; $newops[] = $operation; } $operations = $newops; Will this adapt the adgroup max default cpc by 0.75? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also