LocationExtensionTargetingCriterionField
Possible values for Location Extension Targeting criterion fields.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ADDRESS_LINE_1
|
Data Type: STRING. Line 1 of the business address. |
ADDRESS_LINE_2
|
Data Type: STRING. Line 2 of the business address. |
CITY
|
Data Type: STRING. City of the business address. |
PROVINCE
|
Data Type: STRING. Province of the business address. |
POSTAL_CODE
|
Data Type: STRING. Postal code of the business address. |
COUNTRY_CODE
|
Data Type: STRING. Country code of the business address. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Location Extension Targeting criterion fields can be specified using enums such as `ADDRESS_LINE_1`, `ADDRESS_LINE_2`, `CITY`, `PROVINCE`, `POSTAL_CODE`, and `COUNTRY_CODE`."],["Each enum corresponds to a specific part of a business address, allowing for targeted location-based advertising."],["The data type for all address fields is STRING, ensuring flexibility in inputting address information."],["While `UNSPECIFIED` and `UNKNOWN` enums exist, they are primarily for system use and not intended for direct specification."]]],[]]