In your report, just set the predicate field to "CampaignId" instead of "AdGroupId". Here is a .net example for filtering a report on campaign (using v201008).
Predicate yourPredicate = new Predicate(); yourPredicate.field = "CampaignId"; yourPredicate.@operator = PredicateOperator.IN; yourPredicate.values = new string[]{"yourCampaignIdGoesHere"}; Selector selector = new Selector(); selector.predicates = new Predicate[] { yourPredicate }; On Mar 22, 5:27 pm, staurad <mcc.tau...@gmail.com> wrote: > Is there anyway to set keyword performance report by passing CampaignId > instead of AdGroupId. Example I received from Google Adwords API, > AddKeywordPerformanceDefinition, I only have option to set definition by > passing AdGroupId which means for multiple campaigns, I will have to go to > each groups within the campaign and set multiple reports by passing > individual ad group id. > > Instead someone know if I can set the report by passing CampaignId so I dont > have to go individual Ad Group and report result generates single report > within multiple groups and keywords (for each groups). > > I will appreciate your help. thanks a lot. > > sTaurad -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en