Re: Account Hierarchy Access for Clients

2013-09-18 Thread Martin Samm
Anash, been digesting and testing this out. i have one final question. Once we've created client 1 mcc can we generate a link to the Google My Client Center' using OAuth so that the client can manage their accounts that way as well? The idea is that in our app we'll manage the structure you

Re: Account Hierarchy Access for Clients

2013-09-13 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, Let me explain with an example, I think I didn't explain this correctly in my previous email. If you create your accounts as root - client 1 account 1 - client 1 account 2 - client 2 account 1 And then you need to restrict that client 1 sees only client 1 account 1 and

Re: Account Hierarchy Access for Clients

2013-09-13 Thread Martin Samm
Anash, yes that makes more sense - i know have a direction. regards martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, The kind of permissions you are looking for applies only to MCC levels, so I can think of the following approach: 1. If your client already has an MCC, then use ManagedCustomerService.mutateLink to send an invite, accept it etc. so that the MCC becomes your child account. 2. If

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Martin Samm
Anash, i've been looking at this some more and have some follow on questions. i'm using approach number 2 as you outlined and doing this: // Create customer. $customer = new ManagedCustomer(); $customer-name = 'Account #' . uniqid(); $customer-currencyCode = 'GBP'; $customer-dateTimeZone =

Account Hierarchy Access for Clients

2013-09-11 Thread Martin Samm
Apologies if this is a common question but i can't find an answer. we have an app (with an MCC 'root' account) which we'll use to manage clients. We'll use the API to create sub-accounts (already tested with API) but i need to limit the client's access to only there account via MCC, i.e. once