hi all

i want to estimate the reach of location by adword api but sometime it not 
work properly :
*in my code i want to retrieve data from 4 location but:*

        AdWordsUser user = new AdWordsUser("xx", "xx", "aa", "df", "fda", 
> true);
>         LocationCriterionServiceInterface service = 
> user.getService(AdWordsService.V201109_1.LOCATION_CRITERION_SERVICE);
>         Selector selector = new Selector();
>         selector.setFields(new String[]{"Id", "LocationName", 
> "CanonicalName", "DisplayType",
>                 "ParentLocations", "Reach"});
>         String[] idArr = {"9001642", "1016367", "9040331", "9040346"};
>         Predicate predicate = new Predicate("Id", PredicateOperator.IN, 
> idArr);
>         selector.setPredicates(new Predicate[]{predicate});
>         LocationCriterion[] locationCriterions = service.get(selector);


when i retrieve data in  *locationCriterions *only *3 LocationCriterion* 
objects 
return :(

what some thing wrong at here ??

kindly help me to solve this 

thanks 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to