Close httplib2 connections.
suggest(body=None, x__xgafv=None)
Returns KeywordThemeConstant suggestions by keyword themes. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
close()
Close httplib2 connections.
suggest(body=None, x__xgafv=None)
Returns KeywordThemeConstant suggestions by keyword themes. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
Args:
body: object, The request body.
The object takes the form of:
{ # Request message for KeywordThemeConstantService.SuggestKeywordThemeConstants.
"countryCode": "A String", # 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.
"languageCode": "A String", # The two letter language code for get corresponding keyword theme for refining the scope of the query, default to 'en' if not set.
"queryText": "A String", # The query text of a keyword theme that will be used to map to similar keyword themes. For example, "plumber" or "roofer".
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for KeywordThemeConstantService.SuggestKeywordThemeConstants.
"keywordThemeConstants": [ # Smart Campaign keyword theme suggestions.
{ # A Smart Campaign keyword theme constant.
"countryCode": "A String", # Output only. The ISO-3166 Alpha-2 country code of the constant, eg. "US". To display and query matching purpose, the keyword theme needs to be localized.
"displayName": "A String", # Output only. The display name of the keyword theme or sub keyword theme.
"languageCode": "A String", # Output only. The ISO-639-1 language code with 2 letters of the constant, eg. "en". To display and query matching purpose, the keyword theme needs to be localized.
"resourceName": "A String", # Output only. The resource name of the keyword theme constant. Keyword theme constant resource names have the form: `keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}`
},
],
}