Hi Han, You can use AdWords API reports to to get the structural information of your account as API services can be slow if you have a large account.
For example, to get the details of each campaign in your account, you need to use the Campaign Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> as described here <https://developers.google.com/adwords/api/docs/guides/zeroimpression-structure-reports#campaigns_example>. You should then use other report types <https://developers.google.com/adwords/api/docs/appendix/reports#report-types> in a similar manner to get the details of other entities in the account. Please see the chart here <https://developers.google.com/adwords/api/docs/guides/reporting#choosing_the_right_report> which is helpful to identify the report type to be used based on the level at which you want the data to be aggregated. The examples listed here show how to download reports using the Java client library. Example code in other languages is available here <https://developers.google.com/adwords/api/docs/clientlibraries>. You can also consider using the AwReporting sample application <https://github.com/googleads/aw-reporting> which is an open-source Java framework for large-scale AdWords API reporting based on the Java AdWords API client library <https://github.com/googleads/googleads-java-lib>. 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/510b43b6-42e6-4a0b-9a45-238901a603f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
