View Source GoogleApi.DisplayVideo.V1.Model.IntegralAdScience (google_api_display_video v0.35.0)

Details of Integral Ad Science settings.

Attributes

  • customSegmentId (type: list(String.t), default: nil) - The custom segment ID provided by Integral Ad Science. The ID must be between 1000001 and 1999999, inclusive.
  • displayViewability (type: String.t, default: nil) - Display Viewability section (applicable to display line items only).
  • excludeUnrateable (type: boolean(), default: nil) - Brand Safety - Unrateable.
  • excludedAdFraudRisk (type: String.t, default: nil) - Ad Fraud settings.
  • excludedAdultRisk (type: String.t, default: nil) - Brand Safety - Adult content.
  • excludedAlcoholRisk (type: String.t, default: nil) - Brand Safety - Alcohol.
  • excludedDrugsRisk (type: String.t, default: nil) - Brand Safety - Drugs.
  • excludedGamblingRisk (type: String.t, default: nil) - Brand Safety - Gambling.
  • excludedHateSpeechRisk (type: String.t, default: nil) - Brand Safety - Hate speech.
  • excludedIllegalDownloadsRisk (type: String.t, default: nil) - Brand Safety - Illegal downloads.
  • excludedOffensiveLanguageRisk (type: String.t, default: nil) - Brand Safety - Offensive language.
  • excludedViolenceRisk (type: String.t, default: nil) - Brand Safety - Violence.
  • traqScoreOption (type: String.t, default: nil) - True advertising quality (applicable to Display line items only).
  • videoViewability (type: String.t, default: nil) - Video Viewability Section (applicable to video line items only).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.IntegralAdScience{
  customSegmentId: [String.t()] | nil,
  displayViewability: String.t() | nil,
  excludeUnrateable: boolean() | nil,
  excludedAdFraudRisk: String.t() | nil,
  excludedAdultRisk: String.t() | nil,
  excludedAlcoholRisk: String.t() | nil,
  excludedDrugsRisk: String.t() | nil,
  excludedGamblingRisk: String.t() | nil,
  excludedHateSpeechRisk: String.t() | nil,
  excludedIllegalDownloadsRisk: String.t() | nil,
  excludedOffensiveLanguageRisk: String.t() | nil,
  excludedViolenceRisk: String.t() | nil,
  traqScoreOption: String.t() | nil,
  videoViewability: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.