Class FirstPartyAndPartnerAudience
Describes a first or partner audience list used for targeting. First party audiences are created via usage of client data. Partner audiences are provided by Third Party data providers and can only be licensed to customers.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class FirstPartyAndPartnerAudience : IDirectResponseSchema
Properties
ActiveDisplayAudienceSize
Output only. The estimated audience size for the Display network in the past month. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only returned in GET request.
Declaration
[JsonProperty("activeDisplayAudienceSize")]
public virtual long? ActiveDisplayAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
AppId
Optional. The app_id matches with the type of the mobile_device_ids being uploaded. Only applicable to
audience_type CUSTOMER_MATCH_DEVICE_ID
Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AudienceSource
Output only. The source of the audience.
Declaration
[JsonProperty("audienceSource")]
public virtual string AudienceSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AudienceType
Output only. The type of the audience.
Declaration
[JsonProperty("audienceType")]
public virtual string AudienceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContactInfoList
Input only. A list of contact information to define the initial audience members. Only applicable to
audience_type CUSTOMER_MATCH_CONTACT_INFO
Declaration
[JsonProperty("contactInfoList")]
public virtual ContactInfoList ContactInfoList { get; set; }
Property Value
| Type | Description |
|---|---|
| ContactInfoList |
Description
Output only. The user-provided description of the audience. Only applicable to first party audiences.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayAudienceSize
Output only. The estimated audience size for the Display network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only returned in GET request.
Declaration
[JsonProperty("displayAudienceSize")]
public virtual long? DisplayAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DisplayDesktopAudienceSize
Output only. The estimated desktop audience size in Display network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
Declaration
[JsonProperty("displayDesktopAudienceSize")]
public virtual long? DisplayDesktopAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DisplayMobileAppAudienceSize
Output only. The estimated mobile app audience size in Display network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
Declaration
[JsonProperty("displayMobileAppAudienceSize")]
public virtual long? DisplayMobileAppAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DisplayMobileWebAudienceSize
Output only. The estimated mobile web audience size in Display network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
Declaration
[JsonProperty("displayMobileWebAudienceSize")]
public virtual long? DisplayMobileWebAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DisplayName
Output only. The display name of the first party and partner audience.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstPartyAndPartnerAudienceId
Identifier. The unique ID of the first party and partner audience. Assigned by the system.
Declaration
[JsonProperty("firstPartyAndPartnerAudienceId")]
public virtual long? FirstPartyAndPartnerAudienceId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
FirstPartyAndPartnerAudienceType
Output only. Whether the audience is a first party and partner audience.
Declaration
[JsonProperty("firstPartyAndPartnerAudienceType")]
public virtual string FirstPartyAndPartnerAudienceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GmailAudienceSize
Output only. The estimated audience size for Gmail network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
Declaration
[JsonProperty("gmailAudienceSize")]
public virtual long? GmailAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MembershipDurationDays
Output only. The duration in days that an entry remains in the audience after the qualifying event. The set
value must be greater than 0 and less than or equal to 540. Only applicable to first party audiences. This
field is required if one of the following audience_type is used: * CUSTOMER_MATCH_CONTACT_INFO *
CUSTOMER_MATCH_DEVICE_ID
Declaration
[JsonProperty("membershipDurationDays")]
public virtual long? MembershipDurationDays { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MobileDeviceIdList
Input only. A list of mobile device IDs to define the initial audience members. Only applicable to
audience_type CUSTOMER_MATCH_DEVICE_ID
Declaration
[JsonProperty("mobileDeviceIdList")]
public virtual MobileDeviceIdList MobileDeviceIdList { get; set; }
Property Value
| Type | Description |
|---|---|
| MobileDeviceIdList |
Name
Output only. The resource name of the first party and partner audience.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
YoutubeAudienceSize
Output only. The estimated audience size for YouTube network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request.
Declaration
[JsonProperty("youtubeAudienceSize")]
public virtual long? YoutubeAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |