Hi Anash, thanks, 1st solution works well for me! How can I get the tot. report of the selected client? It looks like is not always the sum of all campaign reports.
Do you think is it possible to do a single report using scheduleRerportJob? http://code.google.com/apis/adwords/docs/developer/ReportService.html#scheduleReportJob When completed I'll share my PHP code. Best, Federico www.federicoulfo.it On Oct 25, 1:26 pm, AdWords API Advisor <[email protected]> wrote: > HI Federico, > > You can't get the whole account details in a single call, you will > need at least 4 API calls (a CampaignService.get(), > AdGroupService.get(), AdGroupAdService.get() and > AdGroupCriterionService.get()), and a reasonable amount of code to > organize the objects in the required hierarchical order. > > Another alternative is to run 1 performancereporteach for Campaign, > AdGroups, Keywords and Ads, but still you need code to parse and put > the stats in the desired hierarchical form. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Oct 23, 7:02 pm, federico ulfo <[email protected]> wrote: > > > Hi, > > is it possible to get the complete clientreport(as follow) in a > > single API call? > > CLIENT clicks, impression, avg CPC, avg CPM... > > -- CAMPAIGNS > > -- GROUPS > > -- KEYWORDS > > > Thanks, > > Federico > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
