my code follws here
Selector selector = new Selector();
String a[]=new String[1];
a[0]=String.valueOf(gleAdGrpId);
String b[]=new String[seKeysIds.length];
for(int i=0;i<seKeysIds.length;i++) {
b[i]=String.valueOf(seKeysIds[i]);
}
Predicate idPredicate[]=new Predicate[2];
idPredicate[0]=new
Predicate("Id",PredicateOperator.EQUALS,a);
idPredicate[1]=new Predicate("Id",
PredicateOperator.EQUALS,b);
selector.setPredicates(idPredicate);
AdGroupCriterionPage adGrpCriPage =
((AdGroupCriterionServiceInterface)....get(selector);
adGrpCriterions = adGrpCriPage.getEntries();
am getting this error:
[SelectorError.MISSING_FIELDS @ serviceSelector]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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