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

Tracking URLs from third parties to track interactions with an audio or a video creative.

Attributes

  • type (type: String.t, default: nil) - The type of interaction needs to be tracked by the tracking URL
  • url (type: String.t, default: nil) - Tracking URL used to track the interaction. Provide a URL with optional path or query string, beginning with https:. For example, https://www.example.com/path

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.