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

Container

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

Represents a Google Tag Manager Container, which specifies the platform tags will run on, manages workspaces, and retains container versions.

interface Container {
accountId?: string;
containerId?: string;
domainName?: string[];
features?: ContainerFeatures;
fingerprint?: string;
name?: string;
notes?: string;
path?: string;
publicId?: string;
taggingServerUrls?: string[];
tagIds?: string[];
tagManagerUrl?: string;
usageContext?:
| "usageContextUnspecified"
| "web"
| "android"
| "ios"
| "androidSdk5"
| "iosSdk5"
| "amp"
| "server"[];
}

§Properties

§
accountId?: string
[src]

GTM Account ID.

§
containerId?: string
[src]

The Container ID uniquely identifies the GTM Container.

§
domainName?: string[]
[src]

List of domain names associated with the Container. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update

§

Read-only Container feature set.

§
fingerprint?: string
[src]

The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified.

§
name?: string
[src]

Container display name. @mutable tagmanager.accounts.containers.create

§
notes?: string
[src]

Container Notes. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update

§
path?: string
[src]

GTM Container's API relative path.

§
publicId?: string
[src]

Container Public ID.

§
taggingServerUrls?: string[]
[src]

List of server-side container URLs for the Container. If multiple URLs are provided, all URL paths must match. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update

§
tagIds?: string[]
[src]

All Tag IDs that refer to this Container.

§
tagManagerUrl?: string
[src]

Auto generated link to the tag manager UI

§
usageContext?: "usageContextUnspecified" | "web" | "android" | "ios" | "androidSdk5" | "iosSdk5" | "amp" | "server"[]
[src]

List of Usage Contexts for the Container. Valid values include: web, android, or ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update