Re: ValidateOnly header

2010-12-02 Thread AdWords API Advisor
Hi, You need to mention validateOnly = true only when you need to check if a request is valid as per the server. To get the actual results, you need to mention validateOnly = false or should not mention the header in the requests. See http://adwordsapi.blogspot.com/2009/12/discover-v2009-validate

Re: Traffic Estimator Service

2010-12-02 Thread AdWords API Advisor
Hi Hylton, Are you using a client library for writing your code? Do you have a requestid for a request that you can post here, so I may investigate the issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 1, 4:14 pm, hylton wrote: > Hi > > We use the TrafficEstimatorService in v13 of the

Re: (403)Forbidden when calling Sandbox v13 getAccountInfo()

2010-12-02 Thread AdWords API Advisor
Hi Doug, Could you try using another gmail account for making calls and see if you get the same issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 2, 1:29 am, Doug s wrote: > 100% repro. > > Was working fine yesterday. I have not changed anything since on my > side. > > Anyone else hav

Re: How to charge API unit

2010-12-02 Thread AdWords API Advisor
Hi Ziu, You have to enter the billing details to activate the AdWords API tokens and accept the AdWords API Terms and Conditions. If you haven't done this already, you can do it from your AdWords API MCC's Billing- >Billing Preference tab. Once you have entered the credit card details, you can use

Re: Captcha Error using Adwords API?

2010-12-02 Thread AdWords API Advisor
Hi Thiago, As of now, I don't have a hard deadline for cross client support on ReportService, though I know it is being actively worked on. Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 1, 5:16 pm, Thiago Medeiros wrote: > Hi Anash! > > Thanks for reply! Both of them works fine for me (A

Re: Getting automatic placements via 201008 API

2010-12-02 Thread FUNKY BOY
Hi, is it too hard for google team to prevent us that automatic reports don't work!? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting automatic placements via 201008 API

2010-12-02 Thread FUNKY BOY
Hi, is it too hard for google team to prevent us that automatic reports don't work!? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to round Money->microAmount in TrafficEstimaterService?

2010-12-02 Thread AdWords API Advisor
Hi, The returned values should be in micros, 1 micro is 1-millionth of the fundamental currency unit. If your account's currency is USD, dividing the value by 1,000,000 should give you values in USD. Cheers, Anash P. Oommen, AdWords API Advisor. On Dec 2, 5:27 am, google400 wrote: > Hi, > > How

Re: (403)Forbidden when calling Sandbox v13 getAccountInfo()

2010-12-02 Thread Tliou
I've tried the accounts client_1+tomexpe...@gmail.com and client_2+tomexpe...@gmail.com and still the same issue. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=

Re: Traffic Estimator Service

2010-12-02 Thread Ben Vincent
Hi Anash, I am working with Hylton on this, so can provide the details. We are using the .Net client library which I just noticed was written by you :-) An Example request ID on old API (V13) that gives us clicks back as a float f314b8d1f2739537fd712342c2a63b9a An Example Request ID on new API

traffic estimator geotarget

