getCriterionBidLandscape

2013-10-11 Thread gabriel . klestorny
Hi, The totalNumEntries returned by the operation getCriterionBidLandscape of the DataService is not correct when I try to use paging. I am using the .net client library and the version v201306 of the api. Below is an extract of my code. Any help will be appreciated. Thanks in advance, Gabrie

getCriterionBidLandscape Paging Problem

2013-10-16 Thread gabriel . klestorny
Hi, I am trying to paginate the results of the getCriterionBidLandscape operation of the Data Service, however the totalNumEntries returned by the CriterionBidLandscapePage is not correct. I am using the .net client library and the version v201306 of the API. Bellow I paste part of my code. A

Re: getCriterionBidLandscape

2013-10-16 Thread gabriel . klestorny
Hi Josh, The actual value I get is smaller than the expected value (I do not get all the bid lanscape data). I am comparing this API data to the web interface. For example, in the last run of my code the totalNumEntries of the CriterionBidLandscapePage was 1782. However, something strange is t

Re: getCriterionBidLandscape

2013-10-21 Thread gabriel . klestorny
Hi Josh, I know that. However the *totalNumEntries *returned is not the real number of *CriterionBidLandscape* objects, it is smaller. There are more * CriterionBidLandscape* objects that we see in the web interface. So if this value is not correct we cannot paginate the results of the query. I

Re: getCriterionBidLandscape Paging Problem

2013-11-01 Thread gabriel . klestorny
Hi Josh, Thanks for your reply. Meanwhile, we will use that workaround. Please let us know if you have any news. Best, Gabriel On Wednesday, October 30, 2013 2:06:45 PM UTC-2, Josh Radcliff (AdWords API Team) wrote: > > Hi Gabriel, > > Thanks for sending over the logs. I see what you're say