Yeni Search Ads 360 Reporting API kullanıma sunuldu. Yaklaşan geliştirmeler ve sürümlerden haberdar olmak için searchads-api-announcements Google grubuna katılın.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Search Ads 360 sorgu dili, tarih aralığını iki şekilde belirtmenize olanak tanır:
özel tarih aralığı
önceden tanımlanmış tarih aralığı
Özel tarih aralığı
Tarihleri ISO 8601(YYYY-MM-DD) biçiminde belirtebilirsiniz:
segments.date BETWEEN '2019-01-01' AND '2019-01-31'
segments.date >= '2019-01-01' AND segments.date <= '2019-01-31'
Dönemler
Bazı tarih alanları, önceden tanımlanmış bir zaman aralığını ifade eder. Bunlar şunlardır:
segments.week
segments.month
segments.quarter
Bu segmentlere göre filtreleme yaparken = operatörünü, dönemin ilk günü olan tarihle birlikte kullanabilirsiniz. v9'dan itibaren, bir dönemin ilk günü olmayan bir tarih belirtirseniz MISALIGNED_DATE_FOR_FILTER hatası döndürülür.
Örneğin, 2021 yılının Mayıs ayını belirtmek için aşağıdaki koşulu kullanıp söz konusu ayın ilk gününü belirtebilirsiniz:
segments.month = '2021-05-01'
Önceden tanımlanmış tarih aralığı
Geçerli önceden tanımlanmış tarih aralıklarının listesi aşağıda verilmiştir:
Tarih aralığı
Raporlar şu öğeler için oluşturulur:
TODAY
Yalnızca bugün geçerlidir.
YESTERDAY
Yalnızca dün.
LAST_7_DAYS
Bugün hariç son 7 gün.
LAST_BUSINESS_WEEK
Önceki iş haftasının 5 iş günü (Pazartesi-Cuma).
THIS_MONTH
Geçerli aydaki tüm günler.
LAST_MONTH
Önceki ayın tüm günleri.
LAST_14_DAYS
Bugün hariç son 14 gün.
LAST_30_DAYS
Bugün hariç son 30 gün.
THIS_WEEK_SUN_TODAY
Önceki pazar ile geçerli gün arasındaki dönem.
THIS_WEEK_MON_TODAY
Önceki pazartesi ile içinde bulunulan gün arasındaki dönem.
[[["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: 2025-09-03 UTC."],[[["\u003cp\u003eThe Search Ads 360 Query Language allows specifying date ranges using either custom dates or predefined date ranges.\u003c/p\u003e\n"],["\u003cp\u003eCustom date ranges can be defined using ISO 8601 format and operators like \u003ccode\u003eBETWEEN\u003c/code\u003e, \u003ccode\u003e>=\u003c/code\u003e, and \u003ccode\u003e<=\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTime period segments such as week, month, and quarter require filtering with the first day of the period using the \u003ccode\u003e=\u003c/code\u003e operator.\u003c/p\u003e\n"],["\u003cp\u003ePredefined date ranges offer shortcuts for common periods like \u003ccode\u003eTODAY\u003c/code\u003e, \u003ccode\u003eLAST_7_DAYS\u003c/code\u003e, \u003ccode\u003eLAST_MONTH\u003c/code\u003e, and others, simplifying query construction.\u003c/p\u003e\n"],["\u003cp\u003eSpecifying a date that is not the first day of a period for segments like \u003ccode\u003esegments.month\u003c/code\u003e will result in a \u003ccode\u003eMISALIGNED_DATE_FOR_FILTER\u003c/code\u003e error.\u003c/p\u003e\n"]]],["The Search Ads 360 Query Language uses custom or predefined date ranges. Custom ranges utilize ISO 8601 format (YYYY-MM-DD) for specific dates (e.g., `segments.date BETWEEN '2019-01-01' AND '2019-01-31'`). For segments like `week`, `month`, or `quarter`, filters must use the first day of the period. Predefined ranges, such as `TODAY`, `LAST_7_DAYS`, or `LAST_MONTH`, offer shortcuts (e.g., `segments.date DURING LAST_30_DAYS`).\n"],null,[]]