KeywordMatchType

  • Keyword match types can be unspecified, unknown, exact, phrase, or broad.

  • EXACT, PHRASE, and BROAD are specific types of keyword matches.

  • UNSPECIFIED and UNKNOWN are used for return value only and not specified, respectively.

Possible Keyword match types.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

EXACT

Exact match.

PHRASE

Phrase match.

BROAD

Broad match.