Hey Anash, I was afraid you'd say that :-)
Is there any way I can easily transfer/share my existing test accounts in the upcoming test MCC? Are the usual invitations workflows working for this? Thanks, On Monday, September 2, 2013 5:56:58 PM UTC+2, Anash P. Oommen (AdWords API Team) wrote: > > Hi Christophe, > > I took a look at your account. Looks like the token is not yet approved, > that's why you are getting this error. You could try creating a test MCC > account, and a few test advertiser accounts under it. Then try the API call > with the credentials of the test MCC account and your pending developer > token. Your API calls should work fine. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Monday, September 2, 2013 8:45:39 AM UTC+1, Christophe Porteneuve wrote: >> >> Hi Anash, >> >> As a matter of fact all of this has been duly filled in and accepted >> months ago. The account you mention is indeed the MCC I get when I log in >> Adwords with the same identity I OAuth2'd with, right? >> >> That account is 743-674-1108. Perhaps you can check its status? >> >> I did fill in all my API Center + Billing prefs (incl T&C acceptance) >> waaaaay back. >> >> Best, >> >> On Monday, September 2, 2013 9:37:55 AM UTC+2, Anash P. Oommen (AdWords >> API Team) wrote: >>> >>> Hi Christophe, >>> >>> That's a separate issue altogether. Looks like you haven't entered >>> billing details and accepted AdWords API T&C for your API MCC account? >>> >>> Cheers, >>> Anash P. Oommen, >>> AdWords API Advisor >>> >>> On Monday, September 2, 2013 8:35:24 AM UTC+1, Christophe Porteneuve >>> wrote: >>>> >>>> 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:'<null>']</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:'<null>']</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><null></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.