Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi, You may refer to the AdWords API blog to check on future updates or announcements. Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread Łukasz Gaża
I saw such an answer under a post which is 3 years old, but I was hoping that an option to gather data from multiple accounts was added. Thanks anyway. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi, Unfortunately, reports should be ran using the non-manager accounts only. AdWords API does not support reports at MCC level. If you need to gather reporting data from multiple accounts, you need to submit separate report request for each account as described here

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread Łukasz Gaża
Or maybe to rephrase what I asked above, if using manager account with the API is not allowed - how can a summary report for all of the accounts? (It seems I can do it using AdWords UI). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread Łukasz Gaża
Thanks Joyce. Is there any way to use the manager account as clientCustomerId? What I see in AdWords UI is some account, a manager account, for which the reports are generated. Then under the manager account there are multiple client accounts. I can provide clientCustomerId for any client accou

Re: Accounts and Campaigns selection in Java API

2016-05-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, The account selected from the AdWords UI is equivalent to the one you set as clientCustomerId in the configuration file (ads.properties for Java client library). And for t

Accounts and Campaigns selection in Java API

2016-05-19 Thread Łukasz Gaża
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