Got it, thanks. I never noticed the Postal Code target types, very helpful. I appreciate the quick response!
#end Best Regards, <http://www.disruptiveadvertising.com/?utm_source=email_sig&utm_medium=email&utm_campaign=adam&utm_content=logo> Adam Haining CTO P: (801) 473-9220 <8014739220> <https://twitter.com/disruptiveads> <https://www.facebook.com/disruptiveads> <https://www.linkedin.com/company/3324274> <http://www.disruptiveadvertising.com/blog/?utm_source=email_sig&utm_medium=email&utm_campaign=adam&utm_content=blog> On Wed, Feb 15, 2017 at 1:32 PM, 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum <[email protected]> wrote: > Hi Adam, > > There are various types of location targets available via AdWords API > including but not limited to Borough, Canton, City, Region, State, Postal > Code, Country etc. With AdWords API, for consistency purposes, you can > target any location using the same logic as long as you know the criteria > ID of that location. In short, criteria ID is a way to individually > identify various location types. > > MostSpecificCriteriaId > <https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report#mostspecificcriteriaid> > field in the Geo Performance Report would contain breakdown by the > location criteria ID (and not zipcode) of the place where the impression > occurred. Using LocationCriterionService > <https://developers.google.com/adwords/api/docs/reference/v201609/LocationCriterionService>, > you can fetch the same information about a location criterion ID as is > available in this table > <https://developers.google.com/adwords/api/docs/appendix/geotargeting>. > In other words, if the criteria ID of the most specific location points to > that of a zipcode, the *LocationName > <https://developers.google.com/adwords/api/docs/reference/v201609/LocationCriterionService.Location#locationname>* > field retrieved from the LocationCriterionService would contain that > information. This example > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201609/targeting/LookupLocation.java> > in > java explains how to go about retrieving details of a location. Same > example is available in other client libraries > <https://developers.google.com/adwords/api/docs/clientlibraries> as well. > > Hope this helps. Please revert in case you have other questions. > > Regards, > Vishal, 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 a topic in the > Google Groups "AdWords API Forum" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/adwords-api/igAdnBIeuoY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > Visit this group at https://groups.google.com/group/adwords-api. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/adwords-api/bd1b3a84-4912-4c25-b5d4-e730c732deae%40googlegroups.com > <https://groups.google.com/d/msgid/adwords-api/bd1b3a84-4912-4c25-b5d4-e730c732deae%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CAMKYROKPcEAndKsSqDKc%3DfkfRom786yWvvxOxXgh-aUYiSHwjg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
