FirstAndThirdPartyAudiences
class FirstAndThirdPartyAudiences extends Resource (View source)
The "firstAndThirdPartyAudiences" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$firstAndThirdPartyAudiences = $displayvideoService->firstAndThirdPartyAudiences;
Methods
Creates a FirstAndThirdPartyAudience. Only supported for the following
audience_type: CUSTOMER_MATCH_CONTACT_INFO
CUSTOMER_MATCH_DEVICE_ID
(firstAndThirdPartyAudiences.create)
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)
Gets a first and third party audience. (firstAndThirdPartyAudiences.get)
Lists first and third party audiences. The order is defined by the order_by parameter. (firstAndThirdPartyAudiences.listFirstAndThirdPartyAudiences)
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)
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)
FirstAndThirdPartyAudience
get(string $firstAndThirdPartyAudienceId, array $optParams = [])
Gets a first and third party audience. (firstAndThirdPartyAudiences.get)
ListFirstAndThirdPartyAudiencesResponse
listFirstAndThirdPartyAudiences(array $optParams = [])
Lists first and third party audiences. The order is defined by the order_by parameter. (firstAndThirdPartyAudiences.listFirstAndThirdPartyAudiences)
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)