Google Tag Manager · Arazzo Workflow
Google Tag Manager Build a Variable-Backed Tag
Version 1.0.0
Create a workspace, create a variable, then create a tag that consumes it.
Provider
Workflows
build-variable-backed-tag
Create a workspace, a variable, and a tag that consumes the variable.
Creates a workspace under the supplied container, creates a variable in it, and creates a tag whose parameter value references the new variable by name.
1
createWorkspace
createWorkspace
Open a new workspace inside the supplied container.
2
createVariable
createVariable
Create a variable in the new workspace.
3
createTag
createTag
Create a tag whose parameter references the new variable by name.