Already have GTM on your site? The ENTD Draw Button tag places a drawing on any page from your GTM container — marketing can launch drawings without a release.
template.tpl fileIn GTM open Templates → Tag Templates → New → ⋮ → Import, choose template.tpl and save.
Fill in the Connection ID and Drawing ID (can be a variable — e.g. a Data Layer Variable per product page). Choose the mode: render the ENTD button into a container, or open the drawing on click of your own element. Set the CSS selector accordingly.
<!-- "Render" mode: an empty container, selector #entd-draw -->
<div id="entd-draw"></div>Use Page View — DOM Ready on the pages with the drawing. For single-page apps also add a History Change trigger — containers that appear later are picked up automatically.
Check the tag in Preview mode, then Submit the container version.
Put the ID of the logged-in customer into the User ID field (usually a Data Layer Variable). When it’s empty, the visitor enters with an anonymous ID — or is sent to your Login URL, if you set one.
entd.tech in script-src and *.entd.tech in frame-src, and api.entd.tech in connect-src.