Hello, You can filter the report on the AdGroupId. Please see this documentation <https://developers.google.com/adwords/api/docs/appendix/reports#ad-group> for a list of valid fields in the ad group performance report.
For example, if you were using AWQL to run your report, you could make a query like this: SELECT [whatever fields you want] WHERE AdGroupID = [some ad group id] DURING 20150101,20150112 The WHERE clause limits which rows are returned so it only shows the AdGroup you want. If you want more than one ad group at a time, you can use the IN operator and provide all the IDs you're interested in. Regards, Mike, AdWords API Team On Sunday, January 11, 2015 at 11:45:39 PM UTC-5, Shobhan Babu wrote: > > > How can we get the one ad group performance report rather than entire ad > groups performance report ? > > if it is available please let me know the procedure to get the specific > ad group performance report. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0aca212f-e657-4bbd-87cd-d769f7ef8368%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
