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

TagConsentSetting

import type { TagConsentSetting } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
interface TagConsentSetting {
consentStatus?: "notSet" | "notNeeded" | "needed";
consentType?: Parameter;
}

§Properties

§
consentStatus?: "notSet" | "notNeeded" | "needed"
[src]

The tag's consent status. If set to NEEDED, the runtime will check that the consent types specified by the consent_type field have been granted.

§
consentType?: Parameter
[src]

The type of consents to check for during tag firing if in the consent NEEDED state. This parameter must be of type LIST where each list item is of type STRING.