Class GetIosReopenAttributionResponse
Response for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class GetIosReopenAttributionResponse : IDirectResponseSchema
Properties
DeepLink
The deep-link attributed the app universal link open. For both regular FDL links and invite FDL links.
Declaration
[JsonProperty("deepLink")]
public virtual string DeepLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InvitationId
Optional invitation ID, for only invite typed requested FDL links.
Declaration
[JsonProperty("invitationId")]
public virtual string InvitationId { get; set; }
Property Value
Type | Description |
---|---|
string |
IosMinAppVersion
FDL input value of the "&imv=" parameter, minimum app version to be returned to Google Firebase SDK running on iOS-9.
Declaration
[JsonProperty("iosMinAppVersion")]
public virtual string IosMinAppVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ResolvedLink
The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long.
Declaration
[JsonProperty("resolvedLink")]
public virtual string ResolvedLink { get; set; }
Property Value
Type | Description |
---|---|
string |
UtmCampaign
Scion campaign value to be propagated by iSDK to Scion at app-reopen.
Declaration
[JsonProperty("utmCampaign")]
public virtual string UtmCampaign { get; set; }
Property Value
Type | Description |
---|---|
string |
UtmContent
Scion content value to be propagated by iSDK to Scion at app-reopen.
Declaration
[JsonProperty("utmContent")]
public virtual string UtmContent { get; set; }
Property Value
Type | Description |
---|---|
string |
UtmMedium
Scion medium value to be propagated by iSDK to Scion at app-reopen.
Declaration
[JsonProperty("utmMedium")]
public virtual string UtmMedium { get; set; }
Property Value
Type | Description |
---|---|
string |
UtmSource
Scion source value to be propagated by iSDK to Scion at app-reopen.
Declaration
[JsonProperty("utmSource")]
public virtual string UtmSource { get; set; }
Property Value
Type | Description |
---|---|
string |
UtmTerm
Scion term value to be propagated by iSDK to Scion at app-reopen.
Declaration
[JsonProperty("utmTerm")]
public virtual string UtmTerm { get; set; }
Property Value
Type | Description |
---|---|
string |
Warning
Optional warnings associated this API request.
Declaration
[JsonProperty("warning")]
public virtual IList<DynamicLinkWarning> Warning { get; set; }
Property Value
Type | Description |
---|---|
IList<DynamicLinkWarning> |