Here's the bogus situation:

I'm listing all the client emails from an MCC account using
getClientAccounts.
Using the client email provided by the previous call, I get the
information for this accounts using getAccountInfo

At one point I receive an error:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"><soapenv:Body><soapenv:Fault>
   <faultcode>soapenv:Server.userException</faultcode>
   <faultstring>Either this object does not exist, or this user does
not have permission to access it.</faultstring>
   <detail>
    <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v12";>
     <ns1:code>4</ns1:code>
     <ns1:message>Either this object does not exist, or this user does
not have permission to access it.</ns1:message>
     <ns1:trigger>********</ns1:trigger>
    </ns1:fault>
   </detail>
  </soapenv:Fault></soapenv:Body></soapenv:Envelope>

I've tried accessing the account using the Adwords interface and
changing some settings of the client account and it worked fine.

Am I doing something wrong? Is there any other call should I do to
verify if this account is accessible?



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