AdWords API [sandbox v200902] How to get a list of placement

2009-05-19 Thread qme...@gmail.com
Hi, I would like to know if it is possible to retrieve a list of best placements for an Ad in Java ? I can add a keyword and a placement, but I want to retrieve first a list of placements suggestions for my Ad, and then push my Ad to the sandbox. Thanks for your help. Cheers, Qmepop

AdWords API Re: Difference between Creative (Ad Performance) Report and Keyword Performance

2009-05-19 Thread vijay kumar
Does anybody know . is it possiable to Google adwords API import flex . if is it possiable . please refer any example . i want urgent plz plz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group.

AdWords API .Net API - impossible mission

2009-05-19 Thread silvapaulo...@gmail.com
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/

AdWords API Re: How to get a list of placement

2009-05-19 Thread AdWords API Advisor
Hello Qmepop, The various methods of the SiteSuggestionService might be what you're looking for: http://code.google.com/apis/adwords/docs/developer/SiteSuggestionService.html You can get a list of suggested sites based on topic, demographics, categories, or from a seed URL. Cheers, -Jeff

AdWords API Re: Difference between Creative (Ad Performance) Report and Keyword Performance

2009-05-19 Thread AdWords API Advisor
Hello Vijay, We don't offer any official support for using the AdWords API from Flex, but I do believe that it's possible to call SOAP services from Flex in general. There's an older thread about that topic here

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

AdWords API on App Engine (Python)

2009-05-19 Thread AdWords API Advisor
Most of you have probably heard about Google App Engine ( http://code.google.com/appengine/ ), which lets you write web applications that run on Google's infrastructure. But did you know that the code which you develop using the AdWords API can be easily hosted on App Engine, thus making it many

AdWords API Re: How to get a list of placement

2009-05-19 Thread qme...@gmail.com
Thank you Jeff for your answer. However I think the SiteSuggestionService is only runnning in the v13 and not in the v200902. If it's true, is there any other mean to use this service in the v200902 ? Cheers, Qmepop On May 20, 1:30 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: