הוצאה משימוש
מדי פעם אנחנו עשויים להוציא משימוש את השדות ב-BidRequest
או ב-BidResponse
.
בסופו של דבר ייסגרו שדות שהוצאו משימוש, כלומר הם יוסרו
ולא יפעלו יותר.
תקופת ההתראות היא משך הזמן שעובר מהוצאה משימוש ועד לסגירה.
במהלך תקופת ההתראה, עדכן את הקוד כדי להסיר יחסי תלות
בשדות שהוצאו משימוש כדי להבטיח שירות ללא הפרעות.
בשדות שהוצאו משימוש יש אפשרות [deprecated = true]
, וגם האפשרויות הבאות
בשורה הראשונה של התיאורים שלהם:
Deprecated. This will be removed in {MONTH} {YEAR}
יכול להיות שיופיעו גם שמות של שדות שהוצאו משימוש עם קידומת DEPRECATED_
,
זו הדרך הקודמת לסימון שדות שהוצאו משימוש.
הודעה על הוצאה משימוש והוצאה משימוש בגרסה
הערות וגם
בבלוג.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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"]]