{"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"]],["上次更新時間: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"]]