Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ValueRuleGeoLocationCondition
Condition on Geo dimension.
Fields |
excluded_geo_target_constants[]
|
string
Geo locations that advertisers want to exclude.
|
excluded_geo_match_type
|
ValueRuleGeoLocationMatchType
Excluded Geo location match type.
|
geo_target_constants[]
|
string
Geo locations that advertisers want to include.
|
geo_match_type
|
ValueRuleGeoLocationMatchType
Included Geo location match type.
|
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 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Value Rule Condition on Geo dimension allows advertisers to include or exclude specific geographical locations in their campaigns."],["Advertisers can specify the locations they want to include or exclude using `geo_target_constants` and `excluded_geo_target_constants` fields respectively."],["Both included and excluded Geo locations support different match types which are defined using `geo_match_type` and `excluded_geo_match_type` fields."]]],["Advertisers can define geographic targeting by including or excluding specific geo locations. `geo_target_constants[]` contains included locations, while `excluded_geo_target_constants[]` lists excluded ones. `geo_match_type` and `excluded_geo_match_type` specify the matching criteria for included and excluded locations respectively. Both `geo_match_type` use `ValueRuleGeoLocationMatchType` to define the rules. The geo targeting feature can manage both inclusion and exclusion based on a match type.\n"]]