Hi Eric,

I was thinking of using page field on the selector, but the question
is what if I retrieve a huge amount of keywords, so every calls to the
service, they will keep the same result & same order so that it allows
me to enumerate pages???

so far i managed to call the service using two dozens of Adgroups, it
works just fine,but takes me long time to accomplish it.

Once again, if I pulled down the campaigns info (at least id, name
etc.) and saved into my own database, my customer will add a new
campaign after I got the snapshot. now I have to rely on the
"DateRange" on the select to grab those new campaigns, why there is
not a field like "excluded ids" on the selector, that means if I pass
in an array of excluded ids, then should return the campagin result
which ids are not in excluded ids list. Or there is another
alternative way to do that? Please advise.


James


On Jan 28, 8:42 am, AdWords API Advisor <[email protected]>
wrote:
> 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.

Reply via email to