Impact
The player is positioned fixed to viewport, usually at the bottom of the screen.
Behaviour
| Mobile | Desktop |
|---|---|
Demos
Mobile
Live demo (link)

Desktop
Live demo (link)

Code sample
Place the tag inside the <body> tag:
<script>
window.impactifyTag = window.impactifyTag || [];
impactifyTag.push({
appId: 'paste-your-app-id'
,format: 'screen'
,style: 'impact'
});
(function(d, s, id) {
var js, ijs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://ad.impactify.io/static/ad/tag.js';
ijs.parentNode.insertBefore(js, ijs);
}(document, 'script', 'impactify-sdk'));
</script>