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

DeepLink

import type { DeepLink } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains information about a landing page deep link.

interface DeepLink {
appUrl?: string;
fallbackUrl?: string;
kind?: string;
mobileApp?: MobileApp;
remarketingListIds?: bigint[];
}

§Properties

§
appUrl?: string
[src]

The URL of the mobile app being linked to.

§
fallbackUrl?: string
[src]

The fallback URL. This URL will be served to users who do not have the mobile app installed.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#deepLink".

§
mobileApp?: MobileApp
[src]

The mobile app targeted by this deep link.

§
remarketingListIds?: bigint[]
[src]

Ads served to users on these remarketing lists will use this deep link. Applicable when mobileApp.directory is APPLE_APP_STORE.