Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Merchant Center Sorgu Dili, döndürülen veri kümesini filtrelemenize olanak tanır.
kullanabilirsiniz. Dize değerlerine göre filtre uygularken,
her operatörün varsayılan büyük/küçük harfe duyarlılığı, doğru
filtre uygulayabilirsiniz.
Operatörler
Büyük/Küçük Harf Duyarlılığı
= veya !=
Büyük/küçük harfe duyarlı
İÇİNDE (DEĞİL)
Büyük/küçük harfe duyarlı
(DEĞİL) BEĞENİ
Büyük/küçük harfe duyarlı
İÇERİR (...)
Büyük/küçük harfe duyarlı
REGEXP_MATCH
Her İkisi de İsteğe Bağlı
Örnek
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'
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]