This turns out to be my error: I was confusing the Metro identifier with the specific criterion ID. This is resolved, thank you.
On Thursday, April 5, 2012 10:25:48 AM UTC-5, Dan Madoni wrote: > 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en