Thanks Dorian.
W dniu wtorek, 24 maja 2016 11:37:06 UTC+2 użytkownik Łukasz Gaża napisał:
>
> Hi,
> I wanted to get a list of managed customer accounts which existed in some
> date range (I wanted to do it using Java API).
>
> I was using ManagedCustomerServiceInterface and Se
Hi,
I wanted to get a list of managed customer accounts which existed in some
date range (I wanted to do it using Java API).
I was using ManagedCustomerServiceInterface and SelectorBuilder. The code
was as the following:
LocalDateTime from = LocalDateTime.parse("1980/05/15",
DateTimeFormat.for
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://
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
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
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