Kể từ ngày 8 tháng 9 năm 2025, mỗi mục hàng mới sẽ cần phải khai báo xem mục hàng đó có phân phát quảng cáo chính trị ở Liên minh Châu Âu (EU) hay không. Display & Video 360 API và các tệp SDF được tải lên mà không cung cấp thông tin khai báo sẽ không thành công. Hãy xem trang thông báo về những nội dung không dùng nữa để biết thêm thông tin về cách cập nhật quy trình tích hợp để đưa ra nội dung khai báo này.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eA Site represents an app or website belonging to a channel, identified by a name and a URL or App ID.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage sites using methods to create, delete, list, bulk edit, or replace them within a channel.\u003c/p\u003e\n"],["\u003cp\u003eSites are defined by a JSON structure containing the site's name and its URL or App ID.\u003c/p\u003e\n"]]],["Sites, representing apps or websites within a channel, are defined by a name and a URL or app ID. Actions available for managing sites include: creating a new site; deleting an existing site; listing all sites within a channel; bulk editing multiple sites at once; and replacing all sites within a channel. Sites data is represented in JSON format. Site names are output-only, while the app ID or URL are required for each site.\n"],null,["# REST Resource: partners.channels.sites\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- [Resource: Site](#Site)\n - [JSON representation](#Site.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Site\n--------------\n\nA single site. Sites are apps or websites belonging to a channel.\n\n| JSON representation |\n|--------------------------------------------------|\n| ``` { \"name\": string, \"urlOrAppId\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the site. |\n| `urlOrAppId` | `string` Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|---------------------------------------------------|\n| ### [bulkEdit](/display-video/api/reference/rest/v3/partners.channels.sites/bulkEdit) | Bulk edits sites under a single channel. |\n| ### [create](/display-video/api/reference/rest/v3/partners.channels.sites/create) | Creates a site in a channel. |\n| ### [delete](/display-video/api/reference/rest/v3/partners.channels.sites/delete) | Deletes a site from a channel. |\n| ### [list](/display-video/api/reference/rest/v3/partners.channels.sites/list) | Lists sites in a channel. |\n| ### [replace](/display-video/api/reference/rest/v3/partners.channels.sites/replace) | Replaces all of the sites under a single channel. |"]]