GetIosReopenAttributionResponse
import type { GetIosReopenAttributionResponse } from "https://googleapis.deno.dev/v1/firebasedynamiclinks:v1.ts";
Response for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.
interface GetIosReopenAttributionResponse {
deepLink?: string;
invitationId?: string;
iosMinAppVersion?: string;
resolvedLink?: string;
utmCampaign?: string;
utmContent?: string;
utmMedium?: string;
utmSource?: string;
utmTerm?: string;
warning?: DynamicLinkWarning[];
}§Properties
§
deepLink?: string
[src]The deep-link attributed the app universal link open. For both regular FDL links and invite FDL links.
§
iosMinAppVersion?: string
[src]FDL input value of the "&imv=" parameter, minimum app version to be returned to Google Firebase SDK running on iOS-9.
§
resolvedLink?: string
[src]The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long.
§
warning?: DynamicLinkWarning[]
[src]Optional warnings associated this API request.