---
title: "Quikly Drop"
description: "Quikly Drop allows you to drop rewards to instantly surprise and delight your audience."
---

import EmbedCode from '../../../../components/EmbedCode.astro'
import Button from './Button.astro'

[Quikly Drop](/activations/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](./images/drop_tiles.png)

## Code

```html
<script>
(function (w, d) {
  w.qData || (w.qData = function() {
    (w.qDataLayer = w.qDataLayer || []).push(arguments);
  });
  s = d.createElement('script');
  s.src = 'https://pixel.quiklydemo.com/embed/js';
  s.async = true;
  f = d.scripts[0];
  f.parentNode.insertBefore(s, f);
})(window, document);
qData("config", "m/example"); // your production brand key
qData('ui', { page: 'promo', root: 'quikly-embed', ids: ['example'] });
</script>
```

## Live Demo
<EmbedCode config="m/zxWhDG" />

<Button onclickData={{ page: 'promo', root: 'quikly-embed', ids: ['bRJhYdk'] }}>
  Click to load the demo
</Button>

<div id="quikly-embed"></div>