Returns KeywordThemeConstant suggestions by keyword themes.
List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
HTTP request
POST https://googleads.googleapis.com/v16/keywordThemeConstants:suggest
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "queryText": string, "countryCode": string, "languageCode": string } |
Fields | |
---|---|
query |
The query text of a keyword theme that will be used to map to similar keyword themes. For example, "plumber" or "roofer". |
country |
Upper-case, two-letter country code as defined by ISO-3166. This for refining the scope of the query, default to 'US' if not set. |
language |
The two letter language code for get corresponding keyword theme for refining the scope of the query, default to 'en' if not set. |
Response body
Response message for KeywordThemeConstantService.SuggestKeywordThemeConstants
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"keywordThemeConstants": [
{
object ( |
Fields | |
---|---|
keyword |
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.