Hi, 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 <[email protected]> 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 = "[email protected]"; > private static final String password = "ranjit123"; > //private static final String clientEmail = > "[email protected]"; > private static final String useragent = > "my application"; > private static final String developerToken = > "[email protected]++usd"; > > private static final String namespace = > "https://adwords.google.com/api/adwords/v11"; -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
