Hi,
There was an issue with the sandbox yesterday that lead to
UNEXPECTED_INTERNAL_API_ERRORs:
http://groups.google.com/group/adwords-api/browse_thread/thread/9736f2cb9fbda5ac/
The issue has since been resolved, so please try your requests again.
Best,
- Eric Koleda, AdWords API Team
On Apr
My request message looks as follows:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
https://adwords.google.com/api/adwords/cm/
v200909">
m...@dnknor
I understand that access to the sandbox is now done via ClientLogin as
it is in production.
I'm experiencing a few issues, here's some code:
RequestHeader sh = new RequestHeader();
sh.authToken = GetToken();
sh.developerToken = "j...@doe.com++usd";
sh.clientEmail = "client_1+j...@doe.com";
Campa