Karthik, Have you had a chance to review the report types<https://developers.google.com/adwords/api/docs/appendix/reports>and the fields available in each report? For example, you can do something like:
SELECT Id, Clicks, Impressions, Cost, AveragePosition FROM ADGROUP_PERFORMANCE_REPORT DURING ..... This should get you what you need. You may also want to check out the guide on zero impression reports<https://developers.google.com/adwords/api/docs/guides/zero-impression-reports>as well. Cheers, -- Ray Tsang (AdWords API Advisor) On Tuesday, February 11, 2014 1:55:02 AM UTC-5, Karthik vvs wrote: > > In the latest v201309 Google Adwords API upgrade, there is no "Stats" > class available to get the statistics fields for every adgroup and > campaign.Instead we have to get those statistics fields by downloading > adgroup performance report and campaign performance report. There are no > particular statistics[clicks,Impressions,cost,Avg.position,Avg.cpc...] for > a particular adgroup or campaign through adgroup performance report or > campaign performance report as the statistics are consolidated and I only > get "total" statistics .How can we get particular statistics for every > adgroup and campaign ? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
