google_api_display_video v0.9.1 GoogleApi.DisplayVideo.V1.Model.ObaIcon View Source

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:

  • 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:

  • 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:

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.ObaIcon{
  clickTrackingUrl: String.t(),
  dimensions: GoogleApi.DisplayVideo.V1.Model.Dimensions.t(),
  landingPageUrl: String.t(),
  position: String.t(),
  program: String.t(),
  resourceMimeType: String.t(),
  resourceUrl: String.t(),
  viewTrackingUrl: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.