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

Details of Integral Ad Science settings.

Attributes

  • 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).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.