When I want to generate a keyword performance report on Google AdWords web page, apart from others, there is an option to select accounts and campaigns to be included in the report.
Where can I find similar option to do it using Java API?
My code to download the reports is similar to the one in "Download a criteria performance report" paragraph in the link below
https://developers.google.com/adwords/api/docs/samples/java/reporting#download-a-criteria-performance-report.
However the amount of data in the report I'm getting (using Java API) is much lower than in the report generated on Google AdWords web page and I started wondering if it's because of not including all the available compaigns and accounts.
Thanks,