Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FirstAndThirdPartyAudience

import type { FirstAndThirdPartyAudience } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Describes a first or third party audience list used for targeting. First party audiences are created via usage of client data. Third party audiences are provided by Third Party data providers and can only be licensed to customers.

interface FirstAndThirdPartyAudience {
readonly activeDisplayAudienceSize?: bigint;
appId?: string;
readonly audienceSource?:
| "AUDIENCE_SOURCE_UNSPECIFIED"
| "DISPLAY_VIDEO_360"
| "CAMPAIGN_MANAGER"
| "AD_MANAGER"
| "SEARCH_ADS_360"
| "YOUTUBE"
| "ADS_DATA_HUB";
audienceType?:
| "AUDIENCE_TYPE_UNSPECIFIED"
| "CUSTOMER_MATCH_CONTACT_INFO"
| "CUSTOMER_MATCH_DEVICE_ID"
| "CUSTOMER_MATCH_USER_ID"
| "ACTIVITY_BASED"
| "FREQUENCY_CAP"
| "TAG_BASED"
| "YOUTUBE_USERS"
| "LICENSED";
contactInfoList?: ContactInfoList;
description?: string;
readonly displayAudienceSize?: bigint;
readonly displayDesktopAudienceSize?: bigint;
readonly displayMobileAppAudienceSize?: bigint;
readonly displayMobileWebAudienceSize?: bigint;
displayName?: string;
readonly firstAndThirdPartyAudienceId?: bigint;
firstAndThirdPartyAudienceType?: "FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_UNSPECIFIED" | "FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_FIRST_PARTY" | "FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_THIRD_PARTY";
readonly gmailAudienceSize?: bigint;
membershipDurationDays?: bigint;
mobileDeviceIdList?: MobileDeviceIdList;
readonly name?: string;
readonly youtubeAudienceSize?: bigint;
}

§Properties

§
readonly activeDisplayAudienceSize?: bigint
[src]

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.

§
appId?: string
[src]

The app_id matches with the type of the mobile_device_ids being uploaded. Only applicable to audience_type CUSTOMER_MATCH_DEVICE_ID

§
readonly audienceSource?: "AUDIENCE_SOURCE_UNSPECIFIED" | "DISPLAY_VIDEO_360" | "CAMPAIGN_MANAGER" | "AD_MANAGER" | "SEARCH_ADS_360" | "YOUTUBE" | "ADS_DATA_HUB"
[src]

Output only. The source of the audience.

§
audienceType?: "AUDIENCE_TYPE_UNSPECIFIED" | "CUSTOMER_MATCH_CONTACT_INFO" | "CUSTOMER_MATCH_DEVICE_ID" | "CUSTOMER_MATCH_USER_ID" | "ACTIVITY_BASED" | "FREQUENCY_CAP" | "TAG_BASED" | "YOUTUBE_USERS" | "LICENSED"
[src]

The type of the audience.

§
contactInfoList?: ContactInfoList
[src]

Input only. A list of contact information to define the initial audience members. Only applicable to audience_type CUSTOMER_MATCH_CONTACT_INFO

§
description?: string
[src]

The user-provided description of the audience. Only applicable to first party audiences.

§
readonly displayAudienceSize?: bigint
[src]

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.

§
readonly displayDesktopAudienceSize?: bigint
[src]

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.

§
readonly displayMobileAppAudienceSize?: bigint
[src]

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.

§
readonly displayMobileWebAudienceSize?: bigint
[src]

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.

§
displayName?: string
[src]

The display name of the first and third party audience.

§
readonly firstAndThirdPartyAudienceId?: bigint
[src]

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

§
firstAndThirdPartyAudienceType?: "FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_UNSPECIFIED" | "FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_FIRST_PARTY" | "FIRST_AND_THIRD_PARTY_AUDIENCE_TYPE_THIRD_PARTY"
[src]

Whether the audience is a first or third party audience.

§
readonly gmailAudienceSize?: bigint
[src]

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.

§
membershipDurationDays?: bigint
[src]

The duration in days that an entry remains in the audience after the qualifying event. If the audience has no expiration, set the value of this field to 10000. Otherwise, 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

§
mobileDeviceIdList?: MobileDeviceIdList
[src]

Input only. A list of mobile device IDs to define the initial audience members. Only applicable to audience_type CUSTOMER_MATCH_DEVICE_ID

§
readonly name?: string
[src]

Output only. The resource name of the first and third party audience.

§
readonly youtubeAudienceSize?: bigint
[src]

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.