Elementy wycofane
Pola w BidRequest
lub BidResponse
mogą czasem zostać wycofane.
Wycofane pola zostaną wycofane, co oznacza, że zostaną usunięte z
i przestanie działać.
Okres powiadomienia to czas między ich wycofaniem a wycofaniem.
W okresie powiadamiania zaktualizuj kod, aby usunąć wszelkie zależności.
w wycofanych polach, aby zapewnić ciągłość działania usługi.
Wycofane pola mają opcję [deprecated = true]
oraz te właściwości
w pierwszym wierszu opisu:
Deprecated. This will be removed in {MONTH} {YEAR}
Możesz też napotkać wycofane nazwy pól z prefiksem DEPRECATED_
,
co jest starszą metodą oznaczania wycofywanych pól.
Informacje o wycofaniu i wycofaniu są ogłaszane w wersji
notatki i
bloga.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-10 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]