Hi folks,
with this script I've retrieved the details of all customers.
But how do I get the data from only a particular customer?
I need this email to the CustomerID and descriptiveName.


$user = new AdWordsUser(); 
              $user->SetEmail($oAPI->get("APIEmail"));
              $user->SetPassword($oAPI->get("APIPassword"));
              $user->SetApplicationToken($oAPI->get("APIApplicationToken"));
              $user->SetDeveloperToken($oAPI->get("APIDeveloperToken"));
              $user->SetClientId(myID);
            
              // Log SOAP XML request and response.
              $user->LogDefaults();
              
              /*
               * Email auslesen aller Accounts die von uns betreut werden
               * */
              
              $servicedAccountService = 
$user->GetServicedAccountService($oAPI->get("APIVersion"));
            
              $selector = new ServicedAccountSelector();
              $oKunden = $servicedAccountService->get($selector);

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

Reply via email to