Precaución: Estás viendo la documentación de la interfaz REST de la API. La mayoría de nuestras bibliotecas cliente oficiales usan gRPC. Consulta la
Introducción a REST para obtener más detalles.
KeywordInfo
Un criterio de palabras clave.
Campos |
matchType |
enum (KeywordMatchType )
El tipo de concordancia de la palabra clave.
|
text |
string
El texto de la palabra clave (como máximo, 80 caracteres y 10 palabras).
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-03-06 (UTC)
[null,null,["Última actualización: 2025-03-06 (UTC)"],[[["Keyword criterion is defined by its `matchType` and `text`."],["`matchType` specifies how the keyword is matched to search queries, selected from the `KeywordMatchType` enum."],["`text` is the keyword itself, limited to 80 characters and 10 words."],["The JSON representation of a keyword criterion includes these two fields enclosed in curly braces."]]],["The provided JSON represents a keyword criterion with two key fields: `matchType` and `text`. `matchType`, an enumerated value, defines how the keyword matches search queries. The `text` field, a string, holds the keyword itself, limited to a maximum of 80 characters and 10 words. This structure defines how a specific keyword is structured and matched.\n"]]