Hi Arun, ReportDefinitionService.getReportFields <https://developers.google.com/adwords/api/docs/reference/v201702/ReportDefinitionService#getReportFields> can be used to fetch the information related to report fields only. For example, to fetch all the fields listed on the Campaign Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> page via a service endpoint, you can use the ReportDefinitionService. However, ReportDefinitionService can be used to fetch report meta-data only and it cannot be used to get actual reporting data (attributes, metrics etc.). To download reporting data, you can refer to these examples <https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/reporting> available in our Java client library (same examples are available in other client libraries <https://developers.google.com/adwords/api/docs/clientlibraries> as well). Please revert if you have more questions.
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/63eba111-c755-4376-a4b6-912a357fd7c3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
