GoogleApi.DFAReporting.V4.Model.DeepLink (google_api_dfa_reporting v0.31.0)

View Source

Contains information about a landing page deep link.

Attributes

  • appUrl (type: String.t, default: nil) - The URL of the mobile app being linked to.
  • fallbackUrl (type: String.t, default: nil) - The fallback URL. This URL will be served to users who do not have the mobile app installed.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#deepLink".
  • mobileApp (type: GoogleApi.DFAReporting.V4.Model.MobileApp.t, default: nil) - The mobile app targeted by this deep link.
  • remarketingListIds (type: list(String.t), default: nil) - Ads served to users on these remarketing lists will use this deep link. Applicable when mobileApp.directory is APPLE_APP_STORE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.DeepLink{
  appUrl: String.t() | nil,
  fallbackUrl: String.t() | nil,
  kind: String.t() | nil,
  mobileApp: GoogleApi.DFAReporting.V4.Model.MobileApp.t() | nil,
  remarketingListIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.