consentStatus property

String? consentStatus
getter/setter pair

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. Possible string values are:

  • "notSet" : Default value where user has not specified any setting on it.
  • "notNeeded" : Tag doesn't require any additional consent settings.
  • "needed" : Tag requires additional consent settings.

Implementation

core.String? consentStatus;