Method: customers.suggestKeywordThemes

Suggests keyword themes to advertise on.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

Required. The ID of the customer.

Request body

The request body contains data with the following structure:

JSON representation
{
  "suggestionInfo": {
    object (SmartCampaignSuggestionInfo)
  }
}
Fields
suggestionInfo

object (SmartCampaignSuggestionInfo)

Required. Information to get keyword theme suggestions. Required fields:

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

Recommended fields:

  • suggestionInfo.business_setting

Response body

Response message for SmartCampaignSuggestService.SuggestKeywordThemes.

If successful, the response body contains data with the following structure:

JSON representation
{
  "keywordThemes": [
    {
      object (KeywordTheme)
    }
  ]
}
Fields
keywordThemes[]

object (KeywordTheme)

Smart campaign keyword theme suggestions.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.

KeywordTheme

A Smart campaign keyword theme suggestion.

JSON representation
{

  // 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.
}
Fields
Union field keyword_theme. A keyword theme. keyword_theme can be only one of the following:
keywordThemeConstant

object (KeywordThemeConstant)

A Smart campaign keyword theme constant.

freeFormKeywordTheme

string

A free-form text keyword theme.