Hi,
  Our production monitoring has been seeing an increased amount of traffic 
associated with your developer token.  We believe it's due to the issue 
you've reported here.  Until we can fix the issue, we'd like to request 
that you alter your paging algorithm to increment the startIndex by the 
PAGE_SIZE you are requesting - then terminate your loop when startIndex > 
totalNumEntries.

For example, PAGE_SIZE of 500 and totalNumEntries=47:
First loop - startIndex: 0, numberResults=500 (get totalNumEntries back as 
47, see 45 (or whatever actual entries).
Second loop - startIndex: 500, numberResults=500, stop looking since 
startIndex > totalNumEntries.

- Kevin Winter
AdWords API Team

On Thursday, February 23, 2012 10:17:58 AM UTC-5, Kevin Winter wrote:
>
> Hi,
>   I was able to reproduce this in my account.  I believe that the cause is 
> the mobile operating system versions that have been specified in the 
> Campaign Settings for this campaign.  The API doesn't support these 
> settings yet, so when returning CampaignCriteria they get filtered out of 
> the results, but not out of the count.  Currently, there is no way to 
> obtain these criteria via the API.  We try to achieve feature parity 
> between API and UI, but due to differing release cycles it can't always 
> happen as soon as features are released.
>
> - Kevin Winter
> AdWords API Team
>
> On Thursday, February 23, 2012 12:18:20 AM UTC-5, 
> james...@247realmedia.com wrote:
>>
>> Hi Kevin,
>> This is in the production environment, in a live client account.
>>  
>> This is the only instance we are aware of which has this behaviour. Quite 
>> possibly the only instance where it occurs.
>> But it happens consistently (every time) for this campaign.
>>  
>> 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to