Quikly Drop

Overview

Quikly Drop allows you to "drop" rewards to instantly surprise and delight your audience.

This activation type can show realtime content including number of offers claimed, the number remaining, the current offer available, or time remaining before the event is over.

Drop Tiles

Code

1<script>
2(function (w, d) {
3 w.qData || (w.qData = function() {
4 (w.qDataLayer = w.qDataLayer || []).push(arguments);
5 });
6 s = d.createElement('script');
7 s.src = 'https://pixel.quiklydemo.com/embed/js';
8 s.async = true;
9 f = d.scripts[0];
10 f.parentNode.insertBefore(s, f);
11})(window, document);
12qData("config", "m/example"); // your production brand key
13qData('ui', { page: 'promo', root: 'quikly-embed', ids: ['example'] });
14</script>

Live Demo