Adobe Commerce
Add Zigpoll to Adobe Commerce (Magento 2) with a simple script embed
What you’ll need
Option A — Add globally via Theme Configuration (fastest)
<script type='application/javascript'>
;(function () {
window.Zigpoll = {
accountId: 'YOUR_ACCOUNT_ID'
};
var script = document.createElement("script");
script.type = "text/javascript";
script.charset = "utf-8";
script.src = "//cdn.zigpoll.com/static/js/main.js";
script.async = true;
document.head.appendChild(script);
}());
</script>Option B — Google Tag Manager
Last updated

