Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
invitationId?: string
[src]

Optional invitation ID, for only invite typed requested 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.

§
utmCampaign?: string
[src]

Scion campaign value to be propagated by iSDK to Scion at app-reopen.

§
utmContent?: string
[src]

Scion content value to be propagated by iSDK to Scion at app-reopen.

§
utmMedium?: string
[src]

Scion medium value to be propagated by iSDK to Scion at app-reopen.

§
utmSource?: string
[src]

Scion source value to be propagated by iSDK to Scion at app-reopen.

§
utmTerm?: string
[src]

Scion term value to be propagated by iSDK to Scion at app-reopen.