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

OBA Icon for a Creative

Attributes

  • clickTrackingUrl (type: String.t, default: nil) - Required. The click tracking URL of the OBA icon. Only URLs of the following domains are allowed: https://info.evidon.com https://l.betrad.com
  • dimensions (type: GoogleApi.DisplayVideo.V1.Model.Dimensions.t, default: nil) - The dimensions of the OBA icon.
  • landingPageUrl (type: String.t, default: nil) - Required. The landing page URL of the OBA icon. Only URLs of the following domains are allowed: https://info.evidon.com https://l.betrad.com
  • position (type: String.t, default: nil) - The position of the OBA icon on the creative.
  • program (type: String.t, default: nil) - The program of the OBA icon. For example: “AdChoices”.
  • resourceMimeType (type: String.t, default: nil) - The MIME type of the OBA icon resource.
  • resourceUrl (type: String.t, default: nil) - The URL of the OBA icon resource.
  • viewTrackingUrl (type: String.t, default: nil) - Required. The view tracking URL of the OBA icon. Only URLs of the following domains are allowed: https://info.evidon.com https://l.betrad.com

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ObaIcon{
  clickTrackingUrl: String.t() | nil,
  dimensions: GoogleApi.DisplayVideo.V1.Model.Dimensions.t() | nil,
  landingPageUrl: String.t() | nil,
  position: String.t() | nil,
  program: String.t() | nil,
  resourceMimeType: String.t() | nil,
  resourceUrl: String.t() | nil,
  viewTrackingUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.