Class TagConsentSetting
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class TagConsentSetting : IDirectResponseSchema
Properties
ConsentStatus
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.
Declaration
[JsonProperty("consentStatus")]
public virtual string ConsentStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ConsentType
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.
Declaration
[JsonProperty("consentType")]
public virtual Parameter ConsentType { get; set; }
Property Value
Type | Description |
---|---|
Parameter |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |