| GAN API - More than 100 Advertisers | esnagel | 3/26/12 11:55 AM | On http://code.google.com/apis/gan/v1beta1/advertisers/list.html I see the maxResults is 100. If I want to get all of my advertisers, and I have more than 100 relationships, is there a way to specify a starting point, and get them 100 at a time? |
| Re: GAN API - More than 100 Advertisers | InspiredArk | 4/24/12 3:31 PM | use the nextPageToken |
| Re: GAN API - More than 100 Advertisers | InspiredArk | 4/25/12 4:30 PM | pageTokenstringThe value of 'nextPageToken' from the previous page. Optional. |
| Re: GAN API - More than 100 Advertisers | esnagel | 5/16/12 10:54 AM | Thank you. Maybe I'm doing something wrong, but I'm requestinghttps://http://www.googleapis.com/gan/v1beta1/publishers/xxxxxx/advertisers?maxResults=100&relationshipStatus=approved and I get back 100 requests, but I only have 34 advertisers in my account, |
| Re: GAN API - More than 100 Advertisers | InspiredArk | 5/16/12 1:04 PM | There is a bug in the API that means you'll get back exactly the number of results you request - so if you request 90, results will be repeated until the number of results is 90. I've reported this bug in previous mails. Personally I take the approac |