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

Destination

import type { Destination } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Represents a Google Tag Destination.

interface Destination {
accountId?: string;
containerId?: string;
destinationId?: string;
destinationLinkId?: string;
fingerprint?: string;
name?: string;
path?: string;
tagManagerUrl?: string;
}

§Properties

§
accountId?: string
[src]

GTM Account ID.

§
containerId?: string
[src]

GTM Container ID.

§
destinationId?: string
[src]

Destination ID.

§
destinationLinkId?: string
[src]

The Destination link ID uniquely identifies the Destination.

§
fingerprint?: string
[src]

The fingerprint of the Google Tag Destination as computed at storage time. This value is recomputed whenever the destination is modified.

§
name?: string
[src]

Destination display name.

§
path?: string
[src]

Destination's API relative path.

§
tagManagerUrl?: string
[src]

Auto generated link to the tag manager UI.