Class FirstAndThirdPartyAudiencesResource
The "firstAndThirdPartyAudiences" collection of methods.
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class FirstAndThirdPartyAudiencesResource
Constructors
FirstAndThirdPartyAudiencesResource(IClientService)
Constructs a new resource.
Declaration
public FirstAndThirdPartyAudiencesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(FirstAndThirdPartyAudience)
Creates a FirstAndThirdPartyAudience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO * CUSTOMER_MATCH_DEVICE_ID
Declaration
public virtual FirstAndThirdPartyAudiencesResource.CreateRequest Create(FirstAndThirdPartyAudience body)
Parameters
| Type | Name | Description |
|---|---|---|
| FirstAndThirdPartyAudience | body | The body of the request. |
Returns
| Type | Description |
|---|---|
| FirstAndThirdPartyAudiencesResource.CreateRequest |
EditCustomerMatchMembers(EditCustomerMatchMembersRequest, long)
Updates the member list of a Customer Match audience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO * CUSTOMER_MATCH_DEVICE_ID
Declaration
public virtual FirstAndThirdPartyAudiencesResource.EditCustomerMatchMembersRequest EditCustomerMatchMembers(EditCustomerMatchMembersRequest body, long firstAndThirdPartyAudienceId)
Parameters
| Type | Name | Description |
|---|---|---|
| EditCustomerMatchMembersRequest | body | The body of the request. |
| long | firstAndThirdPartyAudienceId | Required. The ID of the Customer Match FirstAndThirdPartyAudience whose members will be edited. |
Returns
| Type | Description |
|---|---|
| FirstAndThirdPartyAudiencesResource.EditCustomerMatchMembersRequest |
Get(long)
Gets a first and third party audience.
Declaration
public virtual FirstAndThirdPartyAudiencesResource.GetRequest Get(long firstAndThirdPartyAudienceId)
Parameters
| Type | Name | Description |
|---|---|---|
| long | firstAndThirdPartyAudienceId | Required. The ID of the first and third party audience to fetch. |
Returns
| Type | Description |
|---|---|
| FirstAndThirdPartyAudiencesResource.GetRequest |
List()
Lists first and third party audiences. The order is defined by the order_by parameter.
Declaration
public virtual FirstAndThirdPartyAudiencesResource.ListRequest List()
Returns
| Type | Description |
|---|---|
| FirstAndThirdPartyAudiencesResource.ListRequest |
Patch(FirstAndThirdPartyAudience, long)
Updates an existing FirstAndThirdPartyAudience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO * CUSTOMER_MATCH_DEVICE_ID
Declaration
public virtual FirstAndThirdPartyAudiencesResource.PatchRequest Patch(FirstAndThirdPartyAudience body, long firstAndThirdPartyAudienceId)
Parameters
| Type | Name | Description |
|---|---|---|
| FirstAndThirdPartyAudience | body | The body of the request. |
| long | firstAndThirdPartyAudienceId | Output only. The unique ID of the first and third party audience. Assigned by the system. |
Returns
| Type | Description |
|---|---|
| FirstAndThirdPartyAudiencesResource.PatchRequest |