Hi, It sounds like you are setting the bid amount correctly, although you may want to check out the EstimateKeywordTraffic<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/optimization/EstimateKeywordTraffic.java>example in your client library's "optimization" folder. As noted in the TrafficEstimatorService documentation<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService> :
Note that the API returns intervals whereas the Traffic Estimator UI > displays averages. Estimates are account specific since they are based on > creatives already in the account. When comparing numbers, use the same > account for the API and UI. Another possible cause of differences is if you are using a test account, in which case the TrafficEstimatorService will return dummy data<https://developers.google.com/adwords/api/docs/test-accounts#differences_between_test_accounts_and_production_accounts> . Finally, I'd recommend checking that your CampaignEstimateRequest.networkSetting<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService.CampaignEstimateRequest#networkSetting> matches what you have selected in the UI, as that's a common cause of differences. Cheers, Josh, AdWords API Team On Thursday, April 17, 2014 9:40:05 AM UTC-4, chriss Moyle wrote: > > Hi, > > I am working on getting information of Traffic Estimator service. as > showing on below url. > > > https://developers.google.com/adwords/api/docs/reference/v201309/TrafficEstimatorService.TrafficEstimatorSelector?hl=fr > > For this, i am passing "Enter a bid" amount value on > "KeywordEstimateRequest" > > https://developers.google.com/adwords/api/docs/reference/v201309/TrafficEstimatorService.CampaignEstimateRequest?hl=fr > > But when i match both UI and API result then both are mismatch little. > > Please advice on this. > > Is i am passing correct "Enter a bid" value on "KeywordEstimateRequest" > section of should i have to pass the bid value on other method. > > Please help. > > Thanks, > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
