Re: Statistics for particular campaign and adgroup

2014-02-17 Thread Karthik vvs
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

Re: Statistics for particular campaign and adgroup

2014-02-12 Thread Ray Tsang (AdWords API Team)
Karthik, Stats are only available in the reports starting v201309. Please see our v201309 announcement. You will need to use reporting (AWQL or report selector) to retrieve these stats. Please see our Re

Re: Statistics for particular campaign and adgroup

2014-02-11 Thread Ray Tsang (AdWords API Team)
Karthik, Have you had a chance to review the report typesand the fields available in each report? For example, you can do something like: SELECT Id, Clicks, Impressions, Cost, AveragePosition FROM ADGROUP_PERFORMANCE_REPORT DUR

Statistics for particular campaign and adgroup

2014-02-11 Thread Karthik vvs
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 sta