Od
8 września 2025 r. każdy nowy element zamówienia będzie musiał deklarować, czy będzie wyświetlać reklamy polityczne w Unii Europejskiej (UE). Przesyłanie plików SDF i wywoływanie interfejsu Display & Video 360 API bez deklaracji zakończy się niepowodzeniem. Więcej informacji o tym, jak zaktualizować integrację, aby złożyć to oświadczenie, znajdziesz na naszej
stronie dotyczącej wycofania.
DeleteAssignedTargetingOptionsRequest
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Prośba o wyświetlenie, które przypisane opcje kierowania danego typu kierowania powinny zostać usunięte.
Zapis JSON |
{
"targetingType": enum (TargetingType ),
"assignedTargetingOptionIds": [
string
]
} |
Pola |
targetingType |
enum (TargetingType )
Wymagane. Określa typ przypisanej opcji kierowania.
|
assignedTargetingOptionIds[] |
string
Wymagane. Identyfikatory przypisanych opcji kierowania, które chcesz usunąć.
|
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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eThis request is used to delete assigned targeting options of a specified targeting type.\u003c/p\u003e\n"],["\u003cp\u003eIt requires specifying the \u003ccode\u003etargetingType\u003c/code\u003e and an array of \u003ccode\u003eassignedTargetingOptionIds\u003c/code\u003e to be removed.\u003c/p\u003e\n"],["\u003cp\u003eThe request utilizes a JSON structure for defining the parameters.\u003c/p\u003e\n"]]],[],null,["# DeleteAssignedTargetingOptionsRequest\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA request listing which assigned targeting options of a given targeting type should be deleted.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"targetingType\": enum (/display-video/api/reference/rest/v3/TargetingType), \"assignedTargetingOptionIds\": [ string ] } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v3/TargetingType)`)` Required. Identifies the type of this assigned targeting option. |\n| `assignedTargetingOptionIds[]` | `string` Required. The assigned targeting option IDs to delete. |"]]