2026-07-01
▼ ▲ displayvideo.firstAndThirdPartyAudiences.create
HTTP Method : POST
Description : Creates a FirstAndThirdPartyAudience. Only supported for the following audience_type: * `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
Scopes : https://www.googleapis.com/auth/display-video
Path : v3/firstAndThirdPartyAudiences
Flat Path : v3/firstAndThirdPartyAudiences
Parameters :
advertiserId
Type : string
Description : Required. The ID of the advertiser under whom the FirstAndThirdPartyAudience will be created.
Location : query
Format : int64
▼ ▲ displayvideo.firstAndThirdPartyAudiences.editCustomerMatchMembers
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/display-video
Description : Updates the member list of a Customer Match audience. Only supported for the following audience_type: * `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
Flat Path : v3/firstAndThirdPartyAudiences/{firstAndThirdPartyAudiencesId}:editCustomerMatchMembers
Path : v3/firstAndThirdPartyAudiences/{+firstAndThirdPartyAudienceId}:editCustomerMatchMembers
Parameters :
firstAndThirdPartyAudienceId
Location : path
Pattern : ^[^/]+$
Type : string
Format : int64
Description : Required. The ID of the Customer Match FirstAndThirdPartyAudience whose members will be edited.
Required : Yes
Parameter Order : firstAndThirdPartyAudienceId
▼ ▲ displayvideo.firstAndThirdPartyAudiences.get
Description : Gets a first and third party audience.
Scopes : https://www.googleapis.com/auth/display-video
HTTP Method : GET
Parameter Order : firstAndThirdPartyAudienceId
Parameters :
partnerId
Description : The ID of the partner that has access to the fetched first and third party audience.
Type : string
Format : int64
Location : query
advertiserId
Description : The ID of the advertiser that has access to the fetched first and third party audience.
Type : string
Format : int64
Location : query
firstAndThirdPartyAudienceId
Description : Required. The ID of the first and third party audience to fetch.
Required : Yes
Format : int64
Type : string
Location : path
Pattern : ^[^/]+$
Path : v3/firstAndThirdPartyAudiences/{+firstAndThirdPartyAudienceId}
Flat Path : v3/firstAndThirdPartyAudiences/{firstAndThirdPartyAudiencesId}
▼ ▲ displayvideo.firstAndThirdPartyAudiences.patch
Path : v3/firstAndThirdPartyAudiences/{+firstAndThirdPartyAudienceId}
Flat Path : v3/firstAndThirdPartyAudiences/{firstAndThirdPartyAudiencesId}
Parameter Order : firstAndThirdPartyAudienceId
Parameters :
advertiserId
Type : string
Description : Required. The ID of the owner advertiser of the updated FirstAndThirdPartyAudience.
Location : query
Format : int64
updateMask
Description : Required. The mask to control which fields to update. Updates are only supported for the following fields: * `displayName` * `description` * `membershipDurationDays`
Type : string
Format : google-fieldmask
Location : query
firstAndThirdPartyAudienceId
Description : Output only. The unique ID of the first and third party audience. Assigned by the system.
Required : Yes
Format : int64
Type : string
Location : path
Pattern : ^[^/]+$
HTTP Method : PATCH
Description : Updates an existing FirstAndThirdPartyAudience. Only supported for the following audience_type: * `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
▼ ▲ displayvideo.firstAndThirdPartyAudiences.list
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/display-video
Description : Lists first and third party audiences. The order is defined by the order_by parameter.
Flat Path : v3/firstAndThirdPartyAudiences
Path : v3/firstAndThirdPartyAudiences
Parameters :
partnerId
Type : string
Description : The ID of the partner that has access to the fetched first and third party audiences.
Location : query
Format : int64
pageSize
Location : query
Format : int32
Type : integer
Description : Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to `5000`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
advertiserId
Type : string
Description : The ID of the advertiser that has access to the fetched first and third party audiences.
Location : query
Format : int64
pageToken
Type : string
Description : A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListFirstAndThirdPartyAudiences` method. If not specified, the first page of results will be returned.
Location : query
orderBy
Type : string
Description : Field by which to sort the list. Acceptable values are: * `firstAndThirdPartyAudienceId` (default) * `displayName` The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. Example: `displayName desc`.
Location : query
filter
Type : string
Description : Allows filtering by first and third party audience fields. Supported syntax: * Filter expressions for first and third party audiences can only contain at most one restriction. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `HAS (:)` operator. Supported fields: * `displayName` Examples: * All first and third party audiences for which the display name contains "Google": `displayName:"Google"`. The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.
Location : query