kidok / protobuf

Automatically exported from code.google.com/p/protobuf
0 stars 0 forks source link

Retrieving Country,Zipcode,postalcode,State and DMA code from geo_criteria_id #622

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

We are trying to get Country,Zipcode,postalcode,State and DMA code from 
geo_criteria_id(which comes from BidRequest). As per the documentation, We can 
retrieve from canonical hierarchy but we were not able to get the Zipcode and 
DMA(metro code) code from that file and here is the link to download the file 
which we are using.

https://developers.google.com/adwords/api/docs/appendix/geotargeting

Thanks!!
Veera

Original issue reported on code.google.com by veer...@gmail.com on 26 Mar 2014 at 3:21

GoogleCodeExporter commented 9 years ago
Is this a protobuf issue?

Original comment by xiaof...@google.com on 26 Mar 2014 at 6:01

GoogleCodeExporter commented 9 years ago
Geographical Targeting file issue.

Original comment by veer...@gmail.com on 26 Mar 2014 at 6:04

GoogleCodeExporter commented 9 years ago
This is the protobuf issue tracker. You probably want to post AdWords API 
questions here: https://developers.google.com/adwords/api/community/

Original comment by xiaof...@google.com on 26 Mar 2014 at 6:23

GoogleCodeExporter commented 9 years ago
hi in pom.xml 
(http://code.google.com/p/protobuf/downloads/detail?name=protobuf-2.5.0.tar.bz2&
can=2&q=) should be 

        <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-antrun-plugin</artifactId>
          <version>1.7</version>
instead of
          <artifactId>maven-antrun-plugin</artifactId>

Original comment by alx.zyk...@gmail.com on 27 Mar 2014 at 8:49

GoogleCodeExporter commented 9 years ago
Hi alx.zykoff, can you create a separate issue for the pom.xml problem? Thanks.

Original comment by xiaof...@google.com on 27 Mar 2014 at 6:19

GoogleCodeExporter commented 9 years ago
Hi,

I did not understand pom.xml file. issue what i raised is when we get request, 
how can we get the country, city, state and region code by looking up with 
Geo_Criteria_ID.

Original comment by veer...@gmail.com on 27 Mar 2014 at 6:36