GoogleApi.TagManager.V2.Model.TagConsentSetting (google_api_tag_manager v0.17.0) View Source
Attributes
-
consentStatus
(type:String.t
, default:nil
) - 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
(type:GoogleApi.TagManager.V2.Model.Parameter.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.TagManager.V2.Model.TagConsentSetting{ consentStatus: String.t() | nil, consentType: GoogleApi.TagManager.V2.Model.Parameter.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.