Class FirstPartyAndPartnerAudiencesResource
The "firstPartyAndPartnerAudiences" collection of methods.
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class FirstPartyAndPartnerAudiencesResource
Constructors
FirstPartyAndPartnerAudiencesResource(IClientService)
Constructs a new resource.
Declaration
public FirstPartyAndPartnerAudiencesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(FirstPartyAndPartnerAudience)
Creates a FirstPartyAndPartnerAudience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO
* CUSTOMER_MATCH_DEVICE_ID
Declaration
public virtual FirstPartyAndPartnerAudiencesResource.CreateRequest Create(FirstPartyAndPartnerAudience body)
Parameters
Type | Name | Description |
---|---|---|
FirstPartyAndPartnerAudience | body | The body of the request. |
Returns
Type | Description |
---|---|
FirstPartyAndPartnerAudiencesResource.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 FirstPartyAndPartnerAudiencesResource.EditCustomerMatchMembersRequest EditCustomerMatchMembers(EditCustomerMatchMembersRequest body, long firstPartyAndPartnerAudienceId)
Parameters
Type | Name | Description |
---|---|---|
EditCustomerMatchMembersRequest | body | The body of the request. |
long | firstPartyAndPartnerAudienceId | Required. The ID of the Customer Match FirstPartyAndPartnerAudience whose members will be edited. |
Returns
Type | Description |
---|---|
FirstPartyAndPartnerAudiencesResource.EditCustomerMatchMembersRequest |
Get(long)
Gets a first party or partner audience.
Declaration
public virtual FirstPartyAndPartnerAudiencesResource.GetRequest Get(long firstPartyAndPartnerAudienceId)
Parameters
Type | Name | Description |
---|---|---|
long | firstPartyAndPartnerAudienceId | Required. The ID of the first party and partner audience to fetch. |
Returns
Type | Description |
---|---|
FirstPartyAndPartnerAudiencesResource.GetRequest |
List()
Lists first party and partner audiences. The order is defined by the order_by parameter.
Declaration
public virtual FirstPartyAndPartnerAudiencesResource.ListRequest List()
Returns
Type | Description |
---|---|
FirstPartyAndPartnerAudiencesResource.ListRequest |
Patch(FirstPartyAndPartnerAudience, long)
Updates an existing FirstPartyAndPartnerAudience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO
* CUSTOMER_MATCH_DEVICE_ID
Declaration
public virtual FirstPartyAndPartnerAudiencesResource.PatchRequest Patch(FirstPartyAndPartnerAudience body, long firstPartyAndPartnerAudienceId)
Parameters
Type | Name | Description |
---|---|---|
FirstPartyAndPartnerAudience | body | The body of the request. |
long | firstPartyAndPartnerAudienceId | Identifier. The unique ID of the first party and partner audience. Assigned by the system. |
Returns
Type | Description |
---|---|
FirstPartyAndPartnerAudiencesResource.PatchRequest |