GoogleApi.TagManager.V2.Model.TagConsentSetting (google_api_tag_manager v0.24.0)
View SourceAttributes
-
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TagManager.V2.Model.TagConsentSetting{ consentStatus: String.t() | nil, consentType: GoogleApi.TagManager.V2.Model.Parameter.t() | nil }