Where to add
Create a Custom HTML tag in GTM and fire it on All Pages.
Pluro script (copy & paste into a GTM Custom HTML tag)
<script type="text/javascript">(function(){var e=document.createElement('script');e.async=true;e.defer=true;e.setAttribute("type","text/javascript");e.setAttribute("src","https://my.pluro.ai/unitoolbar.js?lang=en");document.getElementsByTagName("head")[0].appendChild(e);})();</script>
Steps
- GTM → Tags → New → Tag Type: Custom HTML.
- Paste the Pluro script above.
- Trigger: All Pages.
- Save → Submit / Publish the container.
- (Optional) Use GTM Preview mode to confirm firing.
Verify
- Open the site → View Source / DevTools → confirm script added to
<head>
region. - Network →
unitoolbar.js
loads with 200.
Troubleshooting
- Strict CSP? Add
https://my.pluro.ai
toscript-src
. - Ensure the container is published (not just saved).