ตั้งแต่วันที่
8 กันยายน 2025 เป็นต้นไป รายการโฆษณาใหม่ทุกรายการจะต้องประกาศว่าจะแสดงโฆษณาทางการเมืองในสหภาพยุโรป (EU) หรือไม่ การอัปโหลด API ของ Display & Video 360 และ SDF ที่ไม่ได้ระบุการประกาศจะล้มเหลว ดูรายละเอียดเพิ่มเติมเกี่ยวกับวิธีอัปเดตการผสานรวมเพื่อประกาศนี้ได้ที่
หน้าการเลิกใช้งาน
DeleteAssignedTargetingOptionsRequest
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำขอที่ระบุตัวเลือกการกำหนดเป้าหมายที่กำหนดของประเภทการกำหนดเป้าหมายหนึ่งๆ ที่ควรลบ
การแสดง JSON |
{
"targetingType": enum (TargetingType ),
"assignedTargetingOptionIds": [
string
]
} |
ช่อง |
targetingType |
enum (TargetingType )
ต้องระบุ ระบุประเภทของตัวเลือกการกำหนดเป้าหมายที่กำหนดนี้
|
assignedTargetingOptionIds[] |
string
ต้องระบุ รหัสตัวเลือกการกำหนดเป้าหมายที่กำหนดให้ลบ
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],["The Display & Video 360 API v4, currently in beta, allows for deleting assigned targeting options of a specific type. A deletion request requires a JSON representation specifying the `targetingType` (an enumerated value) and an array of `assignedTargetingOptionIds` (strings) to be removed. The `targetingType` identifies the kind of targeting, while the `assignedTargetingOptionIds` indicate the specific options to delete. Both fields are mandatory for a successful deletion request.\n"],null,["# DeleteAssignedTargetingOptionsRequest\n\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/v4/TargetingType), \"assignedTargetingOptionIds\": [ string ] } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v4/TargetingType)`)` Required. Identifies the type of this assigned targeting option. |\n| `assignedTargetingOptionIds[]` | `string` Required. The assigned targeting option IDs to delete. |"]]