अगर रिपोर्ट डाउनलोड के लिए तैयार है, तो इसका मतलब है कि जवाब में isReportReady: true शामिल है. इस जवाब में, रिपोर्ट में मौजूद फ़ाइलों की संख्या जैसी जानकारी भी शामिल होती है.
अगर रिपोर्ट पर अब भी काम चल रहा है, तो जवाब में isReportReady: false शामिल होगा.
अगर DoubleClick Search रिपोर्ट पूरी नहीं कर पाता है, तो जवाब में गड़बड़ी कोड 410 Gone शामिल होता है और इनमें से एक वजह
रिस्पॉन्स कोड.
अनुरोध
एचटीटीपी अनुरोध
GET https://www.googleapis.com/doubleclicksearch/v2/reports/reportId
पैरामीटर
पैरामीटर का नाम
मान
ब्यौरा
पाथ पैरामीटर
reportId
string
पोल किए जा रहे रिपोर्ट अनुरोध का आईडी.
अनुमति देना
इस अनुरोध के लिए, नीचे दिए गए स्कोप वाले अनुमति की ज़रूरत है:
अगर यह तरीका काम करता है, तो जवाब के मुख्य हिस्से में यह रिपोर्ट संसाधन दिखाता है.
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और जवाब देखने के लिए, नीचे दिए गए एपीआई एक्सप्लोरर का इस्तेमाल करें.
वैकल्पिक रूप से, यह आज़माएं
स्टैंडअलोन
एक्सप्लोरर.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया."],[[["Polls for the status of a report request to determine if it's ready for download, still processing, or if an error occurred."],["The response includes an `isReportReady` flag indicating the report status and, if ready, provides details like the number of report files."],["Uses a GET request to the specified endpoint, including the report ID as a path parameter, to retrieve the report status."],["Requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope for access."],["A successful response returns a Reports resource containing information about the requested report."]]],[]]