create(parent, body=None, x__xgafv=None)
Creates a GTM Tag.
Deletes a GTM Tag.
Gets a GTM Tag.
list(parent, pageToken=None, x__xgafv=None)
Lists all GTM Tags of a Container.
list_next(previous_request, previous_response)
Retrieves the next page of results.
revert(path, fingerprint=None, x__xgafv=None)
Reverts changes to a GTM Tag in a GTM Workspace.
update(path, body=None, fingerprint=None, x__xgafv=None)
Updates a GTM Tag.
create(parent, body=None, x__xgafv=None)
Creates a GTM Tag. Args: parent: string, GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} (required) body: object, The request body. The object takes the form of: { # Represents a Google Tag Manager Tag. "fingerprint": "A String", # The fingerprint of the GTM Tag as computed at storage time. # This value is recomputed whenever the tag is modified. "paused": True or False, # Indicates whether the tag is paused, which prevents the tag from firing. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "setupTag": [ # The list of setup tags. Currently we only allow one. { # Represents a reference to atag that fires before another tag in order to # set up dependencies. "stopOnSetupFailure": True or False, # If true, fire the main tag if and only if the setup tag fires # successfully. # If false, fire the main tag regardless of setup tag firing status. "tagName": "A String", # The name of the setup tag. }, ], "firingRuleId": [ # Firing rule IDs. A tag will fire when any of the listed rules are true and # all of its <code>blockingRuleIds</code> (if any specified) are false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "accountId": "A String", # GTM Account ID. "firingTriggerId": [ # Firing trigger IDs. A tag will fire when any of the listed triggers are # true and all of its <code>blockingTriggerIds</code> (if any specified) are # false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "priority": { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in # order of priority. Tags with higher numeric value fire first. A tag's # priority can be a positive or negative value. The default value is 0. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "workspaceId": "A String", # GTM Workspace ID. "type": "A String", # GTM Tag Type. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parentFolderId": "A String", # Parent folder id. "scheduleStartMs": "A String", # The start timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "scheduleEndMs": "A String", # The end timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "containerId": "A String", # GTM Container ID. "tagFiringOption": "A String", # Option to fire this tag. "tagId": "A String", # The Tag ID uniquely identifies the GTM Tag. "blockingRuleId": [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag # will not fire. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "tagManagerUrl": "A String", # Auto generated link to the tag manager UI "monitoringMetadata": { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data # for tag monitoring. # Notes:<ul> # <li>This parameter must be type <code>MAP</code>.</li> # <li>Each parameter in the map are type <code>TEMPLATE</code>, however # cannot contain variable references.</li> # </ul> # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "path": "A String", # GTM Tag's API relative path. "teardownTag": [ # The list of teardown tags. Currently we only allow one. { # Represents a tag that fires after another tag in order to tear down # dependencies. "stopTeardownOnFailure": True or False, # If true, fire the teardown tag if and only if the main tag fires # successfully. # If false, fire the teardown tag regardless of main tag firing status. "tagName": "A String", # The name of the teardown tag. }, ], "monitoringMetadataTagNameKey": "A String", # If non-empty, then the tag display name will be included in the monitoring # metadata map using the key specified. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "name": "A String", # Tag display name. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parameter": [ # The tag's parameters. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update { # Represents a Google Tag Manager Parameter. "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, ], "notes": "A String", # User notes on how to apply this tag in the container. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "liveOnly": True or False, # If set to true, this tag will only fire in the live environment (e.g. not # in preview or debug mode). # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "blockingTriggerId": [ # 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 "A String", ], } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Represents a Google Tag Manager Tag. "fingerprint": "A String", # The fingerprint of the GTM Tag as computed at storage time. # This value is recomputed whenever the tag is modified. "paused": True or False, # Indicates whether the tag is paused, which prevents the tag from firing. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "setupTag": [ # The list of setup tags. Currently we only allow one. { # Represents a reference to atag that fires before another tag in order to # set up dependencies. "stopOnSetupFailure": True or False, # If true, fire the main tag if and only if the setup tag fires # successfully. # If false, fire the main tag regardless of setup tag firing status. "tagName": "A String", # The name of the setup tag. }, ], "firingRuleId": [ # Firing rule IDs. A tag will fire when any of the listed rules are true and # all of its <code>blockingRuleIds</code> (if any specified) are false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "accountId": "A String", # GTM Account ID. "firingTriggerId": [ # Firing trigger IDs. A tag will fire when any of the listed triggers are # true and all of its <code>blockingTriggerIds</code> (if any specified) are # false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "priority": { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in # order of priority. Tags with higher numeric value fire first. A tag's # priority can be a positive or negative value. The default value is 0. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "workspaceId": "A String", # GTM Workspace ID. "type": "A String", # GTM Tag Type. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parentFolderId": "A String", # Parent folder id. "scheduleStartMs": "A String", # The start timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "scheduleEndMs": "A String", # The end timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "containerId": "A String", # GTM Container ID. "tagFiringOption": "A String", # Option to fire this tag. "tagId": "A String", # The Tag ID uniquely identifies the GTM Tag. "blockingRuleId": [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag # will not fire. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "tagManagerUrl": "A String", # Auto generated link to the tag manager UI "monitoringMetadata": { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data # for tag monitoring. # Notes:<ul> # <li>This parameter must be type <code>MAP</code>.</li> # <li>Each parameter in the map are type <code>TEMPLATE</code>, however # cannot contain variable references.</li> # </ul> # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "path": "A String", # GTM Tag's API relative path. "teardownTag": [ # The list of teardown tags. Currently we only allow one. { # Represents a tag that fires after another tag in order to tear down # dependencies. "stopTeardownOnFailure": True or False, # If true, fire the teardown tag if and only if the main tag fires # successfully. # If false, fire the teardown tag regardless of main tag firing status. "tagName": "A String", # The name of the teardown tag. }, ], "monitoringMetadataTagNameKey": "A String", # If non-empty, then the tag display name will be included in the monitoring # metadata map using the key specified. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "name": "A String", # Tag display name. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parameter": [ # The tag's parameters. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update { # Represents a Google Tag Manager Parameter. "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, ], "notes": "A String", # User notes on how to apply this tag in the container. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "liveOnly": True or False, # If set to true, this tag will only fire in the live environment (e.g. not # in preview or debug mode). # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "blockingTriggerId": [ # 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 "A String", ], }
delete(path, x__xgafv=None)
Deletes a GTM Tag. Args: path: string, GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format
get(path, x__xgafv=None)
Gets a GTM Tag. Args: path: string, GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Represents a Google Tag Manager Tag. "fingerprint": "A String", # The fingerprint of the GTM Tag as computed at storage time. # This value is recomputed whenever the tag is modified. "paused": True or False, # Indicates whether the tag is paused, which prevents the tag from firing. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "setupTag": [ # The list of setup tags. Currently we only allow one. { # Represents a reference to atag that fires before another tag in order to # set up dependencies. "stopOnSetupFailure": True or False, # If true, fire the main tag if and only if the setup tag fires # successfully. # If false, fire the main tag regardless of setup tag firing status. "tagName": "A String", # The name of the setup tag. }, ], "firingRuleId": [ # Firing rule IDs. A tag will fire when any of the listed rules are true and # all of its <code>blockingRuleIds</code> (if any specified) are false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "accountId": "A String", # GTM Account ID. "firingTriggerId": [ # Firing trigger IDs. A tag will fire when any of the listed triggers are # true and all of its <code>blockingTriggerIds</code> (if any specified) are # false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "priority": { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in # order of priority. Tags with higher numeric value fire first. A tag's # priority can be a positive or negative value. The default value is 0. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "workspaceId": "A String", # GTM Workspace ID. "type": "A String", # GTM Tag Type. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parentFolderId": "A String", # Parent folder id. "scheduleStartMs": "A String", # The start timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "scheduleEndMs": "A String", # The end timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "containerId": "A String", # GTM Container ID. "tagFiringOption": "A String", # Option to fire this tag. "tagId": "A String", # The Tag ID uniquely identifies the GTM Tag. "blockingRuleId": [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag # will not fire. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "tagManagerUrl": "A String", # Auto generated link to the tag manager UI "monitoringMetadata": { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data # for tag monitoring. # Notes:<ul> # <li>This parameter must be type <code>MAP</code>.</li> # <li>Each parameter in the map are type <code>TEMPLATE</code>, however # cannot contain variable references.</li> # </ul> # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "path": "A String", # GTM Tag's API relative path. "teardownTag": [ # The list of teardown tags. Currently we only allow one. { # Represents a tag that fires after another tag in order to tear down # dependencies. "stopTeardownOnFailure": True or False, # If true, fire the teardown tag if and only if the main tag fires # successfully. # If false, fire the teardown tag regardless of main tag firing status. "tagName": "A String", # The name of the teardown tag. }, ], "monitoringMetadataTagNameKey": "A String", # If non-empty, then the tag display name will be included in the monitoring # metadata map using the key specified. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "name": "A String", # Tag display name. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parameter": [ # The tag's parameters. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update { # Represents a Google Tag Manager Parameter. "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, ], "notes": "A String", # User notes on how to apply this tag in the container. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "liveOnly": True or False, # If set to true, this tag will only fire in the live environment (e.g. not # in preview or debug mode). # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "blockingTriggerId": [ # 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 "A String", ], }
list(parent, pageToken=None, x__xgafv=None)
Lists all GTM Tags of a Container. Args: parent: string, GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} (required) pageToken: string, Continuation token for fetching the next page of results. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # List Tags Response. "nextPageToken": "A String", # Continuation token for fetching the next page of results. "tag": [ # All GTM Tags of a GTM Container. { # Represents a Google Tag Manager Tag. "fingerprint": "A String", # The fingerprint of the GTM Tag as computed at storage time. # This value is recomputed whenever the tag is modified. "paused": True or False, # Indicates whether the tag is paused, which prevents the tag from firing. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "setupTag": [ # The list of setup tags. Currently we only allow one. { # Represents a reference to atag that fires before another tag in order to # set up dependencies. "stopOnSetupFailure": True or False, # If true, fire the main tag if and only if the setup tag fires # successfully. # If false, fire the main tag regardless of setup tag firing status. "tagName": "A String", # The name of the setup tag. }, ], "firingRuleId": [ # Firing rule IDs. A tag will fire when any of the listed rules are true and # all of its <code>blockingRuleIds</code> (if any specified) are false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "accountId": "A String", # GTM Account ID. "firingTriggerId": [ # Firing trigger IDs. A tag will fire when any of the listed triggers are # true and all of its <code>blockingTriggerIds</code> (if any specified) are # false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "priority": { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in # order of priority. Tags with higher numeric value fire first. A tag's # priority can be a positive or negative value. The default value is 0. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "workspaceId": "A String", # GTM Workspace ID. "type": "A String", # GTM Tag Type. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parentFolderId": "A String", # Parent folder id. "scheduleStartMs": "A String", # The start timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "scheduleEndMs": "A String", # The end timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "containerId": "A String", # GTM Container ID. "tagFiringOption": "A String", # Option to fire this tag. "tagId": "A String", # The Tag ID uniquely identifies the GTM Tag. "blockingRuleId": [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag # will not fire. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "tagManagerUrl": "A String", # Auto generated link to the tag manager UI "monitoringMetadata": { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data # for tag monitoring. # Notes:<ul> # <li>This parameter must be type <code>MAP</code>.</li> # <li>Each parameter in the map are type <code>TEMPLATE</code>, however # cannot contain variable references.</li> # </ul> # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "path": "A String", # GTM Tag's API relative path. "teardownTag": [ # The list of teardown tags. Currently we only allow one. { # Represents a tag that fires after another tag in order to tear down # dependencies. "stopTeardownOnFailure": True or False, # If true, fire the teardown tag if and only if the main tag fires # successfully. # If false, fire the teardown tag regardless of main tag firing status. "tagName": "A String", # The name of the teardown tag. }, ], "monitoringMetadataTagNameKey": "A String", # If non-empty, then the tag display name will be included in the monitoring # metadata map using the key specified. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "name": "A String", # Tag display name. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parameter": [ # The tag's parameters. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update { # Represents a Google Tag Manager Parameter. "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, ], "notes": "A String", # User notes on how to apply this tag in the container. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "liveOnly": True or False, # If set to true, this tag will only fire in the live environment (e.g. not # in preview or debug mode). # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "blockingTriggerId": [ # 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 "A String", ], }, ], }
list_next(previous_request, previous_response)
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.
revert(path, fingerprint=None, x__xgafv=None)
Reverts changes to a GTM Tag in a GTM Workspace. Args: path: string, GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} (required) fingerprint: string, When provided, this fingerprint must match the fingerprint of thetag in storage. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The result of reverting a tag in a workspace. "tag": { # Represents a Google Tag Manager Tag. # Tag as it appears in the latest container version since the last # workspace synchronization operation. If no tag is present, that means # the tag was deleted in the latest container version. "fingerprint": "A String", # The fingerprint of the GTM Tag as computed at storage time. # This value is recomputed whenever the tag is modified. "paused": True or False, # Indicates whether the tag is paused, which prevents the tag from firing. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "setupTag": [ # The list of setup tags. Currently we only allow one. { # Represents a reference to atag that fires before another tag in order to # set up dependencies. "stopOnSetupFailure": True or False, # If true, fire the main tag if and only if the setup tag fires # successfully. # If false, fire the main tag regardless of setup tag firing status. "tagName": "A String", # The name of the setup tag. }, ], "firingRuleId": [ # Firing rule IDs. A tag will fire when any of the listed rules are true and # all of its <code>blockingRuleIds</code> (if any specified) are false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "accountId": "A String", # GTM Account ID. "firingTriggerId": [ # Firing trigger IDs. A tag will fire when any of the listed triggers are # true and all of its <code>blockingTriggerIds</code> (if any specified) are # false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "priority": { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in # order of priority. Tags with higher numeric value fire first. A tag's # priority can be a positive or negative value. The default value is 0. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "workspaceId": "A String", # GTM Workspace ID. "type": "A String", # GTM Tag Type. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parentFolderId": "A String", # Parent folder id. "scheduleStartMs": "A String", # The start timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "scheduleEndMs": "A String", # The end timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "containerId": "A String", # GTM Container ID. "tagFiringOption": "A String", # Option to fire this tag. "tagId": "A String", # The Tag ID uniquely identifies the GTM Tag. "blockingRuleId": [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag # will not fire. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "tagManagerUrl": "A String", # Auto generated link to the tag manager UI "monitoringMetadata": { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data # for tag monitoring. # Notes:<ul> # <li>This parameter must be type <code>MAP</code>.</li> # <li>Each parameter in the map are type <code>TEMPLATE</code>, however # cannot contain variable references.</li> # </ul> # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "path": "A String", # GTM Tag's API relative path. "teardownTag": [ # The list of teardown tags. Currently we only allow one. { # Represents a tag that fires after another tag in order to tear down # dependencies. "stopTeardownOnFailure": True or False, # If true, fire the teardown tag if and only if the main tag fires # successfully. # If false, fire the teardown tag regardless of main tag firing status. "tagName": "A String", # The name of the teardown tag. }, ], "monitoringMetadataTagNameKey": "A String", # If non-empty, then the tag display name will be included in the monitoring # metadata map using the key specified. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "name": "A String", # Tag display name. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parameter": [ # The tag's parameters. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update { # Represents a Google Tag Manager Parameter. "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, ], "notes": "A String", # User notes on how to apply this tag in the container. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "liveOnly": True or False, # If set to true, this tag will only fire in the live environment (e.g. not # in preview or debug mode). # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "blockingTriggerId": [ # 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 "A String", ], }, }
update(path, body=None, fingerprint=None, x__xgafv=None)
Updates a GTM Tag. Args: path: string, GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} (required) body: object, The request body. The object takes the form of: { # Represents a Google Tag Manager Tag. "fingerprint": "A String", # The fingerprint of the GTM Tag as computed at storage time. # This value is recomputed whenever the tag is modified. "paused": True or False, # Indicates whether the tag is paused, which prevents the tag from firing. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "setupTag": [ # The list of setup tags. Currently we only allow one. { # Represents a reference to atag that fires before another tag in order to # set up dependencies. "stopOnSetupFailure": True or False, # If true, fire the main tag if and only if the setup tag fires # successfully. # If false, fire the main tag regardless of setup tag firing status. "tagName": "A String", # The name of the setup tag. }, ], "firingRuleId": [ # Firing rule IDs. A tag will fire when any of the listed rules are true and # all of its <code>blockingRuleIds</code> (if any specified) are false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "accountId": "A String", # GTM Account ID. "firingTriggerId": [ # Firing trigger IDs. A tag will fire when any of the listed triggers are # true and all of its <code>blockingTriggerIds</code> (if any specified) are # false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "priority": { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in # order of priority. Tags with higher numeric value fire first. A tag's # priority can be a positive or negative value. The default value is 0. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "workspaceId": "A String", # GTM Workspace ID. "type": "A String", # GTM Tag Type. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parentFolderId": "A String", # Parent folder id. "scheduleStartMs": "A String", # The start timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "scheduleEndMs": "A String", # The end timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "containerId": "A String", # GTM Container ID. "tagFiringOption": "A String", # Option to fire this tag. "tagId": "A String", # The Tag ID uniquely identifies the GTM Tag. "blockingRuleId": [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag # will not fire. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "tagManagerUrl": "A String", # Auto generated link to the tag manager UI "monitoringMetadata": { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data # for tag monitoring. # Notes:<ul> # <li>This parameter must be type <code>MAP</code>.</li> # <li>Each parameter in the map are type <code>TEMPLATE</code>, however # cannot contain variable references.</li> # </ul> # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "path": "A String", # GTM Tag's API relative path. "teardownTag": [ # The list of teardown tags. Currently we only allow one. { # Represents a tag that fires after another tag in order to tear down # dependencies. "stopTeardownOnFailure": True or False, # If true, fire the teardown tag if and only if the main tag fires # successfully. # If false, fire the teardown tag regardless of main tag firing status. "tagName": "A String", # The name of the teardown tag. }, ], "monitoringMetadataTagNameKey": "A String", # If non-empty, then the tag display name will be included in the monitoring # metadata map using the key specified. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "name": "A String", # Tag display name. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parameter": [ # The tag's parameters. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update { # Represents a Google Tag Manager Parameter. "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, ], "notes": "A String", # User notes on how to apply this tag in the container. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "liveOnly": True or False, # If set to true, this tag will only fire in the live environment (e.g. not # in preview or debug mode). # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "blockingTriggerId": [ # 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 "A String", ], } fingerprint: string, When provided, this fingerprint must match the fingerprint of the tag in storage. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Represents a Google Tag Manager Tag. "fingerprint": "A String", # The fingerprint of the GTM Tag as computed at storage time. # This value is recomputed whenever the tag is modified. "paused": True or False, # Indicates whether the tag is paused, which prevents the tag from firing. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "setupTag": [ # The list of setup tags. Currently we only allow one. { # Represents a reference to atag that fires before another tag in order to # set up dependencies. "stopOnSetupFailure": True or False, # If true, fire the main tag if and only if the setup tag fires # successfully. # If false, fire the main tag regardless of setup tag firing status. "tagName": "A String", # The name of the setup tag. }, ], "firingRuleId": [ # Firing rule IDs. A tag will fire when any of the listed rules are true and # all of its <code>blockingRuleIds</code> (if any specified) are false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "accountId": "A String", # GTM Account ID. "firingTriggerId": [ # Firing trigger IDs. A tag will fire when any of the listed triggers are # true and all of its <code>blockingTriggerIds</code> (if any specified) are # false. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "priority": { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in # order of priority. Tags with higher numeric value fire first. A tag's # priority can be a positive or negative value. The default value is 0. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "workspaceId": "A String", # GTM Workspace ID. "type": "A String", # GTM Tag Type. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parentFolderId": "A String", # Parent folder id. "scheduleStartMs": "A String", # The start timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "scheduleEndMs": "A String", # The end timestamp in milliseconds to schedule a tag. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "containerId": "A String", # GTM Container ID. "tagFiringOption": "A String", # Option to fire this tag. "tagId": "A String", # The Tag ID uniquely identifies the GTM Tag. "blockingRuleId": [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag # will not fire. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "A String", ], "tagManagerUrl": "A String", # Auto generated link to the tag manager UI "monitoringMetadata": { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data # for tag monitoring. # Notes:<ul> # <li>This parameter must be type <code>MAP</code>.</li> # <li>Each parameter in the map are type <code>TEMPLATE</code>, however # cannot contain variable references.</li> # </ul> # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, "path": "A String", # GTM Tag's API relative path. "teardownTag": [ # The list of teardown tags. Currently we only allow one. { # Represents a tag that fires after another tag in order to tear down # dependencies. "stopTeardownOnFailure": True or False, # If true, fire the teardown tag if and only if the main tag fires # successfully. # If false, fire the teardown tag regardless of main tag firing status. "tagName": "A String", # The name of the teardown tag. }, ], "monitoringMetadataTagNameKey": "A String", # If non-empty, then the tag display name will be included in the monitoring # metadata map using the key specified. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "name": "A String", # Tag display name. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "parameter": [ # The tag's parameters. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update { # Represents a Google Tag Manager Parameter. "map": [ # This map parameter'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 ], "list": [ # This list parameter'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 ], "key": "A String", # 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 "value": "A String", # A parameter's value (may contain variable references such as # "{{myVariable}}") # 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 "type": "A String", # The parameter type. Valid values are:<ul> # <li><code>boolean</code>: The value represents a boolean, represented as # 'true' or 'false'</li> # <li><code>integer</code>: The value represents a 64-bit signed integer # value, in base 10</li> # <li><code>list</code>: A list of parameters should be specified</li> # <li><code>map</code>: A map of parameters should be specified</li> # <li><code>template</code>: The value represents any text; this can include # variable references (even variable references that might return # non-string types)</li> # <li><code>trigger_reference</code>: The value represents a trigger, # represented as the trigger id</li> # <li><code>tag_reference</code>: The value represents a tag, represented as # the tag name</li> # </ul> # @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 }, ], "notes": "A String", # User notes on how to apply this tag in the container. # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "liveOnly": True or False, # If set to true, this tag will only fire in the live environment (e.g. not # in preview or debug mode). # @mutable tagmanager.accounts.containers.workspaces.tags.create # @mutable tagmanager.accounts.containers.workspaces.tags.update "blockingTriggerId": [ # 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 "A String", ], }