Hi
I am unable to access to AdSense Sandbox with the following developer
credentials:
developer_email:
adsensed...@google.com
developer_password: Q6R3l6a483
The last time I know they worked was Friday, June 26, 2009. Starting
from today (June 29, 2009), I get the following error message from
Sandbox:
[code] => 116
[internal] => false
[message] => The specified account has been blocked due to
excessive failed logins.
After filling the form for opening a new sandbox developer account
(
http://services.google.com/ads_inquiry/api_info_form), I still
receive the same (incorrect) credentials.
Is anyone else having the same problem?
Could anyone (AdSense API Team?) post developer credentials that work,
please?
Here is an example request:
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="
http://www.google.com/api/adsense/v3">
<SOAP-ENV:Header>
<ns1:developer_email SOAP-ENV:actor="
http://schemas.xmlsoap.org/soap/
actor/next">
adsensed...@google.com
</ns1:developer_email>
<ns1:developer_password SOAP-ENV:actor="
http://schemas.xmlsoap.org/
soap/actor/next">Q6R3l6a483
</ns1:developer_password>
<ns1:client_id SOAP-ENV:actor="
http://schemas.xmlsoap.org/soap/actor/
next">ca-pub-0791430144641967
</ns1:client_id>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:getAssociationStatus>
<dummy>0
</dummy>
</ns1:getAssociationStatus>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
.... and the produced response:
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope
xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException
</faultcode>
<faultstring>The specified account has been blocked due to excessive
failed logins.
</faultstring>
<detail>
<axis2ns1511:AdSenseApiExceptionFault
xmlns:axis2ns1511="
http://www.google.com/api/adsense/v3">
<AdSenseApiException>
<code>116
</code>
<internal>false
</internal>
<message>The specified account has been blocked due to excessive
failed logins.
</message>
<trigger>
</trigger>
<triggerDetails>
</triggerDetails>
</AdSenseApiException>
</axis2ns1511:AdSenseApiExceptionFault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Aleksandar