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
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
if ( criterionPage!= null && criterionPage.getEntries() != null) {
for(AdGroupCriterion adgroupCriterion :
criterionPage.getEntries()){
BiddableAdGroupCriterion BiddableadGroupCriterion =
(BiddableAdGroupCriterion)adgroupCriterion;
if (BiddableadGroupCriterion.criteri
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