You can get info of user like this in php;

$servicedAccountService = $user->GetService('ServicedAccountService', 
'v201109');
$selector = new ServicedAccountSelector();
$selector->customerIds[] = $clientId;

$result = $servicedAccountService->get($selector);

$result output :

ServicedAccountGraph Object
(
    [accounts] => Array
        (
            [0] => Account Object
                (
                    [customerId] => 11111111111
                    [login] => [email protected]
                    [companyName] => XXX Company Name
                    [canManageClients] => 
                    [currencyCode] => USD
                    [dateTimeZone] => 
                )

        )

    [links] => 
)



29 Şubat 2012 Çarşamba 15:14:06 UTC+2 tarihinde Horhe yazdı:
>
> Hello,
>
> I have another question regarding v201109 API version. Is it possible to 
> get MCC Account Name and Client Account name in this version of API. How?
>
> Thanks for info.
>
> Br, Anže
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to