Suggests keyword themes to advertise on.
HTTP request
POST https://googleads.googleapis.com/v9/customers/{customerId}:suggestKeywordThemes
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customerId |
Required. The ID of the customer. |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"suggestionInfo": {
object ( |
Fields | |
---|---|
suggestionInfo |
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
If successful, the response body contains data with the following structure:
Response message for SmartCampaignSuggestService.SuggestKeywordThemes
.
JSON representation | |
---|---|
{
"keywordThemes": [
{
object ( |
Fields | |
---|---|
keywordThemes[] |
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.