Внимание! Вы просматриваете документацию по интерфейсу REST API. Большинство наших официальных клиентских библиотек используют gRPC. Подробнее см. в разделе
Введение в REST .
KeywordInfo
Критерий ключевого слова.
Поля |
---|
matchType | enum ( KeywordMatchType ) Тип соответствия ключевого слова. |
text | string Текст ключевого слова (максимум 80 символов и 10 слов). |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-03-07 UTC.
[null,null,["Последнее обновление: 2025-03-07 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"]]