AdWords API Re: addAdGroup failed validation

2009-06-03 Thread AdWords API Advisor
Hello Albin, What jumps out to me about your sample code is that you're setting the keywordMaxCpc to 1000L. That's almost certainly below the minimum bid amount, unless you're using a currency that I'm not familiar with. For USD, specifying 1L would be equal to 1 cent, and 100 would be e

AdWords API Re: Error in fetching Keyword Report

2009-06-03 Thread AdWords API Advisor
Hello Swanand, Based on that stacktrace, it sounds like a lower-level problem that the Ruby httpclient library has in reading the response data. I don't know how much can be done from the AdWords API perspective to troubleshoot this. I did notice that you're using httpclient 2.1.3.1 and that the

AdWords API Re: Specifying Ad Variations in Ads Report

2009-06-03 Thread AdWords API Advisor
Hello, Reports scheduled via the AdWords API and reports scheduled via the AdWords web interface both go against the same backend source of data, and are processed by essentially the same code. The only reason you should see any differences between a report scheduled via one method or the other

AdWords API CSV parsing?

2009-06-03 Thread Tomy
I need emulate import and add/update multiple objects functionality in my app, just like AdWords does it. I need to parse csv contents coming from a file or text area, and I was wondering if there some free (java) code exposed by Google (or anyone) that I can reuse. If not, I'll need to write it f

AdWords API InfoService

2009-06-03 Thread Tr
We're trying to get a more accurate report of our API usage. Regarding the "getUnits" calls from InfoService: * Is the "StartDate" and "EndDate" PST? * Today (June 3) at 9 a.m EST, I called getUnitsForMethod for June 2 and June 3 and everything returned 0. June 1 returned data. How real- time is

AdWords API addAdGroup failed validation

2009-06-03 Thread Albin
Hello, I've created a Campaign but I canĀ“t add groups. I've tried several configurations and followed several samples but I'm always getting the same error. How could I investigate it closer? My code is so simple: grp = New AWGroupService.AdGroup grp.name = "Group #1" gr

AdWords API Error in fetching Keyword Report

2009-06-03 Thread Swanand Pagnis
Hello Team, I use adwords4r ruby interface to fetch a daily keyword report from Google. In the last couple of days I am getting a strange (to me) error in httpclient's get_content method. I am not sure whether this is because of adwords4r or AdWords API problem. Here is the stack trace: Executing

AdWords API Re: Specifying Ad Variations in Ads Report

2009-06-03 Thread Keporio
Yes, I found out that there are mobile ads in the report... Sorry. The reason I thought is that when I tried to create a "similar report" to the ad performance report created by the Adwords API in Adwords Report Center Web Page of my adwords account, I saw that only text ad was checked. And the