Hi Dave, In AdWords API, a given report request can only include data for a particular report type <https://developers.google.com/adwords/api/docs/appendix/reports> from a single AdWords account. If you need to gather reporting data for different report types, you need to submit separate requests. You can use the chart provided here <https://developers.google.com/adwords/api/docs/guides/reporting#choosing_the_right_report> to choose the report type suited for your needs. You should include only those fields which are available for the specified report type in a report definition. You can use the ReportDefinitionService.getReportFields() <https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService#getreportfields> method to obtain the list of available fields programmatically.
You could consider using the ServingStatus <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#servingstatus> field in Campaign Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> which indicates if the Campaign is serving ads. Please note that all the campaign statuses in the UI are not available in the API report. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7b5040a2-55f9-4a50-8b11-bed2801ec15a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
