Hi, The performance reports contain data to do with their report type. If the reports contain the information you need (such as status) then you can query them but without adding a condition on the performance columns. This will return all the data on each item.
For example, you can still query the KEYWORD_PERFORMANCE_REPORT for keyword statuses, simply don't add a criteria for the performance metrics (such as AverageCPC). Additionally, to ensure you return all results (rather than just results with non-zero impression data), ensure you don't exclude zero impression rows by including segmentation behaving results. Cheers, - Paul, AdWords API Team. On Thursday, 10 January 2013 18:05:37 UTC, nf7588 wrote: > > Thanks for the help, i have another question related to that, is there a > way to get the object status (ad/campaign/adgroup id and status - > active/pause/deleted) with no dependency on their performance? whether or > not they received impressions? > > On Wednesday, January 9, 2013 4:45:38 PM UTC+2, Paul Matthews wrote: >> >> Hi, >> >> Any fields you include that have a behavior of Segment will prevent the >> report from including zero impressions. For more information on this, >> please see this >> article<http://googleadsdeveloper.blogspot.co.uk/2011/12/zero-impression-data-in-adwords-api.html> >> . >> Additionally, please check the notes column as some non-segments affect >> inclusion of zero impression values. >> >> Finally, if you're using the >> ReportDefintionService<https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService>, >> >> please ensure you're not sending through the value "includeZeroImpressions >> = false". >> >> Regards, >> >> - Paul, AdWords API Team. >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
