Hi AdWords Support Team,

I followed the Targeting guide for Java using the exact sample code. I made 
a call for the query "hong". One of the returned location is a Postal Code 
object as follow:

              <rval>
                <location>
                    <id>9062009</id>
                    <Criterion.Type>Location</Criterion.Type>
                    <locationName>560068</locationName>
                    <displayType>Postal Code</displayType>
                    <targetingStatus>ACTIVE</targetingStatus>
                    <parentLocations>
                        <id>20460</id>
                        <Criterion.Type>Location</Criterion.Type>
                        <locationName>Karnataka</locationName>
                        <displayType>State</displayType>
                        <targetingStatus>ACTIVE</targetingStatus>
                    </parentLocations>
                    <parentLocations>
                        <id>2356</id>
                        <Criterion.Type>Location</Criterion.Type>
                        <locationName>India</locationName>
                        <displayType>Country</displayType>
                        <targetingStatus>ACTIVE</targetingStatus>
                    </parentLocations>
                </location>
                <canonicalName>560068,Karnataka,India</canonicalName>
                <reach>1800000</reach>
                <searchTerm>hong</searchTerm>
            </rval>

The following is my get selector query:
     <get xmlns="https://adwords.google.com/api/adwords/cm/v201802";>
            <selector>
                <fields>Id</fields>
                <fields>LocationName</fields>
                <fields>CanonicalName</fields>
                <fields>DisplayType</fields>
                <fields>ParentLocations</fields>
                <fields>Reach</fields>
                <predicates>
                    <field>LocationName</field>
                    <operator>IN</operator>
                    <values>hong</values>
                </predicates>
                <predicates>
                    <field>Locale</field>
                    <operator>EQUALS</operator>
                    <values>en</values>
                </predicates>
            </selector>
        </get>

I would like to know why when I search for LocationName for operator IN 
with value hong the postal code with LocationName 560068 returned?

Thanks for any help.

-- 
__Please consider the environment before printing this email or attachment_

_
_
_
This email and any attachments are confidential and may also be 
privileged. If you are not the addressee, do not disclose, copy, circulate 
or in any other way use or rely on the information contained in this email 
or any attachments. If received in error, notify the sender immediately and 
delete this email and any attachments from your system. Emails cannot be 
guaranteed to be secure or error free as the message and any attachments 
could be intercepted, corrupted, lost, delayed, incomplete or amended. 
Master Concept Group and its subsidiaries do not accept liability for 
damage caused by this email or any attachments and may monitor email 
traffic.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/c512df5b-e6b7-465b-b761-3f9fae1f1af4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... rob
    • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... rob
        • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to