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.
{// Union field keyword_theme can be only one of the following:"keywordThemeConstant": string,"freeFormKeywordTheme": string// End of list of possible types for union field keyword_theme.}
Fields
Union field keyword_theme. Either a predefined keyword theme constant or free-form text may be specified. keyword_theme can be only one of the following:
keywordThemeConstant
string
The resource name of a Smart Campaign keyword theme constant. keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}
freeFormKeywordTheme
string
Free-form text to be matched to a Smart Campaign keyword theme constant on a best-effort basis.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["Defines the JSON representation of a Smart Campaign keyword theme, allowing for either a predefined constant or free-form text."],["Offers two ways to specify the keyword theme: using a resource name of a predefined constant (`keywordThemeConstant`) or providing free-form text (`freeFormKeywordTheme`) for best-effort matching."],["`keywordThemeConstant` uses a specific resource name format referencing the main and sub keyword theme IDs."],["`freeFormKeywordTheme` accepts any text, which the system attempts to align with an existing keyword theme constant."]]],[]]