You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
We're getting an error that start index is too high when fetching all ads for some customers. What's the recommended way of retrieving all ads for customers with more than 100,000?
Shwetha Vastrad (AdWords API Team)
unread,
Nov 29, 2016, 4:01:00 PM11/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Tejas,
To avoid the 100,000 limit of the Start index of the request when retrieving a large result set, you can,
Narrow the query as much as possible using predicates. You need to group queries by Campaign and AdGroup to retrieve only required data and to fit all results into one response.