{"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.}
[[["易于理解","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"]],["最后更新时间 (UTC):2025-02-25。"],[[["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"]]