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

  1. GTM → Tags → New → Tag Type: Custom HTML.
  2. Paste the Pluro script above.
  3. Trigger: All Pages.
  4. Save → Submit / Publish the container.
  5. (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 to script-src.
  • Ensure the container is published (not just saved).