Hi,
The clientEmail header is not formatted correctly. Please read the
section on clientEmail here:
http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders.
Best,
- Eric
On Oct 30, 9:49 am, "i...@larseggert.de" wrote:
> Hi Eric,
> ok. I tried the following:
>
Hi Eric,
ok. I tried the following:
private static final String email = "i...@larseggert.de";
private static final String password = "MY_PASS";
private static final String clientEmail = "i...@larseggert.de";
private static final String useragent = "orange-s
Hi,
To use the sandbox with these samples simply set the correct login
information:
//Provide AdWords login information.
private static final String email = "INSERT_LOGIN_EMAIL_HERE";
private static final String password = "INSERT_PASSWORD_HERE";
private static final String clientEmail =
Hi Eric,
thanks for your answer. I am using the java-samples-api (http://
code.google.com/p/adwords-api-java-samples/)
Can you tell me how to use the sandbox and the adwors-api-java-
samples?
On 28 Okt., 15:58, AdWords API Advisor
wrote:
> Hi,
>
> The XML namespace doesn't change when using the
Hi,
The XML namespace doesn't change when using the sandbox, only the
endpoint URL does. If you are new to the API you may want to take a
look at our Intro to the Sandbox video:
http://www.youtube.com/watch?v=cqVtUdB975M.
Additional information on the sandbox is available here:
http://code.goog