रुकना
कभी-कभी BidRequest
या BidResponse
में मौजूद फ़ील्ड काम नहीं करते.
रोके गए फ़ील्ड आखिरकार खत्म हो जाते हैं, जिसका मतलब है कि उन्हें फ़ील्ड से हटा दिया जाएगा
प्रोटोकॉल का इस्तेमाल किया जा सकता है और अब काम नहीं करेगा.
सूचना की अवधि, बंद किए जाने और सेवा बंद होने के बीच का समय है.
सूचना की अवधि के दौरान, सभी डिपेंडेंसी हटाने के लिए अपना कोड अपडेट करें
का इस्तेमाल करें.
अब काम नहीं करने वाले फ़ील्ड में एक [deprecated = true]
विकल्प होता है. इसके अलावा, ये विकल्प भी दिए जाते हैं
विवरण की पहली पंक्ति में स्टेटमेंट का इस्तेमाल करें:
Deprecated. This will be removed in {MONTH} {YEAR}
आपको DEPRECATED_
प्रीफ़िक्स के साथ, अब काम नहीं करने वाले फ़ील्ड के नाम भी दिख सकते हैं,
जो अब काम नहीं करने वाले फ़ील्ड को मार्क करने का लेगसी तरीका है.
बंद होने और सूरज ढलने का एलान रिलीज़ में किया जाता है
नोट और
ब्लॉग.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया."],[[["Fields in BidRequest and BidResponse can be deprecated and eventually removed (sunsetted)."],["You'll be notified before a field is removed, giving you time to update your code."],["Deprecated fields are marked with `[deprecated = true]` or a `DEPRECATED_` prefix in their description."],["Refer to release notes and the Ads Developer Blog for deprecation and sunset announcements."]]],["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"]]