google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.DeepLink 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:dfareporting#deepLink
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#deepLink".mobileApp
(type:GoogleApi.DFAReporting.V34.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V34.Model.DeepLink{ appUrl: String.t(), fallbackUrl: String.t(), kind: String.t(), mobileApp: GoogleApi.DFAReporting.V34.Model.MobileApp.t(), remarketingListIds: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.