I don't know if this helps, but if you can reuse the same report template you'll probably save a lot of units over time with the new API, because the unit cost is mainly in setting up the reports, not in pulling down the data.
If you set up a moving window report (e.g. "yesterday" or "last 7 day") and store the ID of the report that comes back, you can call that same report ID every day from then on without incurring the 400 unit setup cost each time. Because they're moving window reports, you get different results each day you call them, i.e. it's always "yesterday" or "last 7 days" relative to when you pull the report, not when you set it up. You can use the ReportDefinition service at minimal unit cost to pull a list of existing report definitions if you don't want to store the IDs locally. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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