I have unsubscribed from API Google group forum but still i am getting
the following exception :
faultDetail:
{https://adwords.google.com/api/adwords/v13}fault:
<ns1:code>1</ns1:code>
<ns1:message>The request did not contain a header named 'email'.</
ns1:message>
I am making request as follows :
private static final String email = "ranjit.a...@gmail.com";
private static final String password = "ranjit123";
//private static final String clientEmail =
"client_1+ran...@gmail.com";
private static final String useragent =
"my application";
private static final String developerToken =
"ranjit.a...@gmail.com++USD";
private static final String namespace =
"https://adwords.google.com/api/adwords/v11";
It looks like you are making your request using the v11 namespace, and
you need to use the v13 namespace. Keep in mind that v13 will be
sunset in April so you should probably switch to using the v200909
version of the API.
http://code.google.com/apis/adwords/v2009/docs/
Best,
- Eric Koleda, AdWords API Team
On Feb 18, 4:09 am, ranjit singh <ranjit.adelem...@gmail.com> wrote:
> Hi
>
> I have unsubscribed from API Google group forum but still i am getting
> the following exception :
>
> faultDetail:
> {https://adwords.google.com/api/adwords/v13}fault:
> <ns1:code>1</ns1:code>
> <ns1:message>The request did not contain a header named 'email'.</
> ns1:message>
>
> I am making request as follows :
> private static final String email = "ranjit.adelem...@gmail.com";
> private static final String password = "ranjit123";
> //private static final String clientEmail =
> "client_1+ranjit.adelem...@gmail.com";
> private static final String useragent =
> "my application";
> private static final String developerToken =
> "ranjit.adelem...@gmail.com++USD";