GoogleApi.DFAReporting.V33.Model.CreativeClickThroughUrl (google_api_dfa_reporting v0.31.0)

View Source

Click-through URL

Attributes

  • computedClickThroughUrl (type: String.t, default: nil) - Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
  • customClickThroughUrl (type: String.t, default: nil) - Custom click-through URL. Applicable if the landingPageId field is left unset.
  • landingPageId (type: String.t, default: nil) - ID of the landing page for the click-through URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.CreativeClickThroughUrl{
  computedClickThroughUrl: String.t() | nil,
  customClickThroughUrl: String.t() | nil,
  landingPageId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.