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

CustomTemplate

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

Represents a Google Tag Manager Custom Template's contents.

interface CustomTemplate {
accountId?: string;
containerId?: string;
fingerprint?: string;
galleryReference?: GalleryReference;
name?: string;
path?: string;
tagManagerUrl?: string;
templateData?: string;
templateId?: string;
workspaceId?: string;
}

§Properties

§
accountId?: string
[src]

GTM Account ID.

§
containerId?: string
[src]

GTM Container ID.

§
fingerprint?: string
[src]

The fingerprint of the GTM Custom Template as computed at storage time. This value is recomputed whenever the template is modified.

§
galleryReference?: GalleryReference
[src]

A reference to the Community Template Gallery entry.

§
name?: string
[src]

Custom Template display name.

§
path?: string
[src]

GTM Custom Template's API relative path.

§
tagManagerUrl?: string
[src]

Auto generated link to the tag manager UI

§
templateData?: string
[src]

The custom template in text format.

§
templateId?: string
[src]

The Custom Template ID uniquely identifies the GTM custom template.

§
workspaceId?: string
[src]

GTM Workspace ID.