Skip to content

Commit

Permalink
feat(tagmanager): update the api
Browse files Browse the repository at this point in the history
#### tagmanager:v2

The following keys were added:
- schemas.Tag.properties.consentSettings.$ref (Total Keys: 1)
- schemas.TagConsentSetting (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Aug 10, 2021
1 parent 5a1dc34 commit 47a522a
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 2 deletions.
98 changes: 98 additions & 0 deletions docs/dyn/tagmanager_v2.accounts.containers.versions.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/dyn/tagmanager_v2.accounts.containers.workspaces.folders.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,20 @@ <h3>Method Details</h3>
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;consentSettings&quot;: { # Consent settings of a tag. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;consentStatus&quot;: &quot;A String&quot;, # The tag&#x27;s consent status. If set to NEEDED, the runtime will check that the consent types specified by the consent_type field have been granted.
&quot;consentType&quot;: { # Represents a Google Tag Manager Parameter. # 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.
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored). @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique). @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are: - boolean: The value represents a boolean, represented as &#x27;true&#x27; or &#x27;false&#x27; - integer: The value represents a 64-bit signed integer value, in base 10 - list: A list of parameters should be specified - map: A map of parameters should be specified - template: The value represents any text; this can include variable references (even variable references that might return non-string types) - trigger_reference: The value represents a trigger, represented as the trigger id - tag_reference: The value represents a tag, represented as the tag name @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as &quot;{{myVariable}}&quot;) as appropriate to the specified type. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
},
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time. This value is recomputed whenever the tag is modified.
&quot;firingRuleId&quot;: [ # 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. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
Expand Down
Loading

0 comments on commit 47a522a

Please sign in to comment.