keywordMatchType property

String? keywordMatchType
getter/setter pair

Keyword match type of Campaign.

Set to BROAD to set broad matching for all keywords in a campaign. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "BROAD" : Campaign level broad match.

Implementation

core.String? keywordMatchType;