Google Tag Manager · Arazzo Workflow
Google Tag Manager Safely Update a Tag
Version 1.0.0
Read a tag for its fingerprint, then update it with optimistic concurrency.
Provider
Workflows
safe-update-tag
Read a tag's fingerprint, then update the tag guarded by that fingerprint.
Gets the tag to capture its fingerprint and name, then updates the tag using the captured fingerprint as the optimistic-concurrency guard.
1
getTag
getTag
Get the tag to read its current fingerprint before updating.
2
updateTag
updateTag
Update the tag, passing the captured fingerprint so the write fails if the tag changed in storage.