To pole jest wymagane. Identyfikator przypisanego źródła zasobów reklamowych do usunięcia.
Parametry zapytania
Parametry
Parametr sumy owner. To pole jest wymagane. Identyfikuje encję DV360, do której należy nadrzędna grupa źródeł zasobów reklamowych. Może to być partner lub reklamodawca. owner może mieć tylko jedną z tych wartości:
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2023-12-02 UTC."],[[["This operation deletes the assignment between an inventory source and an inventory source group within Display & Video 360."],["You must specify the inventory source group and assigned inventory source IDs in the request path."],["It's required to identify the owning entity (partner or advertiser) of the parent inventory source group using query parameters."],["The request body should be empty, and a successful operation will return an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["The core action is deleting the assignment between an inventory source and its group using the `DELETE` HTTP method. This is done via the URL `https://displayvideo.googleapis.com/v1/inventorySourceGroups/{inventorySourceGroupId}/assignedInventorySources/{assignedInventorySourceId}`. The request requires two path parameters: `inventorySourceGroupId` and `assignedInventorySourceId`. Additionally, it uses the query parameter `owner` (either `partnerId` or `advertiserId`) to identify the owner. The request body is empty, and a successful response is also empty. The API requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]