Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"partnerId": string,// Union field accessors_change can be only one of the following:"assignPartner": boolean,"advertisersUpdate": {object (AdvertisersUpdate)}// End of list of possible types for union field accessors_change.}
Pengiklan yang akan ditambahkan atau dihapus dari daftar pengiklan yang memiliki akses baca/tulis ke sumber inventaris. Perubahan ini akan menghapus aksesor baca/tulis partner yang ada.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-09-09 UTC."],[[["Display & Video 360 API v2 has been sunset and this documentation details the editInventorySourceReadWriteAccessors endpoint."],["This endpoint edits the read/write accessors of an inventory source, allowing the setting of partner context or specific advertisers as accessors."],["The request body requires specification of the partner ID making the change and details of the access change, such as adding or removing advertisers or assigning partner access."],["Successful responses will contain the updated InventorySourceAccessors for the modified inventory source."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The provided content outlines how to edit read/write accessors for an inventory source using the Display & Video 360 API. Key actions involve sending a POST request to a specific URL with the `inventorySourceId`. The request body must include a `partnerId` and define the `accessors_change`, either assigning partner access via a boolean or updating advertisers with read/write privileges via an `AdvertisersUpdate` object. Successful requests return an updated `InventorySourceAccessors`. The API method requires OAuth scope authorization.\n"]]