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-poltio-widget-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.
Sheethook
Sheethooks allows you to connect a Google Sheet with your content to get user interactions in realtime
Pixelcode
PixelCodes allows you to share Widget events with external systems via javascript, iframe or image pixels real time. (Eg: Facebook Pixel, GTM, etc...)
Google Tag Manager
Recieve your users realtime interactions with Poltio Widgets on your Google Tag Manager or Google Analytics
Flying Widget
Poltio Flying Widget helps you go online with Poltio Widgets faster by eliminating the task for you to design a place where Poltio Widgets appear in your web page.