Hi, The TrafficEstimatorService should return values in the account's currency. I'd recommend reading through our Estimating Traffic Guide <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service> -- as noted there, one key thing people often forget is to set *all* of the booleans on CampaignEstimateRequest.networkSetting <https://developers.google.com/adwords/api/docs/reference/v201406/TrafficEstimatorService.CampaignEstimateRequest#networkSetting> so that they match what's set in the Keyword Planner. Also, a few things to keep in mind if you're looking to match the UI and the API are:
1. Make sure you are using the same account and credentials in both the UI and the API. 2. Issue the UI and API requests at more or less the same time. The estimates are based on your account's stats, so if you issue the requests at different times then the estimates may change. 3. As mentioned in the TrafficEstimatorService <https://developers.google.com/adwords/api/docs/reference/v201406/TrafficEstimatorService> docs: *Note that the API returns intervals whereas the Traffic Estimator UI displays averages* Also, the screenshot you sent over looks more like the *Search for new keyword and ad group ideas* option in the *Keyword Planner*. If that's what you're trying to match to, you'll want to use the *TargetingIdeaService* as described in our Targeting Ideas Guide <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service> . Cheers, Josh, AdWords API Team On Monday, August 25, 2014 2:26:06 AM UTC-4, Damian Stępień wrote: > > Hi, > > I have some problems with getting Adwords API to work correctly. > > I use the following code: http://pastebin.com/bbcFJefx - It's a copy from > API Examples, I just changed location, language and keywords so it should > be fine. > > However, the results from that code are: http://i.imgur.com/Ymxf2wD.png > > While Keyword Planner Tool returns the following values: > http://i.imgur.com/VTeogi4.png > > There's a big difference. Even if TrafficEstimatorService returns USD > values, converting it to PLN (zł) is still not enough. > > Can you help me? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0d2d56b6-8405-4340-afc0-c1f3a313849c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
