Re: What is Stats -> totalConvValue?

2010-12-01 Thread JosipK
Hi, I have download some campaign using AdWords API (I have used CampaignService) and the results are: totalConvValue = 82 conversions = 54 valuePerConv = 1.5185185185185186 (82/54 - it's probably calculated as totalConvValue / conversions) I see the same results through adwords.google.com web in

How to charge API unit

2010-12-01 Thread ziu1972
Hello, My token has been approved, could I start to use the API immediately and the system sends me a bill later on ? Rgds -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: how to get code for v2009 AdWords API

2010-12-01 Thread AdWords API Advisor
Hi Faraz, The equivalent of getKeywordVariations is TargetingIdeaService.get. See our per-call migration guide at http://code.google.com/apis/adwords/docs/callguide.html for more details. You can also refer to http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/Ge

Re: average CPC cost for a keyword

2010-12-01 Thread AdWords API Advisor
Hi Irio, The CPC cost for a keyword depends on the keyword itself. Try running a keyword performance report, it should give you more idea on the keyword's performance and cost incurred. Also, is your question specific to AdWords API, or to AdWords? Cheers, Anash P. Oommen, AdWords API Advisor.

Re: CSV files have leading apostrophes on modified broad keywords

2010-12-01 Thread AdWords API Advisor
Hi Reed, Thanks for providing the report definition id. I'll ask our team to investigate this issue. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 30, 8:14 pm, Reed wrote: > I think this started happening around the 24th - at least that's when > people started complaining about the data

Re: how to get code for v2009 AdWords API

2010-12-01 Thread AdWords API Advisor
Hi Faraz, Unless you need to make calls to a v13 service (e.g. create a cross- client report using ReportService), you don't need to use Apility. Let me know if you have more questions. Cheers, Anash P. Oommen, AdWords API Advisor On Nov 23, 10:06 am, faraz bahi aleem wrote: > Thanks for the r

Re: Captcha Error using Adwords API?

2010-12-01 Thread AdWords API Advisor
Hi Thiago, The first issue is a known bug, see http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=50 for details. If it is urgent, I've attached the fixed source file as part of the issue. The other feature is under works, it will be made available as part of next week's updates

Re: Can I fetch monthly CPC through the AdWords API

2010-12-01 Thread AdWords API Advisor
Hi Sumit, The GetTrafficEstimates example is what you need to fetch the CPC for keywords. When you request traffic estimates, you need to make a CampaignEstimateRequest, an AdGroupEstimateRequest within it, and several KeywordEstimateRequests within it. Traffic is calculated based on the cpc limit

Re: TrafficEstimatorService and clientEmail header ...

2010-12-01 Thread AdWords API Advisor
Hi Olemis, I believe the issue is still with the Python library. If an MCC account doesn't have access to the client account specified in the request (or a misconfigured account for that matter), you should get specific errors from the server, typically an AuthorizationError or AuthenticationError

ValidateOnly header

2010-12-01 Thread ziu1972
Hello, If I use the function Get with TargetingIdeaService and RequestType = STATS, do I need to set the request header with ValidateOnly = true ? Rgds -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

Re: Captcha Error using Adwords API?

2010-12-01 Thread Thiago Medeiros
Hi Anash! Thanks for reply! Both of them works fine for me (AuthToken and returnMoneyInMicros). I'm using lib 11.2, so i changed AdWords/Util/ReportUtilities.cs instead of src/lib/util/ReportUtilities.cs -- Another question: Is there any deadline for cross client support on ReportService v2

MonthlySearchVolume dont gives back 12 month data since august this year

2010-12-01 Thread keesjan
hi, we had no problem with this dataset till august this year. http://code.google.com/intl/nl/apis/adwords/docs/reference/latest/TargetingIdeaService.MonthlySearchVolumeAttribute.html Dit something changed? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

v13 TrafficEstimatorService float vs TrafficEstimatorService v201008 long

2010-12-01 Thread Benjaminimum
Hi, I have been using the old v13 TrafficEstimatorService to get estimates for keyword traffic. This used to return lowerClicksPerDay and upperClicksPerDay estimates as floats. Using the new TrafficEstimatorService in v201008, the StatsEstimate.Clicks appears to be a long and seems to round down

Traffic Estimator Service

2010-12-01 Thread hylton
Hi We use the TrafficEstimatorService in v13 of the API, and understand that it will be removed sometime next year, and we will instead have to use the new TrafficEstimatorService that has been included in v201008. However, the new service in v201008 only shows the estimated max Clicks on a keywo

Google Keyword Volume

2010-12-01 Thread Lucas
Hi all! I've been getting keyword volumes for organic search through the keyword tool (https://adwords.google.com/select/KeywordToolExternal) manually doing an "Exact" match. Right now I have to do a 2011 plan that involves around one million keywords, so doing it manually is not a possibility anym

Re: Intermittant error downloading reports

2010-12-01 Thread Reed
Update: The same error happened today, on the same two client accounts as yesterday. I tried to pull the same report ID an hour or so after the first attempt, and it also failed. I started to write some recovery code for the download process, but when I ran it the same report came back OK, so I'm n

Re: TrafficEstimatorService and clientEmail header ...

2010-12-01 Thread Olemis Lang
On 12/1/10, AdWords API Advisor wrote: > Hi Olemis, > :o) > I believe the issue is still with the Python library. If an MCC > account doesn't have access to the client account specified in the > request (or a misconfigured account for that matter), you should get > specific errors from the serve

