Method: customers.suggestKeywordThemes

建議可刊登廣告的關鍵字主題。

HTTP 要求

POST https://googleads.googleapis.com/v14/customers/{customerId}:suggestKeywordThemes

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
customerId

string

必要欄位。客戶的 ID。

要求主體

要求主體的資料會採用以下結構:

JSON 表示法
{
  "suggestionInfo": {
    object (SmartCampaignSuggestionInfo)
  }
}
欄位
suggestionInfo

object (SmartCampaignSuggestionInfo)

必要欄位。用來取得關鍵字主題建議的資訊。必填欄位:

  • suggestionInfo.final_url
  • suggestionInfo.language_code
  • suggestionInfo.geo_target

建議欄位:

  • suggestionInfo.business_setting

回應主體

SmartCampaignSuggestService.SuggestKeywordThemes 的回應訊息。

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "keywordThemes": [
    {
      object (KeywordTheme)
    }
  ]
}
欄位
keywordThemes[]

object (KeywordTheme)

智慧廣告活動關鍵字主題建議。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/adwords

詳情請參閱 OAuth 2.0 總覽

KeywordTheme

智慧廣告活動關鍵字主題建議。

JSON 表示法
{

  // Union field keyword_theme can be only one of the following:
  "keywordThemeConstant": {
    object (KeywordThemeConstant)
  },
  "freeFormKeywordTheme": string
  // End of list of possible types for union field keyword_theme.
}
欄位
聯集欄位 keyword_theme。關鍵字主題。keyword_theme 只能是下列其中一項:
keywordThemeConstant

object (KeywordThemeConstant)

智慧廣告活動關鍵字主題常數。

freeFormKeywordTheme

string

任意形式的文字關鍵字主題。