Необходимый. Идентификатор списка электронных адресов 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"]],["Последнее обновление: 2025-02-25 UTC."],[[["Edits the member list of a Customer Match audience, supporting `CUSTOMER_MATCH_CONTACT_INFO` and `CUSTOMER_MATCH_DEVICE_ID` audience types."],["Requires specifying the `firstAndThirdPartyAudienceId` in the path and `advertiserId` in the request body."],["Allows adding or removing members by providing contact information or mobile device IDs."],["Returns the `firstAndThirdPartyAudienceId` of the updated audience upon successful completion."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This API endpoint updates a Customer Match audience's member list via a `POST` request to a specific URL with the audience ID. The request requires an advertiser ID and allows adding or removing members through contact information or mobile device ID lists. The supported audience types are `CUSTOMER_MATCH_CONTACT_INFO` and `CUSTOMER_MATCH_DEVICE_ID`. The successful response returns the updated Customer Match audience ID, and OAuth scope `https://www.googleapis.com/auth/display-video` is necessary for authorization.\n"]]