自
2025 年 9 月 8 日起,每個新委刊項都必須聲明是否會放送歐盟政治廣告。如果透過 Display & Video 360 API 和 SDF 上傳的檔案未提供聲明,系統就會失敗。如要進一步瞭解如何更新整合服務以進行這項聲明,請參閱
淘汰項目頁面。
EntityStatus
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
列舉 |
ENTITY_STATUS_UNSPECIFIED |
在這個版本中,如果未指定狀態或狀態不明,則會使用預設值。 |
ENTITY_STATUS_ACTIVE |
實體可出價及支出預算。 |
ENTITY_STATUS_ARCHIVED |
實體已封存。出價和預算支出功能已停用。實體封存後即可刪除。無法擷取已刪除的實體。 |
ENTITY_STATUS_DRAFT |
實體處於草稿狀態。出價和預算支出功能已停用。 |
ENTITY_STATUS_PAUSED |
實體的出價和預算支出已暫停。 |
ENTITY_STATUS_SCHEDULED_FOR_DELETION |
已排定實體的刪除作業。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eEntities have varying states like \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003ePAUSED\u003c/code\u003e, \u003ccode\u003eARCHIVED\u003c/code\u003e, \u003ccode\u003eDRAFT\u003c/code\u003e, and \u003ccode\u003eSCHEDULED_FOR_DELETION\u003c/code\u003e, impacting bidding and budget usage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eACTIVE\u003c/code\u003e entities can actively bid and spend budget, while \u003ccode\u003ePAUSED\u003c/code\u003e entities temporarily halt these activities.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eARCHIVED\u003c/code\u003e entities cease operations and can be deleted permanently, while \u003ccode\u003eDRAFT\u003c/code\u003e entities remain inactive until finalized.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSCHEDULED_FOR_DELETION\u003c/code\u003e entities are slated for removal, and \u003ccode\u003eUNSPECIFIED\u003c/code\u003e signifies an unknown or undefined entity status.\u003c/p\u003e\n"]]],["Entities can have several statuses affecting their activity. `ENTITY_STATUS_ACTIVE` allows bidding and budget spending. `ENTITY_STATUS_PAUSED`, `ENTITY_STATUS_DRAFT`, and `ENTITY_STATUS_ARCHIVED` disable these actions. `ENTITY_STATUS_ARCHIVED` permits eventual deletion, while `ENTITY_STATUS_SCHEDULED_FOR_DELETION` means the entity is set to be removed. `ENTITY_STATUS_UNSPECIFIED` denotes an unknown or unspecified status. Deleted entities cannot be retrieved.\n"],null,["# EntityStatus\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.\nPossible statuses of an entity.\n\n| Enums ||\n|----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ENTITY_STATUS_UNSPECIFIED` | Default value when status is not specified or is unknown in this version. |\n| `ENTITY_STATUS_ACTIVE` | The entity is enabled to bid and spend budget. |\n| `ENTITY_STATUS_ARCHIVED` | The entity is archived. Bidding and budget spending are disabled. An entity can be deleted after archived. Deleted entities cannot be retrieved. |\n| `ENTITY_STATUS_DRAFT` | The entity is under draft. Bidding and budget spending are disabled. |\n| `ENTITY_STATUS_PAUSED` | Bidding and budget spending are paused for the entity. |\n| `ENTITY_STATUS_SCHEDULED_FOR_DELETION` | The entity is scheduled for deletion. |"]]