GtagConfig
import type { GtagConfig } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
Represents a Google tag configuration.
interface GtagConfig {
accountId?: string;
containerId?: string;
fingerprint?: string;
gtagConfigId?: string;
parameter?: Parameter[];
path?: string;
tagManagerUrl?: string;
type?: string;
workspaceId?: string;
}