Hi, I am trying to use the getBulkKeywordIdeas with RelatedToUrlSearchParameter. No matter how I specify the paging, I get totalNumEntries = 100. I have tried several URL's including Google.com and Yahoo.com. Was the numberResults changed from 500 to 100 and left undocumented?
Snippet: $selector->searchParameters[] = new RelatedToUrlSearchParameter($url); $selector->searchParameters[] = new LocationSearchParameter($loc); $selector->searchParameters[] = new LanguageSearchParameter($languages); $selector->paging = new Paging(0, 100); $selector->paging->startIndex = 95; $selector->paging->numberResults = 500; $page = $targetingIdeaService->getBulkKeywordIdeas($selector); The above snippet returns *public* 'totalNumEntries' => int 100 but the count of entries is only 5. Shouldnt it be 100 (index 95 to 194)? In the sandbox however, it returns 10000 numberOfResults for any such query. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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