SearchTermMatchType
Possible match types for a keyword triggering an ad, including variants.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
BROAD
|
Broad match. |
EXACT
|
Exact match. |
PHRASE
|
Phrase match. |
NEAR_EXACT
|
Exact match (close variant). |
NEAR_PHRASE
|
Phrase match (close variant). |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["The primary match types for a keyword triggering an ad are `BROAD`, `EXACT`, and `PHRASE`, dictating how closely the search term needs to align with the keyword."],["Google Ads utilizes two additional match types, `NEAR_EXACT` and `NEAR_PHRASE`, as close variants of the exact and phrase match types, respectively, allowing for slight variations in search terms while maintaining a high degree of relevance."],["While `UNSPECIFIED` and `UNKNOWN` are listed enums, they serve internal system purposes and are not selectable options for ad targeting."]]],[]]