Flatten an Adobe Launch (Adobe Tags) container into a browsable tree — every rule with its events, conditions, and actions, plus the full data-element and extension inventory. Grab it live from the _satellite runtime with the bookmarklet, or paste an exported container object.
100% client-side — nothing is sent anywhere · works offlineBETA
Paste the container object as JSON. That can be JSON.stringify(_satellite._container) from a page running Launch (the bookmarklet tab does this for you), an exported library container, or any container-shaped object. Everything below is derived and rendered read-only from that JSON.
On a page that runs Adobe Launch / Tags, this bookmarklet reads window._satellite._container (falling back to .container), copies it to your clipboard as JSON, and tells you to paste it into the Explore container tab here. It makes no network request and sends nothing anywhere.
This explorer maps what the runtime exposes. TagForge goes further — it downloads the deployed Launch library, resolves and pretty-prints the custom code behind each rule and data element, and audits the whole container for what actually fires and where it sends data.
Everything stays in this browser — no account, no server, no upload. Related: dataLayer Event Spec · Google Tag Manager guide · all free tools