Hey Anash, thanks for the reply (for some reason I wasn't notified of it 
hence the delay)

I logged SOAP and here it is, fresh right now. To clarify, the OAuth2 I use 
has a real MCC account with some clients that are "officially" test 
clients. I wouldn't mind seeing only those, or only the real ones, so long 
as I get a *listing* :-)

REQUEST:

<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201306"; 
xmlns:wsdl="https://adwords.google.com/api/adwords/mcm/v201306"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <env:Header>
    <wsdl:RequestHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201306";>
      <userAgent>AdCraft/0.1 (AwApi-Ruby/0.9.3, Common-Ruby/0.9.3, 
Savon/1.2.0, ruby/1.9.3, HTTPI/1.1.1, httpclient)</userAgent>
      <developerToken>[[REDACTED]]</developerToken>
    </wsdl:RequestHeader>
  </env:Header>
  <env:Body>
    <get xmlns="https://adwords.google.com/api/adwords/mcm/v201306";>
      <serviceSelector>
        <ns0:fields>CustomerId</ns0:fields>
        <ns0:fields>CanManageClients</ns0:fields>
        <ns0:fields>CompanyName</ns0:fields>
        <ns0:fields>CurrencyCode</ns0:fields>
        <ns0:fields>DateTimeZone</ns0:fields>
        <ns0:fields>Login</ns0:fields>
        <ns0:fields>Name</ns0:fields>
        <ns0:fields>TestAccount</ns0:fields>
        <ns0:paging>
          <ns0:startIndex>0</ns0:startIndex>
          <ns0:numberResults>10000</ns0:numberResults>
        </ns0:paging>
      </serviceSelector>
    </get>
  </env:Body>
</env:Envelope>

RESPONSE (500):

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/mcm/v201306"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201306";>
      <ns2:requestId>0004e5617be0f7600ab09001000038d5</ns2:requestId>
      <ns2:serviceName>ManagedCustomerService</ns2:serviceName>
      <ns2:methodName>get</ns2:methodName>
      <ns2:operations>0</ns2:operations>
      <ns2:responseTime>175</ns2:responseTime>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Server</faultcode>
      <faultstring>[QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
trigger:'&lt;null&gt;']</faultstring>
      <detail>
        <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/mcm/v201306"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201306";>
          <ns2:message>[QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
trigger:'&lt;null&gt;']</ns2:message>
          
<ns2:ApplicationException.Type>ApiException</ns2:ApplicationException.Type>
          <ns2:errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ns2:QuotaCheckError">
            <ns2:fieldPath/>
            <ns2:trigger>&lt;null&gt;</ns2:trigger>
            
<ns2:errorString>QuotaCheckError.INCOMPLETE_SIGNUP</ns2:errorString>
            <ns2:ApiError.Type>QuotaCheckError</ns2:ApiError.Type>
            <ns2:reason>INCOMPLETE_SIGNUP</ns2:reason>
          </ns2:errors>
        </ApiExceptionFault>
      </detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>

So there it is. The original lib config for this does provide a 
clientCustomerId (my MCC's), but it behaves the same when I don't pass it. 
I guess use_mcc strips those things anyway. The code for this call boils 
down to this:

adwords = Adwords::API.new(config)
svc = adwords.service(:ManagedCustomerService, :v201306)
svc.get(selector)

Our token isn't approved yet as we are still in the process of developing 
our tool and the approval process requires screenshots or accessible demos… 
:-/ (a bit of a chicken-and-egg issue, if you ask me, especially as we'll 
be working a lot on perf data, which test accounts obviously have at zero 
so we must fake 'em).

Can you help?

Thanks,

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to