Skip to main content

Impact

The player is positioned fixed to viewport, usually at the bottom of the screen.

Behaviour

MobileDesktop
Impact MobileImpact Desktop

Demos

Mobile

Live demo (link)

Impact Mobile

Desktop

Live demo (link)

Impact Desktop

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>