Hi, When using AdWords API reports, you can specify the skipReportSummary <https://developers.google.com/adwords/api/docs/guides/reporting#request_headers> flag in the request header to false to enable a report summary. To get metrics for campaigns, you can use Campaign Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> . This example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/reporting/DownloadCriteriaReportWithSelector.java> in Java explains how to download a report using AdWords API. Same example is available in other client libraries <https://developers.google.com/adwords/api/docs/clientlibraries> as well. Please revert if you have additional questions or concerns.
Regards, Vishal, 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/940d9792-6407-499c-af92-738189623c96%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
