The TrafficEstimatorService get() method works fine if you use a country code for a Location criteria. However, if you use a metro code, the method returns an UNEXPECTED_INTERNAL_API_ERROR. *This is easy to reproduce by using the example included with the .NET API GetTrafficEstimates example.* Just change these lines... Location countryCriterion = new Location(); countryCriterion.id = 2840; // US ...to this... Location countryCriterion = new Location(); countryCriterion.id = 623; // Dallas/Ft. Worth ...and run it. You'll get the error. This appears to be an AdWords bug. Please advise as to when this might be corrected OR what I might be doing incorrectly OR if there is a workaround. I appreciate your immediate attention to this issue.
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
