Poltio Web SDK Javascript API

If you are planning to use Poltio Widgets on your site, you can add additional features by using our Javascript SDK. By default, widget.js will find poltio div in your html markup and converts it to an iframe code. By using our SDK, you can have our widget.js update the height of the iframe based on the content or you can load content based on the page url dynamically.

index.html

    <div class="poltio-widget" data-content="XXX"></div>
    <script
      defer
      src="https://platform.poltio.com/widget.js">
    </script>

Integrations

Webhook

Webhooks allows you to share widget actions realtime in json format to connect with other applications.

Read more

Sheethook

Sheethooks allows you to connect a Google Sheet with your content to get user interactions in realtime

Read more

Pixelcode

PixelCodes allows you to share Widget events with external systems via javascript, iframe or image pixels real time. (Eg: Facebook Pixel, GTM, etc...)

Read more

Google Tag Manager

Recieve your users realtime interactions with Poltio Widgets on your Google Tag Manager or Google Analytics

Read more