Search Ads 360 Reporting API का नया वर्शन अब उपलब्ध है. आने वाले समय में किए जाने वाले बदलावों और रिलीज़ के बारे में अप-टू-डेट रहने के लिए, searchads-api-announcements Google ग्रुप में शामिल हों.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Search Ads 360 क्वेरी लैंग्वेज की मदद से, तारीख की सीमा दो तरीकों से तय की जा सकती है:
तारीख की कस्टम सीमा
तारीख की पहले से तय की गई सीमा
कस्टम तारीख सीमा
तारीखों को ISO 8601(YYYY-MM-DD) फ़ॉर्मैट में डाला जा सकता है:
segments.date BETWEEN '2019-01-01' AND '2019-01-31'
segments.date >= '2019-01-01' AND segments.date <= '2019-01-31'
समयावधि
कुछ तारीख फ़ील्ड, पहले से तय की गई समयावधि के बारे में बताते हैं. जैसे:
segments.week
segments.month
segments.quarter
इन सेगमेंट को फ़िल्टर करते समय, = ऑपरेटर का इस्तेमाल उस तारीख के साथ किया जा सकता है जो समयावधि का पहला दिन है. v9 से, अगर आपने कोई ऐसी तारीख दी है जो किसी अवधि का पहला दिन नहीं है, तो MISALIGNED_DATE_FOR_FILTER गड़बड़ी का मैसेज दिखेगा.
उदाहरण के लिए, साल 2021 में मई का महीना तय करने के लिए, आपको उस महीने के पहले दिन की जानकारी देते हुए, इस शर्त का इस्तेमाल करना होगा:
segments.month = '2021-05-01'
तारीख की पहले से तय सीमा
पहले से तय की गई तारीख की मान्य सीमाओं की सूची यहां दी गई है:
तारीख की सीमा
रिपोर्ट इनके लिए जनरेट की जाती हैं...
TODAY
सिर्फ़ आज के लिए.
YESTERDAY
सिर्फ़ कल के लिए.
LAST_7_DAYS
आज को छोड़कर, पिछले सात दिन.
LAST_BUSINESS_WEEK
पिछले कारोबारी हफ़्ते के सोमवार से शुक्रवार तक के पांच कामकाजी दिन.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-03-03 (UTC) को अपडेट किया गया."],[[["The Search Ads 360 Query Language allows specifying date ranges using either custom dates or predefined date ranges."],["Custom date ranges can be defined using ISO 8601 format and operators like `BETWEEN`, `\u003e=`, and `\u003c=`."],["Time period segments such as week, month, and quarter require filtering with the first day of the period using the `=` operator."],["Predefined date ranges offer shortcuts for common periods like `TODAY`, `LAST_7_DAYS`, `LAST_MONTH`, and others, simplifying query construction."],["Specifying a date that is not the first day of a period for segments like `segments.month` will result in a `MISALIGNED_DATE_FOR_FILTER` error."]]],["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"]]