Pixel
🎉 Welcome! Let's install your Keak Pixel
Before you can start running A/B tests, you need to install the Keak tracking script on your website. This allows us to track visitors and show them your test variations.
Step 1: Choose your platform below
Step 2: Follow the installation guide
Step 3: Copy & paste the script
Installation Guides
Don't see the guide your looking for? Click here to leave a feedback for the guide you want.
How to install on Framer
Follow the interactive guide below to install Keak on your framer website.
A/B Testing Script
·
Required
Do you have your tracking code installed? Please add your tracking code below to the header of your website.
Important: Make sure to add this script to both your test page AND your conversion event page.
<script id="keak-script" src="" type="text/javascript"></script>
Content Flicker Script
·
Optional
Is the variation your testing shown immediately to users? In this case it's recommend you add this script to prevent content flickering on your website.
<style>.async-hide { opacity: 0 !important; background: white !important;} </style>
<script>
(function(KEAK, K, E, A, K_, H, I, D, E_) {
K.className += ' ' + E;
H.start = 1 * new Date;
H.end = I = function() {
K.className = K.className.replace(RegExp(' ?' + E), '');
};
(KEAK[A] = KEAK[A] || []).hide = H;
setTimeout(function() {
I();
H.end = null;
}, K_);
H.timeout = K_;
})(window, document.documentElement, 'async-hide', 'dataLayer', 800,
{ 'CONTAINER_ID': true });
</script>