Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Język zapytań Merchant Center umożliwia filtrowanie zwróconego zbioru danych
z różnymi operatorami. Przy filtrowaniu wartości ciągu znaków para klucz-wartość
domyślna rozróżnianie wielkości liter w poszczególnych operatorach odgrywa ważną rolę
filtrowanie wyników.
Operatory
Czułość wielkości liter
= lub !=
Z uwzględnieniem wielkości liter
(NIE) IN
Z uwzględnieniem wielkości liter
(NIE) Podoba mi się
Z uwzględnieniem wielkości liter
ZAWIERA (...)
Z uwzględnieniem wielkości liter
REGEXP_MATCH
Opcjonalnie: oba
Przykład
SELECT
segments.offer_id,
metrics.clicks
FROM MerchantPerformanceView
WHERE segments.offer_id REGEXP_MATCH "(?i)AmazingOffer\d+"
AND segments.date BETWEEN '2021-01-01' AND '2021-01-31'
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-09-20 UTC."],[[["The Merchant API is the new version of the Content API for Shopping and represents the future of the platform."],["Developers can learn more about the Merchant API and its benefits in the official announcement blog post."],["Merchant Center Query Language allows for data filtering with various operators, with differing case sensitivities for string values."],["The `REGEXP_MATCH` operator is case-sensitive by default, but offers case-insensitivity through the `(?i)` flag."]]],[]]