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

Exit event of the creative.

Attributes

  • name (type: String.t, default: nil) - The name of the click tag of the exit event. The name must be unique within one creative. Leave it empty or unset for creatives containing image assets only.
  • reportingName (type: String.t, default: nil) - The name used to identify this event in reports. Leave it empty or unset for creatives containing image assets only.
  • type (type: String.t, default: nil) - Required. The type of the exit event.
  • url (type: String.t, default: nil) - Required. The click through URL of the exit event. This is required when type is: EXIT_EVENT_TYPE_DEFAULT EXIT_EVENT_TYPE_BACKUP

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ExitEvent{
  name: String.t() | nil,
  reportingName: String.t() | nil,
  type: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.