2 messages in com.googlegroups.adwords-apiRe: AdWords API Account Summary Report
FromSent OnAttachments
amyl...@gmail.com20 Jun 2006 12:15 
Richard Jones21 Jun 2006 01:29 
Subject:Re: AdWords API Account Summary Report
From:Richard Jones (r.@annexia.org)
Date:06/21/2006 01:29:22 AM
List:com.googlegroups.adwords-api

On Tue, Jun 20, 2006 at 07:16:18PM -0000, amyl@gmail.com wrote:

Is there a way to get a summary of an entire account for a day? Overture has a method that can easily be called and it returns impressions,clicks,cost,etc for a day.

If I'm right, I think the best you can do is to get those figures for each campaign, and to add them up. You can get it for each campaign either using a CustomReportJob with CustomOptions = [Campaign], or using getAllAdWordsCampaigns followed by getCampaignStats.

http://www.google.com/apis/adwords/developer/CustomReportJob.html#customOptions http://www.google.com/apis/adwords/developer/CampaignService.html#getCampaignStats

Rich.