KeywordThemeConstant

A Smart Campaign keyword theme constant.

JSON representation
{
  "resourceName": string,
  "countryCode": string,
  "languageCode": string,
  "displayName": string
}
Fields
resourceName

string

Output only. The resource name of the keyword theme constant. Keyword theme constant resource names have the form:

keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}

countryCode

string

Output only. The ISO-3166 Alpha-2 country code of the constant, eg. "US". To display and query matching purpose, the keyword theme needs to be localized.

languageCode

string

Output only. The ISO-639-1 language code with 2 letters of the constant, eg. "en". To display and query matching purpose, the keyword theme needs to be localized.

displayName

string

Output only. The display name of the keyword theme or sub keyword theme.