自
2025 年 9 月 8 日起,每個新委刊項都必須聲明是否會放送歐盟政治廣告。如果透過 Display & Video 360 API 和 SDF 上傳的檔案未提供聲明,系統就會失敗。如要進一步瞭解如何更新整合服務以進行這項聲明,請參閱
淘汰項目頁面。
BulkEditSitesResponse
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
SiteService.BulkEditSites 的回應訊息。
JSON 表示法 |
{
"sites": [
{
object (Site )
}
]
} |
欄位 |
sites[] |
object (Site )
已成功建立的網站清單。 如果清單為空白,則不會顯示。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eThis page documents the JSON response for the SiteService.BulkEditSites method in Display & Video 360 API.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a \u003ccode\u003esites\u003c/code\u003e field containing a list of successfully created \u003ccode\u003eSite\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eIf no sites were created, the \u003ccode\u003esites\u003c/code\u003e list will be absent from the response.\u003c/p\u003e\n"]]],["The `BulkEditSites` response contains a list of `sites`. Each site is represented as an object defined by the `Site` schema. The response includes an array named `sites[]`, which holds the successfully created sites. If no sites were created, this `sites[]` list will be absent from the response. The structure is defined in JSON with the `sites` field, which can be empty or contains one or more `Site` objects.\n"],null,["# BulkEditSitesResponse\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\nResponse message for SiteService.BulkEditSites.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------|\n| ``` { \"sites\": [ { object (/display-video/api/reference/rest/v3/advertisers.channels.sites#Site) } ] } ``` |\n\n| Fields ||\n|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sites[]` | `object (`[Site](/display-video/api/reference/rest/v3/advertisers.channels.sites#Site)`)` The list of sites that have been successfully created. This list will be absent if empty. |"]]