Thank you Ray Tsang.I have got the required functionality using selectors. Regards, Karthik.
On Wednesday, 12 February 2014 21:47:51 UTC+5:30, Ray Tsang (AdWords API Team) wrote: > > Karthik, > > Stats are only available in the reports starting v201309. Please see our > v201309 > announcement<http://googleadsdeveloper.blogspot.com/2013/10/announcing-v201309-of-adwords-api.html>. > > You will need to use reporting (AWQL or report selector) to retrieve these > stats. Please see our Reporting Basics > guide<https://developers.google.com/adwords/api/docs/guides/reporting> > . > > Cheers, > > -- > Ray Tsang (AdWords API Advisor) > > On Tuesday, February 11, 2014 6:18:00 PM UTC-5, Ray Tsang (AdWords API > Team) wrote: >> >> 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.
