Hi Paulo, Can you download the latest version of the client library from http://code.google.com/p/google-api-adwords-dotnet/ (v3.0.1) and let me know if the issue persists? You need to provide Email, Password and ClientEmail headers in App.config of Examples project, then run AddCampaign sample. If you are using command line options, you can do this by providing "v200902.AddCampaign" as command line to Examples.exe.
Cheers, -Anash P. Oommen, AdWords API Team On May 20, 2:39 am, Paulo Silva <[email protected]> wrote: > But here it is written as optional: > > http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbo... > I put the cliemEmail and still not working.... > > I am debugging your code and I realized that you are creating the v13 > soap headers, even I called the v2009 service: > > private SoapHeader MakeHeader(string headerName, string value) { > string typeName = "com.google.api.adwords.v13." + headerName; > > is it correct ? > > 2009/5/19 AdWords API Advisor <[email protected]> > > > > > Hello, > > > The issue is that you're not specifying anything for the clientEmail > > header. The header has the same sort of value as the v13 Sandbox > > supports, i.e. "[email protected] <client_1%[email protected]>", > > where "[email protected]" is > > your Google Account email address. > > > The errors definitely should be more descriptive, and this will > > hopefully happen before we reach the full Production release. > > > Cheers, > > -Jeff Posnick, AdWords API Team > > > On May 19, 4:34 pm, Paulo Silva <[email protected]> wrote: > > > I am debugging your code and I realized that you are creating the v13 > > > headers: > > > > private SoapHeader MakeHeader(string headerName, string value) { > > > > string typeName = "com.google.api.adwords.v13." + headerName; > > > > Even I called the v2009 service.... is it correct ? > > > > 2009/5/19 Paulo Silva <[email protected]> > > > > > Maybe the soap errors messages could have more meaning. > > > > > thanks > > > > > 2009/5/19 Paulo Silva <[email protected]> > > > > > Hi, > > > > >> Ok, So... please can you take a look in the log attached? > > > > >> thank you in advance. > > > > >> 2009/5/19 AdWords API Advisor <[email protected]> > > > > >>> Hello Paulo, > > > > >>> Unfortunately, the SOAP faults currently returned by the v200902 API > > > >>> leave much to be desired. What would be most helpful is if you could > > > >>> turn on logging of your SOAP requests and let us see what you're SOAP > > > >>> request XML looks like (with your auth token and client email X-ed > > > >>> out). > > > > >>> Cheers, > > > >>> -Jeff Posnick, AdWords API Team > > > > >>> On May 18, 8:08 pm, "[email protected]" > > > >>> <[email protected]> wrote: > > > >>> > Hi, > > > > >>> > I am trying to use the new v200902 API with the sandbox, it seems > > to > > > >>> > be impossible. I've tried to execute the samples from: > > > > >>> >http://code.google.com/p/adwords-api-dotnet-samples/downloads/list > > > > >>> > awapi2009_csharp_samples.zip > > > > >>> > and > > > > >>> >http://code.google.com/p/google-api-adwords-dotnet/ > > > > >>> > awapi_dotnet_lib_3.0.0.tar.gz > > > > >>> > Those examples are not working, I don't know what I am doing wrong. > > > > >>> > Someone knows how to test the new sandbox? What are the steps? > > > > >>> > thanks ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
