AdWords API Re: v2009 Launch

2009-07-08 Thread AdWords API Advisor
Hello, Unfortunately, the errors returning in the Sandbox environment are still a bit raw. I believe that in both cases the error is occurring because you're not providing anything for the clientEmail SOAP request header--you should be setting this to something like "client_1+u...@domain.com", w

AdWords API Re: recurent message

2009-07-08 Thread AdWords API Advisor
Hello Vinczente, Yes, I can confirm that the 15.1.0 release of the Ruby client library isn't compatible with the current Sandbox environment, since it only supports up to v200902 at the moment. The release we're currently working on with have v200906 support. Cheers, -Jeff Posnick, AdWords API

AdWords API Defined Report Job - Including Zero Impressions

2009-07-08 Thread Raffy
I am having a strange problem on which I have spent a couple of days so far. When using the ReportService, I can get a report when I set IncludeZeroImpression to false, but the report fails if I change it to true (I get the infamous "one or more report job parameters is invalid" message). No othe

AdWords API Re: v2009 Launch

2009-07-08 Thread tsmthiago
Hi! I got the DotNet Client Library from http://code.google.com/apis/adwords/docs/clients.html and the examples about v13 works fine for me, but i can't execute any method from v200906, I get some diferent errors according to method that I call. When I called the v200906.GetActiveCriteria metho

AdWords API Re: ReportService - Zero Impressions

2009-07-08 Thread Raffy
I discovered the answer. I hope this helps others. If you set IncludeZeroImpression to true, you must include the Impressions column in your SelectedColumns. Otherwise, you get the vague "one or more report job parameters is invalid". A waste of at least 10 hours of my time - hopefully this will

AdWords API Re: High Cost of API Points

2009-07-08 Thread Raffy
Thanks ReedP. I need the data through the API in real time so that I can process the information directly through my app. So the AdWords UI option wouldn't work. I also need the keyword and ad group IDs. The structure report wouldn't work because I need the first page cpc, which it doesn't provid

AdWords API Re: recurent message

2009-07-08 Thread Vinczente
Can you confirm that I cant use adwords4r-15.1.0.gem on the sandbox because the v200902 isn't working ? On Jul 7, 9:27 pm, AdWords API Advisor wrote: > Hello Vincent, > >  I'm pretty sure you could work around that by using the pre-generated > Ruby classes for the AdWords v2009 objects available

AdWords API ReportService - Zero Impressions

2009-07-08 Thread Raffy
I am having a strange problem on which I have spent a couple of days so far. When using the ReportService, I can get a report when I set IncludeZeroImpression to false, but the report fails if I change it to true (I get the infamous "one or more report job parameters is invalid" message). No othe