2010-12-02 Thread Murali M
Hi, In sandbox example there is CountryTarget('US') function. I need to target city and other location. i changed to CityTarget('US-AL'). but its not working. and i tried with "Metrocode" also but it showing error like: [RequiredError.REQUIRED @ selector.campaignEstimateRequests[0].targets[0].cou

Re: Forbidden access to V13 full samples!!!

2010-12-02 Thread Peter Trobec
Thank you for the answer! It works...in a way :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: TOO_FEW_OPERATIONS_IN_JOB

2010-12-02 Thread mariek
just to remind about this topic On 19 Lis, 09:05, mariek wrote: > this Job for example, updating 50 keywords > > id: 39830938 > numRequestParts: 2 > numRequestPartsReceived: 2 > status: COMPLETED > > in adwords interface I can see all values updated correctly > > On 19 Lis, 00:25, AdWords API Adv

Re: Questions on V7.0.0 API usage

2010-12-02 Thread bookpenpencil
Hi Eric, For my case, my request was not a long request, i tried to pull report data for 1 single day. When exactly Broken Pipe issues may happen, Can you tell us the possibilities. Thanks Bookpenpencil -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

Re: if there is no data availabale (nulls) or the keyword does not exist

2010-12-02 Thread AdWords API Advisor
Hi Irio, If a TargetingIdeaService STATS request does not return any data for a keyword then it may be unknown or have a very low number of searches. All requests to the service cost units, regardless of the data returned. Best, - Eric Koleda, AdWords API Team On Nov 30, 8:31 am, Irio wrote: >

Re: How to use TrafficEstimateService with PHP?

2010-12-02 Thread AdWords API Advisor
Hi, Which version of the PHP client library are you using? This service is part of v201008 and was made available in version 2.3.0 of the client library. Best, - Eric Koleda, AdWords API Team On Nov 30, 11:46 am, google400 wrote: > Hi, > > I'm trying to use the TrafficEstimateService using the

Re: Different CPC from keyword tool and API

2010-12-02 Thread AdWords API Advisor
Hi Craig, Please ensure that you are using the same language and country targeting in the UI and the API. Best, - Eric Koleda, AdWords API Team On Nov 30, 1:56 pm, Craig Smith wrote: > I'm running the GetTrafficEstimates example code from the Adwords API > download fromhttp://code.google.com/p/

Re: GOOGLE_ACCOUNT_COOKIE_INVALID for many cached authentication tokens

2010-12-02 Thread AdWords API Advisor
Hi Zweitze, I appreciate the problems that these expirations have caused you, but as I've mentioned before I think the solution lies in adjusting your software to be able to handle the expirations. When making a request to the API you could catch the AuthenticationError, and if the reason is GOOG

Re: URL Performance Report Imp values low?

2010-12-02 Thread AdWords API Advisor
Hi Bryan, I believe this is the desired behavior of the URL report, both in the UI and the API. In the UI you'll notice a line at the bottom labeled "Other URLs". The hover help for this row says: "Other" URLs These webpages ran your ads but aren't listed in the rows above. Some examples of wh

Re: What is Stats -> totalConvValue?

2010-12-02 Thread AdWords API Advisor
Hi Josip, Let us know if any problems arise. I've made the core engineering team aware of the problem, but I don't know when the field type can be changed. Best, - Eric On Dec 1, 4:35 am, JosipK wrote: > Hi, > > I have download some campaign using AdWords API (I have used > CampaignService) an

Re: MonthlySearchVolume dont gives back 12 month data since august this year

2010-12-02 Thread AdWords API Advisor
Hi, Can you be more specific about the problem you are facing? Perhaps if you posted your sanitized SOAP XML request and response that would make things more clear. Best, - Eric Koleda, AdWords API Team On Dec 1, 10:06 am, keesjan wrote: > hi, > we had no problem with this dataset till august

Re: v13 TrafficEstimatorService float vs TrafficEstimatorService v201008 long

2010-12-02 Thread AdWords API Advisor
Hi Ben, Can you provide an example keyword (with targeting and bid used) where this is causing an issue? Best, - Eric Koleda, AdWords API Team On Dec 1, 9:26 am, Benjaminimum wrote: > Hi, > > I have been using the old v13 TrafficEstimatorService to get estimates > for keyword traffic. > > This

Re: Google Keyword Volume

2010-12-02 Thread AdWords API Advisor
Hi Lucas, Keyword search volume can be obtained using the TargetingIdeaService with a STATS request: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html The API is not free to use, although free units are available under certain situations: https://adwords.g

Re: Intermittant error downloading reports

2010-12-02 Thread AdWords API Advisor
Hi Reed, This error was caused by a temporary resource problem in the backend. The team is working through these issues, but I don't know when they will be completely resolved. I think you've taken the right approach, which is to wait for a while and then try the report again. Best, - Eric Koled

Re: TrafficEstimatorSelector 201008 PHP - Avg CPC too high?

2010-12-02 Thread AdWords API Advisor
Hi Logan, I've done some digging, and it looks like the Traffic Estimator UI default to using the GOOGLE_SEARCH and SEARCH_NETWORK targets, while the TrafficEstimatorService defaults to using GOOGLE_SEARCH only. I'm working with the core engineering teem to align the default networks, but in the

Re: Counterparts in v201008 for v13 KeywordPerformanceReport columns?

2010-12-02 Thread AdWords API Advisor
Hi Margaret, The Transactions column corresponds to the ConversionsManyPerClick field in the new reporting system. The count and value information for different categories of conversions is available, but the means to retrieve it is a bit different. If you include the ConversionCategoryName in y

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

2010-12-02 Thread AdWords API Advisor
Hi Zweitze, I'm not seeing anything unusual in the log files, so it could just be a hiccup in the system. If you see the frequency of these error increase please let us know. Best, - Eric Koleda, AdWords API Team On Dec 1, 7:06 pm, Zweitze wrote: > Hi all, > > For a few weeks now, once a week

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

2010-12-02 Thread Zweitze
Eric, Well now it's about twice in two weeks (and >1000 reports in a week). Funny enough it happened with the same account, and we have hundreds of them. But I wonder if the error is on my side. What happens when the URL expires? Will that URL lead to a 404 page (not found) or something else, say

Re: GOOGLE_ACCOUNT_COOKIE_INVALID for many cached authentication tokens

2010-12-02 Thread Zweitze
Well the software is rather complicated - multiple threads handling the same account etc.etc. I added a feature request for changes in the .NET library but the project manager wants to consult project managers of other libraries first. I don't expect an early solution. Right now I reduced the cache

Re: Populating databases with historical data

2010-12-02 Thread Zweitze
The easiest way is to write the software that retrieves a bunch of reports, each spanning a period. For a few Euros you can synchronize an account dating back to 2004, much cheaper than manual labour. Another advantage of the API reports is that you can include ID fields like campaignid, adgroupid

Re: Delayed Billing

2010-12-02 Thread Murray
Hello This issue is still happening. No billing for two weeks and then a full two weeks billing hits. Why has no-one responded? I contacted my support rep and they said that they referred the issue to the API team. Please respond and please fix the problem. Murray On Nov 20, 10:01 am, Murray Kes

Re: Different CPC from keyword tool and API

2010-12-02 Thread vinceadwords
I selected "All Countries" and English in the API and the Keyword Tool but got different results too. Here's my post on this issue: http://www.maverickwebcreations.com/2010/11/27/maverick-keyword-researcher-preview-google-adwords-api.html The average CPC of the keyword “dog bed” from the Google

Re: Different CPC from keyword tool and API

2010-12-02 Thread Craig Smith
It was the max CPC value that through me off. I increased that and the numbers came in line. Craig On Thu, Dec 2, 2010 at 2:01 PM, AdWords API Advisor < adwordsapiadvi...@google.com> wrote: > Hi Craig, > > Please ensure that you are using the same language and country > targeting in the UI and t