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

View Source

Contains information about where a user's browser is taken after the user clicks an ad.

Attributes

  • advertiserId (type: String.t, default: nil) - Advertiser ID of this landing page. This is a required field.
  • archived (type: boolean(), default: nil) - Whether this landing page has been archived.
  • deepLinks (type: list(GoogleApi.DFAReporting.V33.Model.DeepLink.t), default: nil) - Links that will direct the user to a mobile app, if installed.
  • id (type: String.t, default: nil) - ID of this landing page. This is a read-only, auto-generated field.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#landingPage".
  • name (type: String.t, default: nil) - Name of this landing page. This is a required field. It must be less than 256 characters long.
  • url (type: String.t, default: nil) - URL of this landing page. This is a required field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.LandingPage{
  advertiserId: String.t() | nil,
  archived: boolean() | nil,
  deepLinks: [GoogleApi.DFAReporting.V33.Model.DeepLink.t()] | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.