Необходимый. Идентификатор списка электронных адресов FirstAndThirdPartyAudience, участники которого будут изменены.
Тело запроса
Тело запроса содержит данные следующей структуры:
JSON-представление
{"advertiserId": string,// Union field added_members can be only one of the following:"addedContactInfoList": {object (ContactInfoList)},"addedMobileDeviceIdList": {object (MobileDeviceIdList)}// End of list of possible types for union field added_members.// Union field removed_members can be only one of the following:"removedContactInfoList": {object (ContactInfoList)},"removedMobileDeviceIdList": {object (MobileDeviceIdList)}// End of list of possible types for union field removed_members.}
Поле объединения added_members . Участники, которые будут добавлены в аудиторию электронных адресов. added_members может быть только одним из следующих:
Только ввод. Список идентификаторов мобильных устройств для определения добавляемых участников.
Поле объединения removed_members . Участники, которых необходимо удалить из аудитории списков электронных адресов. removed_members может быть только одним из следующих:
[[["Прост для понимания","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"]],["Последнее обновление: 2024-10-27 UTC."],[[["This document details the `editCustomerMatchMembers` method for updating the member list of a Customer Match audience in Display & Video 360 API."],["It supports updating audiences based on contact information or device IDs using the provided HTTP request and parameters."],["The request body requires specifying the advertiser ID and the members to be added or removed."],["A successful response returns the ID of the updated Customer Match audience."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],[]]