class FirstAndThirdPartyAudiences extends Resource (View source)

The "firstAndThirdPartyAudiences" collection of methods.

Typical usage is:

 $displayvideoService = new Google\Service\DisplayVideo(...);
 $firstAndThirdPartyAudiences = $displayvideoService->firstAndThirdPartyAudiences;

Methods

create(FirstAndThirdPartyAudience $postBody, array $optParams = [])

Creates a FirstAndThirdPartyAudience. Only supported for the following audience_type: CUSTOMER_MATCH_CONTACT_INFO CUSTOMER_MATCH_DEVICE_ID (firstAndThirdPartyAudiences.create)

editCustomerMatchMembers(string $firstAndThirdPartyAudienceId, EditCustomerMatchMembersRequest $postBody, array $optParams = [])

Updates the member list of a Customer Match audience. Only supported for the following audience_type: CUSTOMER_MATCH_CONTACT_INFO CUSTOMER_MATCH_DEVICE_ID (firstAndThirdPartyAudiences.editCustomerMatchMembers)

get(string $firstAndThirdPartyAudienceId, array $optParams = [])

Gets a first and third party audience. (firstAndThirdPartyAudiences.get)

listFirstAndThirdPartyAudiences(array $optParams = [])

Lists first and third party audiences. The order is defined by the order_by parameter. (firstAndThirdPartyAudiences.listFirstAndThirdPartyAudiences)

patch(string $firstAndThirdPartyAudienceId, FirstAndThirdPartyAudience $postBody, array $optParams = [])

Updates an existing FirstAndThirdPartyAudience. Only supported for the following audience_type: CUSTOMER_MATCH_CONTACT_INFO CUSTOMER_MATCH_DEVICE_ID (firstAndThirdPartyAudiences.patch)

Details

FirstAndThirdPartyAudience create(FirstAndThirdPartyAudience $postBody, array $optParams = [])

Creates a FirstAndThirdPartyAudience. Only supported for the following audience_type: CUSTOMER_MATCH_CONTACT_INFO CUSTOMER_MATCH_DEVICE_ID (firstAndThirdPartyAudiences.create)

Parameters

FirstAndThirdPartyAudience $postBody
array $optParams

Optional parameters.

Return Value

FirstAndThirdPartyAudience

Exceptions

Exception

EditCustomerMatchMembersResponse editCustomerMatchMembers(string $firstAndThirdPartyAudienceId, EditCustomerMatchMembersRequest $postBody, array $optParams = [])

Updates the member list of a Customer Match audience. Only supported for the following audience_type: CUSTOMER_MATCH_CONTACT_INFO CUSTOMER_MATCH_DEVICE_ID (firstAndThirdPartyAudiences.editCustomerMatchMembers)

Parameters

string $firstAndThirdPartyAudienceId

Required. The ID of the Customer Match FirstAndThirdPartyAudience whose members will be edited.

EditCustomerMatchMembersRequest $postBody
array $optParams

Optional parameters.

Return Value

EditCustomerMatchMembersResponse

Exceptions

Exception

FirstAndThirdPartyAudience get(string $firstAndThirdPartyAudienceId, array $optParams = [])

Gets a first and third party audience. (firstAndThirdPartyAudiences.get)

Parameters

string $firstAndThirdPartyAudienceId

Required. The ID of the first and third party audience to fetch.

array $optParams

Optional parameters.

Return Value

FirstAndThirdPartyAudience

Exceptions

Exception

ListFirstAndThirdPartyAudiencesResponse listFirstAndThirdPartyAudiences(array $optParams = [])

Lists first and third party audiences. The order is defined by the order_by parameter. (firstAndThirdPartyAudiences.listFirstAndThirdPartyAudiences)

Parameters

array $optParams

Optional parameters.

Return Value

ListFirstAndThirdPartyAudiencesResponse

Exceptions

Exception

FirstAndThirdPartyAudience patch(string $firstAndThirdPartyAudienceId, FirstAndThirdPartyAudience $postBody, array $optParams = [])

Updates an existing FirstAndThirdPartyAudience. Only supported for the following audience_type: CUSTOMER_MATCH_CONTACT_INFO CUSTOMER_MATCH_DEVICE_ID (firstAndThirdPartyAudiences.patch)

Parameters

string $firstAndThirdPartyAudienceId

Output only. The unique ID of the first and third party audience. Assigned by the system.

FirstAndThirdPartyAudience $postBody
array $optParams

Optional parameters.

Return Value

FirstAndThirdPartyAudience

Exceptions

Exception