फ़िलहाल, हम रिपोर्ट टाइप के सबसेट को ऑफ़लाइन से झटपट रिपोर्टिंग में माइग्रेट कर रहे हैं. उपयोगकर्ता के माइग्रेट हो जाने के बाद, queries.list जवाबों में मौजूदा इंस्टैंट रिपोर्ट शामिल होंगी. ज़्यादा जानकारी के लिए, हमारी ब्लॉग पोस्ट देखें.
फ़ेच किए जाने वाले लाइन आइटम को फ़िल्टर करने के लिए इस्तेमाल किया जाने वाला फ़िल्टर टाइप.
ये वैल्यू स्वीकार की जाती हैं:
"ADVERTISER_ID"
"INSERTION_ORDER_ID"
"LINE_ITEM_ID"
filterIds[]
list
चुनिंदा फ़िल्टर टाइप के आईडी का इस्तेमाल, फ़ेच किए जाने वाले लाइन आइटम को फ़िल्टर करने के लिए किया जाता है. अगर इसे छोड़ दिया जाता है, तो सभी लाइन आइटम दिखाए जाएंगे.
format
string
वह फ़ॉर्मैट जिसमें लाइन आइटम दिखाए जाएंगे. डिफ़ॉल्ट रूप से CSV.
ये वैल्यू स्वीकार की जाती हैं:
"CSV"
fileSpec
string
फ़ाइल की वह खास जानकारी (कॉलम के नाम, टाइप, क्रम) जिसमें लाइन आइटम दिखाए जाएंगे. डिफ़ॉल्ट रूप से EWF.
ये वैल्यू स्वीकार की जाती हैं:
"EWF"
जवाब
सही तरीके से काम करने पर, यह तरीका इस स्ट्रक्चर के साथ रिस्पॉन्स का मुख्य हिस्सा दिखाता है:
{
"lineItems": string
}
प्रॉपर्टी का नाम
मान
ब्यौरा
नोट
lineItems
string
CSV फ़ॉर्मैट में लाइन आइटम वापस लाए गए. फ़ाइल फ़ॉर्मैट के बारे में ज़्यादा जानकारी के लिए, इकाई राइट फ़ाइल फ़ॉर्मैट देखें.
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और जवाब देखने के लिए, नीचे दिए गए एपीआई एक्सप्लोरर का इस्तेमाल करें.
वैकल्पिक रूप से, यह आज़माएं
स्टैंडअलोन
एक्सप्लोरर.
[[["समझने में आसान है","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-22 (UTC) को अपडेट किया गया."],[[["The Line Items Settings service within the Bid Manager API is discontinued and users should transition to the DV360 API."],["This documentation details the process for retrieving line items in CSV format using the `downloadlineitems` method, excluding YouTube & partners line items."],["The request requires authorization with the `https://www.googleapis.com/auth/doubleclickbidmanager` scope."],["Users can specify filters based on advertiser ID, insertion order ID, or line item ID to refine the data retrieved."]]],["The Bid Manager API's Line Items Settings service is discontinued; users must switch to the DV360 API. To retrieve line items, send a POST request with authorization to the specified endpoint. The request body should include filter type, filter IDs, format (default CSV), and file specification (default EWF). The response will contain line items in CSV format as a string. YouTube line items are not included.\n"]]