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

Account

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

Represents a Google Tag Manager Account.

interface Account {
accountId?: string;
features?: AccountFeatures;
fingerprint?: string;
name?: string;
path?: string;
shareData?: boolean;
tagManagerUrl?: string;
}

§Properties

§
accountId?: string
[src]

The Account ID uniquely identifies the GTM Account.

§

Read-only Account feature set

§
fingerprint?: string
[src]

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

§
name?: string
[src]

Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update

§
path?: string
[src]

GTM Account's API relative path.

§
shareData?: boolean
[src]

Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update

§
tagManagerUrl?: string
[src]

Auto generated link to the tag manager UI