Re: TrafficEstimatorService returning improper results

2010-05-22 Thread dmcvitti
Thanks, that seems to make it align better... I never noticed that in the API notes, so thanks for clarifying that! Have a good one, and thanks for the help -Dave On May 20, 12:46 pm, AdWords API Advisor wrote: > Hi Dave, > > The clicks numbers indicate that there are essentially no expected > c

Re: TrafficEstimatorService returning improper results

2010-05-20 Thread AdWords API Advisor
Hi Dave, The clicks numbers indicate that there are essentially no expected clicks per day on the keyword 'mars cruise' with the given maxCPC. The estimated CPC values are returned in micro units, which are 1 millionth of the fundamental currency, so the values are $0.63 - $0.94. Best, - Eric Kol

Re: TrafficEstimatorService returning improper results

2010-05-19 Thread dmcvitti
Hi Eric, thanks for taking a few minutes to review this I compared it to both the logged-in version and the public version of the traffic estimator, but what worried me more was the response of the data, since it looks to be out of range. CPC of $947392 Click per day 0.009727052 both of those se

Re: TrafficEstimatorService returning improper results

2010-05-19 Thread AdWords API Advisor
Hi, Which traffic estimator tool are you comparing it to? Please ensure that your targeting settings are the same across the tool and the API. Best, - Eric Koleda, AdWords API Team On May 18, 7:59 pm, dmcvitti wrote: > also, I should mention that I tried with both the PHP and Java > libraries

Re: TrafficEstimatorService returning improper results

2010-05-18 Thread dmcvitti
also, I should mention that I tried with both the PHP and Java libraries just to make sure i had inadvertently wrecked my code, and the basic example code for the library in both languages returned the same result as above thanks! :) On May 18, 3:23 pm, dmcvitti wrote: > Hi, > > I was working o

TrafficEstimatorService returning improper results

2010-05-18 Thread dmcvitti
Hi, I was working on some some tools to work with the TrafficEstimatorService, and got some very strange results I was working with the example code from the v13 examples page, a snippet is shown here: $namespace = 'https://adwords.google.com/api/adwords/v13'; $estimator_service = SoapClientF