2.3M
requests
55.25% consent
requests
55.25% consent
Example of HTML tag
<script type="text/javascript">
(function() {
 window.sib = {
 equeue: [],
 client_key: "Key"
 };
 window.sendinblue = {};
 for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) {
 (function(k) {
 window.sendinblue[k] = function() {
 var arg = Array.prototype.slice.call(arguments);
 (window.sib[k] || function() {
 var t = {};
 t[k] = arg;
 window.sib.equeue.push(t);
 })(arg[0], arg[1], arg[2], arg[3]);
 };
 })(j[i]);
 }
 var n = document.createElement("script"),
 i = document.getElementsByTagName("script")[0];
 n.type = "text/javascript", n.id = "sendinblue-js", n.async = !0, n.src = "https://sibautomation.com/sa.js?key=" + window.sib.client_key, i.parentNode.insertBefore(n, i), window.sendinblue.page();
})();
</script>