Can you use relative dates in DateRange() for a report?

2010-11-24 Thread Tim Griffin
Hi there, I wanted to specify relative dates (e.g. "yesterday") for a report so I don't have to recreate it every single day. Specifically, something like: $selector = new Selector(); $selector->dateRange = new DateRange("YESTERDAY", "YESTERDAY"); That throws a "DateError.INVALID_STRING_DA

Re: GOOGLE SANDBOX - InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-24 Thread ADM
Eric, I followed the thread and see no information of use. We have been seeing every time for every action in one of our accounts the UNEXPECTED_INTERNAL_API_ERROR. This started occuring on Monday (22 Nov 2010) evening and has NOT been resolved. Here is a RequestID: 42deb16f8e89aa3693286d8153

Re: URL Performance Report Imp values low?

2010-11-24 Thread ADM
Eric, When the results for the URL Performance report are returned is there any Truncation of Impression results? Are all URLs with impressions on the date(s) provided by the report? Or is it only URLs that meet the following criteria: - Have a conversion and/or click - Or have above a minimum

Re: URL Performance Report Imp values low?

2010-11-24 Thread ADM
Eric, In every account I review the Impressions being seen are not even close to correct value, while clicks, conversions, and cost are correct. One example from 20 Nov 2010: Google AdWords Web Interface: Imp = 128,162 clicks = 29 conv = 4 cost = $34.78 API report: Imp = 5,349 clicks = 29 c

Re: behavior of unset adgroup level *MaxCpc bids?

2010-11-24 Thread J
anyone? On Nov 23, 4:13 pm, J wrote: > what would be the behavior of not passing in any *MaxCpc params when > setting up a manual cpc adgroup? > > http://code.google.com/apis/adwords/docs/reference/latest/AdGroupServ... > > i plan on having criterion level bids set for sure though. > > is the rel

Re: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-11-24 Thread ADM
Eric, We are now seeing the same UNEXPECTED_INTERNAL_API_ERROR problem on the same account. It did magically heal itself on about 5 Nov 2010 and then ran without issue until the evening of 22 Nov 2010, where now every time we interact with any campaign or adgroup in this account they only give

Missing field in ImageHostingKey Ad perf report

2010-11-24 Thread Trevor
In V13 reporting, in the Ad Structure report there was a field called "ImageHostingKey" which was a URL back to the stored image. It does not look like this is available in V201008 reporting in the Ad performance report. If it is indeed missing can we get it added in? Is there a work around for th

Re: TrafficEstimatorService and clientEmail header ...

2010-11-24 Thread Olemis Lang
Hi ! On Tue, Nov 2, 2010 at 7:13 PM, api.sgrinb...@gmail.com wrote: > Hi Olemis, > > I've responded and will be tracking this at > http://code.google.com/p/google-api-adwords-python-lib/issues/detail?id=134. > It's been A LONG TIME since I asked for this issue and still can't find a solution . I

looking for coder to receive CPC with Adwords API

2010-11-24 Thread marcwaesche
Hello! I am not sure if it is against any forum agreements to post a job on this board but if so - sorry! :) If someone is interested in a simple Adwords API job please have a look to the describtion on http://www.vworker.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1546433

report fields - month vs monthOfYear

2010-11-24 Thread chris h
I see both Month and MonthOfYear. Is there a difference? If not, wouldn't it be better to be consistent? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=

Re: Reports "Pending" indefinitely

2010-11-24 Thread j.e.frank
Seems fixed. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the G

Please help me solve this problem on the adwords api

2010-11-24 Thread james
hi, I want to get keywords APPROX_CONTENT_IMPRESSIONS_PER_DAY AdWords api。 This is my example(JAVA): public static void main(String[] args) throws Exception { // Log SOAP XML request and response. AdWordsServiceLogger.log(); // Get AdWordsU

Re: What are the columns for keyword_performance_report [GetReportDefinitionService]

2010-11-24 Thread Pitambari Parekh
Hi, Here is a list of column names with sample values of v201008 : campaign="abc"// campaign name adGroup="xyz" // ad group name keywordText="SEM" matchType="Broad" keywordState="enabled" firstPageCPC="0.05" qualityScore="5" maxCPC="1.00" destinationURL="http://xx={ifsearch:Broad

Re: What is Stats -> totalConvValue?

2010-11-24 Thread JosipK
Hi, If I set for conversion target ("Revenue for your conversion" in adwords web interface) value 5.20 (so 5.20 $ per one conversion) and then I have two conversions what would be totalConvValue? 10? 11? Some other value? Best, Josip -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Getting automatic placements via 201008 API

2010-11-24 Thread Thiago Medeiros
Hello Dave!! Maybe your problem occur because you are getting recent data and this report isn't 100% processed.. try to get a range date like 7 days and the last day ending 15 days ago.. e.g: 11/01 to 11/15 i hope it helps. Thiago. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find