Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
KeywordInfo
Kryterium słowa kluczowego.
Pola |
matchType |
enum (KeywordMatchType )
Typ dopasowania słowa kluczowego.
|
text |
string
Tekst słowa kluczowego (maksymalnie 80 znaków i 10 słów).
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]