संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
कभी-कभी BidRequest या BidResponse में मौजूद फ़ील्ड काम नहीं करते.
रोके गए फ़ील्ड आखिरकार खत्म हो जाते हैं, जिसका मतलब है कि उन्हें फ़ील्ड से हटा दिया जाएगा
प्रोटोकॉल का इस्तेमाल किया जा सकता है और अब काम नहीं करेगा.
सूचना की अवधि, बंद किए जाने और सेवा बंद होने के बीच का समय है.
सूचना की अवधि के दौरान, सभी डिपेंडेंसी हटाने के लिए अपना कोड अपडेट करें
का इस्तेमाल करें.
अब काम नहीं करने वाले फ़ील्ड में एक [deprecated = true] विकल्प होता है. इसके अलावा, ये विकल्प भी दिए जाते हैं
विवरण की पहली पंक्ति में स्टेटमेंट का इस्तेमाल करें:
Deprecated. This will be removed in {MONTH} {YEAR}
आपको DEPRECATED_ प्रीफ़िक्स के साथ, अब काम नहीं करने वाले फ़ील्ड के नाम भी दिख सकते हैं,
जो अब काम नहीं करने वाले फ़ील्ड को मार्क करने का लेगसी तरीका है.
[[["समझने में आसान है","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-10-02 (UTC) को अपडेट किया गया."],[],["Deprecated fields in `BidRequest` or `BidResponse` will eventually be removed. During the notification period before removal, update code to remove dependencies on these fields. Deprecated fields are marked with `[deprecated = true]` and a removal date in their description, or a `DEPRECATED_` prefix. Deprecations and sunsets are announced in release notes and the blog. Ensure continuous service by updating your code.\n"]]