Hi James, The RESPONSE_SIZE_LIMIT_EXCEEDED error means that you are trying to request too many keywords at once. You should utilize the paging field on the selector to retrieve the results in pages, and a page size of a couple thousand should keep you under the limit. If you have problems using the paging, or other features of the selector, post your SOAP XML request and response and I can help you troubleshoot the issue.
There is no BulkGetService, as the paging functionality of the selector allows for the same functionality. Account Structure Reports can be a great way to download large amounts of data from the AdWords API, but keep in mind that not every field in the v2009 objects is available as a column in the report. Best, - Eric Koleda, AdWords API Team On Jan 27, 2:00 pm, James604 <[email protected]> wrote: > Hi Reed, > > Thank you for your quick reply. What you mentioned is that I should > use V13 ReportService instead. I have never used V13 before. > > Basically, the goal for us is to update keyword CPC everyday. So I > need to grab AdGroups & Criterions and they relationship as well. Can > ReportService accomplish this task? I will definitely read the doc > about ReportService. > > Once again, thanks for your recommendation. > > James > > On Jan 27, 10:40 am, Reed <[email protected]> wrote: > > > > > If you're pulling lots of adgroups and keywords then I'd recommend the > > Structure Report. I pull around 200k adgroups and around 5+ million > > keywords every night using the Structure reports. They haven't moved > > the reporting to V2009 yet, so you need to do V13 API calls. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
