Hi, The DownloadCriteriaReportWithSelector <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/reporting/DownloadCriteriaReportWithSelector.java> example downloads a report using an XML report definition where as the DownloadCriteriaReportWithAwql <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/reporting/DownloadCriteriaReportWithAwql.java> example downloads a report using an AWQL query. Both these examples download a Criteria Performance Report. You need to replace the report definition or the query as needed to download different report types <https://developers.google.com/adwords/api/docs/appendix/reports>. Since you are developing with a test account which doesn't serve impressions, your reports will not have any metrics. You should set the includeZeroImpressions <https://developers.google.com/adwords/api/docs/guides/reporting#request_headers> header to true to include zero impression rows in the downloaded report. You can set the data range <https://developers.google.com/adwords/api/docs/guides/reporting#date_ranges> as needed to get the data within a certain duration.
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/89cb8059-972c-475c-85a6-f610248645be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
