Updates the member list of a Customer Match audience.
Only supported for the following audienceType
:
CUSTOMER_MATCH_CONTACT_INFO
CUSTOMER_MATCH_DEVICE_ID
HTTP request
POST https://displayvideo.googleapis.com/v3/firstAndThirdPartyAudiences/{firstAndThirdPartyAudienceId}:editCustomerMatchMembers
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
first |
Required. The ID of the Customer Match FirstAndThirdPartyAudience whose members will be edited. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "advertiserId": string, // Union field |
Fields | |
---|---|
advertiser |
Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience. |
Union field added_members . The members to be added to the Customer Match audience. added_members can be only one of the following: |
|
added |
Input only. A list of contact information to define the members to be added. |
added |
Input only. A list of mobile device IDs to define the members to be added. |
Union field removed_members . The members to be removed from the Customer Match audience. removed_members can be only one of the following: |
|
removed |
Input only. A list of contact information to define the members to be removed. |
removed |
Input only. A list of mobile device IDs to define the members to be removed. |
Response body
The response of FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "firstAndThirdPartyAudienceId": string } |
Fields | |
---|---|
first |
Required. The ID of the updated Customer Match FirstAndThirdPartyAudience. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/display-video
For more information, see the OAuth 2.0 Overview.