Re: Is there a report to get all clients in an MCC account?

2011-07-29 Thread Ken Foster
That is a lot of what I was looking for, thanks. It gives me the hierarchy. 
It doesn't give me any account information to let me know if the account is 
'active' or not, but that is not a showstopper.

I appreciate the quick response.

 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Is there a report to get all clients in an MCC account?

2011-07-29 Thread jstedman
You could use the ServicedAccountService and request using your master
top level MCC clientId in the selector, then iterate through the
Account[] it returns and build a list(or just download reports) of
accounts for which canManageClients=false.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Is there a report to get all clients in an MCC account?

2011-07-29 Thread Ken Foster
I've been tasked with updating our reporting from the v13 API to the latest 
(v201101). Unfortunately the cross-client reporting isn't working yet. So is 
there an API query I can make to give me all the clients under an MCC 
account? That way I could iterate through them and download a report for 
each, then combine the data on my end.

I would need to be able to drill down levels, our master MCC account has 
sub-MCC accounts under it. It would be useful to see some profile data on 
the sub account as well. I wouldn't need to run a report on an account that 
doesn't have any budget associated with it for example.

Anyone know of a way to do this? Keeping my own file is messy because the 
Marketing guys manage all the accounts, keeping what they do in sync with 
the application would be a pain. 
Thanks,
Ken

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en