Vishal - related questions: 

What API fields would we use to call zip code performance of advertising? I 
see how we can do this for our account manually, but can't see how we would 
access this via API. 

Below is the manual way we can create this report in excel. I hope there's 
a way to pull this via API. Thanks!
How to find this data in your own Google Adwords:

   1. 
   
   Ad group
   2. 
   
   Settings
   3. 
   
   Locations
   4. 
   
   Select country
   5. 
   
   Select region
   1. 
      
      Choose (postal code) from other location options
      6. Download


On Wednesday, February 15, 2017 at 1:49:56 PM UTC-8, Adam Haining wrote:
>
> 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
>     <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] <javascript:>> 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] 
>> <javascript:>
>> To unsubscribe from this group, send email to
>> [email protected] <javascript:>
>> 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] <javascript:>.
>> 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/9efd1313-5474-4f31-a59e-5f4f691e96f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • geo performance ... Jay Zou
    • Re: geo per... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
      • Re: geo... Adam Haining
        • Re:... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
          • ... Adam Haining
            • ... matt
              • ... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum

Reply via email to