Hi Gabriel,
in PHP is pretty easy:

<?php

        date_default_timezone_set( "Europe/Rome" );
        error_reporting(E_STRICT | E_ALL);

        include dirname(__FILE__) . '/../../src/Google/Api/Ads/AdWords/Lib/
AdWordsUser.php';

        $user = new AdWordsUser(); // you must have configured the auth.ini
file with your MCC manager info / developer token
        $servicedAccountService = $user-
>GetServicedAccountService('v201008');
        $selector = new ServicedAccountSelector();
        $graph = $servicedAccountService->get($selector);

        echo "<pre>";
        print_r( $graph );
        echo "</pre>";

?>

Best,
Federico
www.federicoulfo.it




On Nov 2, 11:00 am, Gabriel T <[email protected]> wrote:
> Hello,
>


> In my MCC I have a list of MCC clients. How can I get them with a
> command line ? With the API ?
> I can get all my accounts using a ServicedAccountService call to the
> SOAP ws but they are not sorted by clients.
> So how can I get the list of my clients ?
>
> Thank you

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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