AdWords API Placement CPC report error

2008-10-22 Thread IgorAG
I faced a problem. Structure placement/keyword report and Placement/Keyword Performance Report return keyword default maxCPC for placements with default bid instead of default content bid. So I am not able to get right bids via Report service. Google AdWords UI displays right price. Data in rep

AdWords API Strange error on report validation (and scheduling as well)

2008-10-28 Thread IgorAG
One of our AdWords accounts started to receive an error on report requests since the 20 October. Before this day all was working ok. All other accounts are ok now, so the reason of the error is not our code. What can we do to overcome this problem? Fragment of a SOAP response: soapenv:

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-10 Thread IgorAG
You schould make endDay and startDay (both field and property) nullable in your Web reference Reference.cs file. It works. public System.DateTime ? startDay { get { return this.startDayField; } set { this.startDayField =

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-14 Thread IgorAG
> I'm running .NET 3.5, VS 2008, on Vista exactly the same > i don't know about reference.cs? It is in a subtree of your ReportAPI Web Reference (possibly you need to click on the "Show all files" button at the top of the Solution explorer) Reference.cs is the autogenerated .cs code by the Rep

AdWords API SiteSuggestionService internal error

2008-12-30 Thread IgorAG
It has been happening for long time If LanguageGeoTargeting contains a country - all right If LanguageGeoTargeting contains a region - Google Adwords API throws the internal error exception example of such request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/X

AdWords API A question about FirstPageCpc value

2009-04-13 Thread IgorAG
I faced with the following situation: We have a small account with several tens of keywords ReportService (Keyword performance report) doesn't return the FirtsPageCpc value for keywords with QualityScore less than 3 More exactly it returns empty values CriterionService returns numerical nonzero

AdWords API Re: A question about FirstPageCpc value

2009-04-14 Thread IgorAG
Yes I scheduled such report manually via Google AdWords interface The result is the same: If QualityScore is 1 or 2 - Est. First Page Bid cells in the report are empty Igor. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl