Re: how can i get Maximum CPC using Adgroupcriterion

2010-08-19 Thread Navneet
Hi Syed, MaxCPC is a property of "Bids" attribute of the Keyword. You can access this property using ManualCPCAdGroupCriterionBids object. Is this line of code not working? --Navneet On Aug 18, 11:41 pm, Syed wrote: > Thanks for the reply. > > Can u please make it clear at this line > ln

Re: how can i get Maximum CPC using Adgroupcriterion

2010-08-18 Thread Syed
Thanks for the reply. Can u please make it clear at this line lngMaxCPC = (BiddableadGroupCriterion.bids as ManualCPCAdGroupCriterionBids).maxCpc.amount.microAmount; Thanks On Aug 19, 2:34 am, Navneet wrote: > if ( criterionPage!= null && criterionPage.getEntries() != null) { >             for

Re: how can i get Maximum CPC using Adgroupcriterion

2010-08-18 Thread Navneet
if ( criterionPage!= null && criterionPage.getEntries() != null) { for(AdGroupCriterion adgroupCriterion : criterionPage.getEntries()){ BiddableAdGroupCriterion BiddableadGroupCriterion = (BiddableAdGroupCriterion)adgroupCriterion; if (BiddableadGroupCriterion.criteri

how can i get Maximum CPC using Adgroupcriterion

2010-08-18 Thread Syed
hi, I am trying to retreive all the keyword in a adgroup. I am using adgroupCriterion as shown belowe. AdGroupCriterionServiceInterface criterionService = googleServiceFactory.getAdWordsService(user, AdWordsService.V200909.ADGROUP_CRITERION_SERVICE); AdGroupCriterionIdFilter[] idFilte