Struct google_firebasedynamiclinks1::api::GetIosPostInstallAttributionResponse [−][src]
Response for iSDK to execute strong match flow for post-install attribution.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- install attribution (response)
Fields
app_minimum_version: Option<String>The minimum version for app, specified by dev through ?imv= parameter. Return to iSDK to allow app to evaluate if current version meets this.
attribution_confidence: Option<String>The confidence of the returned attribution.
deep_link: Option<String>The deep-link attributed post-install via one of several techniques (fingerprint, copy unique).
external_browser_destination_link: Option<String>User-agent specific custom-scheme URIs for iSDK to open. This will be set according to the user-agent tha the click was originally made in. There is no Safari-equivalent custom-scheme open URLs. ie: googlechrome://www.example.com ie: firefox://open-url?url=http://www.example.com ie: opera-http://example.com
fallback_link: Option<String>The link to navigate to update the app if min version is not met. This is either (in order): 1) fallback link (from ?ifl= parameter, if specified by developer) or 2) AppStore URL (from ?isi= parameter, if specified), or 3) the payload link (from required link= parameter).
invitation_id: Option<String>Invitation ID attributed post-install via one of several techniques (fingerprint, copy unique).
is_strong_match_executable: Option<bool>Instruction for iSDK to attemmpt to perform strong match. For instance, if browser does not support/allow cookie or outside of support browsers, this will be false.
match_message: Option<String>Describes why match failed, ie: "discarded due to low confidence". This message will be publicly visible.
request_ip_version: Option<String>Which IP version the request was made from.
requested_link: Option<String>Entire FDL (short or long) attributed post-install via one of several techniques (fingerprint, copy unique).
resolved_link: Option<String>The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long. Parameters from this should not be used directly (ie: server can default utm_[campaign|medium|source] to a value when requested_link lack them, server determine the best fallback_link when requested_link specifies >1 fallback links).
utm_campaign: Option<String>Scion campaign value to be propagated by iSDK to Scion at post-install.
utm_content: Option<String>Scion content value to be propagated by iSDK to Scion at app-reopen.
utm_medium: Option<String>Scion medium value to be propagated by iSDK to Scion at post-install.
utm_source: Option<String>Scion source value to be propagated by iSDK to Scion at post-install.
utm_term: Option<String>Scion term value to be propagated by iSDK to Scion at app-reopen.
Trait Implementations
impl Clone for GetIosPostInstallAttributionResponse[src]
fn clone(&self) -> GetIosPostInstallAttributionResponse[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for GetIosPostInstallAttributionResponse[src]
impl Default for GetIosPostInstallAttributionResponse[src]
impl<'de> Deserialize<'de> for GetIosPostInstallAttributionResponse[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl ResponseResult for GetIosPostInstallAttributionResponse[src]
impl Serialize for GetIosPostInstallAttributionResponse[src]
Auto Trait Implementations
impl RefUnwindSafe for GetIosPostInstallAttributionResponse[src]
impl Send for GetIosPostInstallAttributionResponse[src]
impl Sync for GetIosPostInstallAttributionResponse[src]
impl Unpin for GetIosPostInstallAttributionResponse[src]
impl UnwindSafe for GetIosPostInstallAttributionResponse[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,