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

LandingPage

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

Contains information about where a user's browser is taken after the user clicks an ad.

interface LandingPage {
advertiserId?: bigint;
archived?: boolean;
deepLinks?: DeepLink[];
id?: bigint;
kind?: string;
name?: string;
url?: string;
}

§Properties

§
advertiserId?: bigint
[src]

Advertiser ID of this landing page. This is a required field.

§
archived?: boolean
[src]

Whether this landing page has been archived.

§
id?: bigint
[src]

ID of this landing page. This is a read-only, auto-generated field.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this landing page. This is a required field. It must be less than 256 characters long.

§
url?: string
[src]

URL of this landing page. This is a required field.