Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

KeywordInfo

A keyword criterion.

JSON representation
{
  "matchType": enum (KeywordMatchType),
  "text": string
}
Fields
matchType

enum (KeywordMatchType)

The match type of the keyword.

text

string

The text of the keyword (at most 80 characters and 10 words).