(403)Forbidden when calling Sandbox v13 getAccountInfo()

2010-12-01 Thread Doug s
100% repro. Was working fine yesterday. I have not changed anything since on my side. Anyone else having issues? I am using the java client lib v8.2.1 thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:

Re: TrafficEstimatorSelector 201008 PHP - Avg CPC too high?

2010-12-01 Thread Logan
Here is the request and response for the word pollen. In the traffic estimator web interface I selected United States and English. For this example it is lower than the web interface. request: https://adwords.google.com/api/adwords/o/v201008"; xsi:type="ns2:TrafficEstimatorSelector"> https://adw

Counterparts in v201008 for v13 KeywordPerformanceReport columns?

2010-12-01 Thread mm
Hey guys - I am working to migrate our v13 KeywordPerformanceReport code to the new v201008 ReportDefinition version, but am stumped trying to map a few of the v13 columns in particular: Transactions DefaultCount DefaultValue SignupValue SignupCount SalesValue SalesCount PageViewValue PageView

Re: Operation count limits

2010-12-01 Thread AdWords API Advisor
Hi Alex, Thanks for the feedback. I'll talk with the documentation team to see if we can get more of this information updated. Best, - Eric Koleda, AdWords API Team On Nov 29, 8:36 pm, Alex wrote: > Hi, everybody! > > We started running into SizeLimitError when running the DELETE > operation o

Re: Diacritic characters are collated with latin characters, often with strange search volumes for the keywords

2010-12-01 Thread AdWords API Advisor
Hi Martin, The core issues behind the anomalies you previously noticed are complex and still being worked on. I'm glad that the team's recent work has improved the results, and let us know if you see further problems with the data. Best, - Eric On Nov 30, 5:15 am, Martin wrote: > We have notic

v13: ReportService.getGzipReportDownloadUrl returned a URL to a 404 page

2010-12-01 Thread Zweitze
Hi all, For a few weeks now, once a week ReportService.getGzipReportDownloadUrl returns a non-existing location. I have info on a recent occurence on Nov 29. The report id was 1265202581 (it doesn't exist anymore) The RequestId for the call to ReportService.getGzipReportDownloadUrl was dff35559d1

How to round Money->microAmount in TrafficEstimaterService?

2010-12-01 Thread google400
Hi, How can I round the totalCost->microAmount to show the amount in US dollars? Presently its returning an impossible amount which can't be the cost per click for the keywords. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.b