AdWords API Re: .Net API - impossible mission

2009-05-22 Thread silvapaulon...@gmail.com
Hey Anash, thank you. Every thing is working now! Other question now about the v13 reports... My reports are always returning zeros values! I thought it was random numbers... How can I see the complete format of the XML's with the rows ? thanks On May 20, 3:05 pm, AdWords API Advisor

AdWords API Re: .Net API - impossible mission

2009-05-19 Thread Paulo Silva
Hi, Ok, So... please can you take a look in the log attached? thank you in advance. 2009/5/19 AdWords API Advisor adwordsapiadvi...@google.com Hello Paulo, Unfortunately, the SOAP faults currently returned by the v200902 API leave much to be desired. What would be most helpful is if

AdWords API Re: .Net API - impossible mission

2009-05-19 Thread Paulo Silva
Maybe the soap errors messages could have more meaning. thanks 2009/5/19 Paulo Silva silvapaulo...@gmail.com Hi, Ok, So... please can you take a look in the log attached? thank you in advance. 2009/5/19 AdWords API Advisor adwordsapiadvi...@google.com Hello Paulo,

AdWords API Re: .Net API - impossible mission

2009-05-19 Thread Paulo Silva
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

AdWords API Re: .Net API - impossible mission

2009-05-19 Thread AdWords API Advisor
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. client_1+u...@domain.com, where u...@domain.com is your Google Account email address. The errors definitely should be more descriptive,

AdWords API Re: .Net API - impossible mission

2009-05-19 Thread Paulo Silva
But here it is written as optional: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#top 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