Hi Stellit, AdGroupBids is an abstract type, and the value of the bids field is always a concrete subtype. As I mentioned, for a manual CPC ad group the type will be ManualCPCAdGroupBids, which has fields for keywordMaxCpc, etc.
Best, - Eric On Sep 22, 4:21 am, "[email protected]" <[email protected]> wrote: > but, what about retrieve cpc information from adwords group with > v2009? > there are only one method, getBids and it just returns a object of > class AdwordsBids. > should i check the class on this object or there are other wisely > possibility to handle it? > > greetings, > stellit > > On Sep 18, 7:02 pm, AdWords API Advisor <[email protected]> > wrote: > > > > > Hi Ravi, > > > In v2009 these fields aren't a part of the AdGroup object directly, > > but are on the object in the "bids" field. The field adGroup.bids is > > of the type ManualCPCAdGroupBids > > (http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupServi... > > ) for manual CPC bidding and or ManualCPMAdGroupBids > > (http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupServi... > > ) for manual CPM bidding. These objects have the keywordMaxCpc and > > maxCpm fields respectively. > > > Best, > > - Eric Koleda, AdWords API Advisor > > > On Sep 18, 4:49 am, Ravi Jain <[email protected]> wrote: > > > > Hi, > > > Can you please tell me in which service and object can I find these fields > > > in V2009 API. > > > They were present in the AdGroup service Adgroup object in the V13 APIs. > > > > adGroup.keywordContentMaxCpc > > > > adGroup.keywordMaxCpc > > > adGroup.siteMaxCpm > > > > Thank you very much. > > > Ravi. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
