geolocationgeocodingip-geolocation

Convert Zip code to Google Metro Code?


I know that Google publishes its "metro areas" for adwords. Is there a converter from ZIP code to metro area code available? The metro list I'm referring to is at: http://code.google.com/apis/adwords/docs/developer/adwords_api_us_metros.html


Solution

  • Google's metro names appear to be restricted to USPS post office names, so you can do the conversion with 2 tables:

    Find the ZIP in the city-state file, fetch the corresponding post office name, find the post office name in the normalized metro list, fetch the corresponding metro code.