We have a huge number of accounts/campaigns/ad groups/keywords. Using
the AdWords API to fetch keywords and automate updates cost us $5,000
for the first month. For each account, our application used the
CampaignService to loop through each campaign and, in turn using the
AdGroupService to loop through each ad group to fetch all keywords.
With millions and millions of keywords, performing this process a
couple of times quickly put us above the free API point limits.

We were exporing methods to reduce the API point consumption. One
method could be using the ReportService to download the XML data. Two
issues with that: 1) The connection may time out before the entire
report is downloaded from the provided URL. 2) API v2009 will not have
a ReportService when it is first released.

Any suggestions?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to