Re: How to Set Keyword Max Cpc

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, >From v201302, the way bidding has changed. Please see this guide . Also please refer this code example as to how you can add a keyword. https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/

Re: How to Set Keyword Max Cpc

2013-04-04 Thread Aere
Anyone have any ideas? Il giorno giovedì 4 aprile 2013 09:56:24 UTC+2, Aere ha scritto: > > Hi all, > i've migrated api from v2012 to v201302. > > I've a piece of code like this: > > ManualCPCAdGroupBids adGroupBids = new ManualCPCAdGroupBids(); > adGroupBids.setKeywordMaxCpc(new Bid(new Money(nul

Re: how to set keyword MAX CPC using v20090

2010-10-18 Thread AdWords API Advisor
Hi Miguel, An example of this is included in the PHP client library: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/UpdateAdGroupCriterion.php Best, - Eric Koleda, AdWords API Team On Oct 16, 9:07 pm, "miguel almi?ana" wrote: > Hello, > > I need to chan

AdWords API Re: how to set keyword MAX CPC using adwords apility library.?

2009-06-29 Thread Jan
Fist one is ad group id, second is criterion (keyword) id: http://google-apility.sourceforge.net/reference.html#criterion-createCriterionObject(%24givenAdGroupId%2C+%24givenKeywordId) - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed

AdWords API Re: how to set keyword MAX CPC using adwords apility library.?

2009-06-29 Thread parvind
Sir, jan Thanks for giving response so soon and guiding me. At refrenced page i found these lines of codes. Here function createCriterionObject(arg1, arg2) takes 2 arguements, pls tell me what is these two, i think it is ad group id, but still i'm in doubt why this is for second? Pls help...

AdWords API Re: how to set keyword MAX CPC using adwords apility library.?

2009-06-29 Thread Jan
Answer to your question: http://google-apility.sourceforge.net/reference.html#criterion-setMaxCpc(%24newMaxCpc) Next time perhaps use the APIlity forum for APIlity-related questions: http://groups.google.com/group/adwords-api-php - Jan On 29 Jun., 14:12, parvind wrote: > Hi ANybody can help m