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

自由格式文字的关键字主题。