{"deletedSites": [string],"createdSites": [{object (Site)}],// Union field owner can be only one of the following:"advertiserId": string// End of list of possible types for union field owner.}
שדות
deletedSites[]
string
האתרים למחיקה בכמות גדולה, שצוינו כרשימה של אתרים url_or_app_ids.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-02-25 (שעון UTC)."],[[["This operation allows for bulk editing of sites under a single channel, enabling deletion and creation in batch."],["The request requires specifying the channel ID and the owner (partner or advertiser) along with lists of sites to delete and create."],["The sites to be deleted are specified using their `url_or_app_ids`, while sites to be created require providing full `Site` objects."],["A successful response will return a `BulkEditSitesResponse` object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This API operation facilitates bulk edits of sites within a channel. It uses a POST request to `https://displayvideo.googleapis.com/v3/partners/{partnerId}/channels/{channelId}/sites:bulkEdit`. Required actions include specifying the `channelId` and `partnerId` via path parameters. The request body, formatted as JSON, contains lists of `deletedSites` (site URLs or app IDs) and `createdSites` (site objects). The request must include the `partnerId` or `advertiserId` to define the owner of the sites. A successful request returns a `BulkEditSitesResponse`.\n"]]