GoogleApi.DFAReporting.V34.Model.LandingPage (google_api_dfa_reporting v0.20.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.V34.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.