Hi, There is currently no way to get the spend for an entire account. However, it is possible to get the spend for a Campaign over a given date range. If you include a StatsSelector object in a CampaignService.get() call the returned Stats object will contain the cost (aka spend) for that campaign over the given date range:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.Stats.html With one call you can return the stats for all campaigns in the account and them sum up the cost fields to get the total spend for the account. Best, - Eric Koleda, AdWords API Team On Nov 26, 6:07 pm, "[email protected]" <[email protected]> wrote: > As far as I can see apart from ReportService, which won't give > synchronous results, there's no way of getting realtime Adspend. > > Does anyone know if this is achievable. The one thing I want from the > API is real time spend. Not too much to ask?? -- 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.
