Hi Paul, When AdGroupEstimateRequest is created then you must <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service#getting_traffic_estimates> also specify a KeywordEstimateRequest <https://developers.google.com/adwords/api/docs/reference/v201509/TrafficEstimatorService.KeywordEstimateRequest> for the keywords you want traffic estimates of. If you don't provide the keyword id then keyword text is needed(keyword id is optional). When you provide the campaign and ad group for an existing keyword <https://developers.google.com/adwords/api/docs/reference/v201509/TrafficEstimatorService.KeywordEstimateRequest#keyword>, this can improve the estimates since historical performance is known and when don't provide these (campaign, adgroup and keyword) the estimates may vary. Please check out estimating traffic guide <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service> and estimate_keyword_traffic <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201509/optimization/estimate_keyword_traffic.py> python example code from client library.
Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/17cb5c0a-a32b-47cf-a8d2-1baccd74084c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
