You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `blockingRuleId` (*type:* `list(String.t)`, *default:* `nil`) - Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire.
26
25
* `blockingTriggerId` (*type:* `list(String.t)`, *default:* `nil`) - Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire.
27
26
* `consentSettings` (*type:* `GoogleApi.TagManager.V2.Model.TagConsentSetting.t`, *default:* `nil`) - Consent settings of a tag.
* `fingerprint` (*type:* `String.t`, *default:* `nil`) - The fingerprint of the GTM Tag as computed at storage time. This value is recomputed whenever the tag is modified.
30
-
* `firingRuleId` (*type:* `list(String.t)`, *default:* `nil`) - Firing rule IDs. A tag will fire when any of the listed rules are true and all of its blockingRuleIds (if any specified) are false.
31
29
* `firingTriggerId` (*type:* `list(String.t)`, *default:* `nil`) - Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false.
32
30
* `liveOnly` (*type:* `boolean()`, *default:* `nil`) - If set to true, this tag will only fire in the live environment (e.g. not in preview or debug mode).
33
31
* `monitoringMetadata` (*type:* `GoogleApi.TagManager.V2.Model.Parameter.t`, *default:* `nil`) - A map of key-value pairs of tag metadata to be included in the event data for tag monitoring. Notes: - This parameter must be type MAP. - Each parameter in the map are type TEMPLATE, however cannot contain variable references.
@@ -54,12 +52,10 @@ defmodule GoogleApi.TagManager.V2.Model.Tag do
0 commit comments