View Source GoogleApi.DisplayVideo.V3.Model.FirstAndThirdPartyAudience (google_api_display_video v0.36.0)

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.

Attributes

  • activeDisplayAudienceSize (type: String.t, default: nil) - 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 (type: String.t, default: nil) - The app_id matches with the type of the mobile_device_ids being uploaded. Only applicable to audience_type CUSTOMER_MATCH_DEVICE_ID
  • audienceSource (type: String.t, default: nil) - Output only. The source of the audience.
  • audienceType (type: String.t, default: nil) - The type of the audience.
  • contactInfoList (type: GoogleApi.DisplayVideo.V3.Model.ContactInfoList.t, default: nil) - Input only. A list of contact information to define the initial audience members. Only applicable to audience_type CUSTOMER_MATCH_CONTACT_INFO
  • description (type: String.t, default: nil) - The user-provided description of the audience. Only applicable to first party audiences.
  • displayAudienceSize (type: String.t, default: nil) - 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.
  • displayDesktopAudienceSize (type: String.t, default: nil) - 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.
  • displayMobileAppAudienceSize (type: String.t, default: nil) - 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.
  • displayMobileWebAudienceSize (type: String.t, default: nil) - 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 (type: String.t, default: nil) - The display name of the first and third party audience.
  • firstAndThirdPartyAudienceId (type: String.t, default: nil) - Output only. The unique ID of the first and third party audience. Assigned by the system.
  • firstAndThirdPartyAudienceType (type: String.t, default: nil) - Whether the audience is a first or third party audience.
  • gmailAudienceSize (type: String.t, default: nil) - 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 (type: String.t, default: nil) - 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 (type: GoogleApi.DisplayVideo.V3.Model.MobileDeviceIdList.t, default: nil) - Input only. A list of mobile device IDs to define the initial audience members. Only applicable to audience_type CUSTOMER_MATCH_DEVICE_ID
  • name (type: String.t, default: nil) - Output only. The resource name of the first and third party audience.
  • youtubeAudienceSize (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.FirstAndThirdPartyAudience{
  activeDisplayAudienceSize: String.t() | nil,
  appId: String.t() | nil,
  audienceSource: String.t() | nil,
  audienceType: String.t() | nil,
  contactInfoList: GoogleApi.DisplayVideo.V3.Model.ContactInfoList.t() | nil,
  description: String.t() | nil,
  displayAudienceSize: String.t() | nil,
  displayDesktopAudienceSize: String.t() | nil,
  displayMobileAppAudienceSize: String.t() | nil,
  displayMobileWebAudienceSize: String.t() | nil,
  displayName: String.t() | nil,
  firstAndThirdPartyAudienceId: String.t() | nil,
  firstAndThirdPartyAudienceType: String.t() | nil,
  gmailAudienceSize: String.t() | nil,
  membershipDurationDays: String.t() | nil,
  mobileDeviceIdList:
    GoogleApi.DisplayVideo.V3.Model.MobileDeviceIdList.t() | nil,
  name: String.t() | nil,
  youtubeAudienceSize: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.