Re: Paging Issue on V201509 API

2015-11-04 Thread Umesh Dengale
Hello, You could use the below Predicate.In for PLACEMENT. Predicate.In(Criterion.Fields.CriteriaType,new string[] {"PLACEMENT"}),}, Please check out GetCampaignTargetingCriteria

Re: Paging Issue on V201509 API

2015-11-04 Thread Umesh Dengale
Hello, You could use the dateRange and filter an entity (eg. adgroup, campaign, criterion, ad etc) to limit the large result set. Please check the CampaignCriterionService.Selector <

Re: Paging Issue on V201509 API

2015-11-04 Thread Umesh Dengale
Hello, In the AdWords API, when the start index of the request is 100,000 then *SelectorError.START_INDEX_IS_TOO_HIGH *error occurs. You could narrow the query as much as possible using predicates to avoid this limit when retrieving a large result set. Please check out our rate limit

Paging Issue on V201509 API

2015-11-03 Thread Senthil Palaniswami
Team, I am trying to get the Criteria data by using C# code. Below is my code to get the data by paging, problem is on the Paging. Total Record count is 189,000 , i have them assigned to get 10,000 records per pull, when i get into 100,000 as a startIndex , i get an error !!. Could you please