Skip to main content

Quick Start Guide

Get biskoui up and running on your website in under 5 minutes with baseline privacy compliance.

Step 1: Account Setup

  1. Sign up at biskoui.ch for your Swiss-hosted account
  2. Add your domain in the dashboard (e.g., example.com)
  3. Copy your script snippet - it includes your unique site identifier

biskoui integration script anatomy:

<script>
window.biskouiSettings = {
clientId: REPLACE_WITH_YOUR_CLIENT_ID,
};

(function (d, s) {
var t = d.getElementsByTagName(s)[0],
e = d.createElement(s);
e.async = true;
e.src = "https://static.biskoui.ch/sdk.js";
t.parentNode.insertBefore(e, t);
})(document, "script");
</script>

Replace REPLACE_WITH_YOUR_CLIENT_ID with your actual site ID from the dashboard.
Replace https://static.biskoui.ch/sdk.js with https://cdn.biskoui.ch/sdk.js for PRO subscription. This will use our CloudFlare CDN for faster loading.

Step 2: Install the Script

Add the biskoui snippet to your website's <head> section or install through Tag Manager.

Step 3: Register your Services in biskoui

Configure the third-party services your website uses:

  1. Add Services: In the dashboard, add services like Google Analytics, Facebook Pixel, YouTube embeds
  2. Migrate the script: Remove the services scripts from your website after configuring them into biskoui in order to avoid a double execution

Common Services to Configure:

  • Google Analytics → Analytics category
  • Facebook Pixel → Marketing category
  • Google Maps → Marketing category
  • Intercom → Functional category

Step 4: Verify Your Installation

Test the Banner:

  1. Open your website in a private/incognito browser window
  2. The biskoui consent banner should appear on first visit
  3. Test both "Accept All" and "Reject All" buttons
  4. Verify banner disappears and choice is remembered on page refresh

Check Service Blocking:

  1. Before accepting consent, check browser developer tools for blocked third-party requests
  2. After accepting consent, verify services load properly

Step 5: Customize for Your Brand (Optional)

Basic customization options:

  1. Set brand colors and radius to match your website theme
  2. Set preferred font Select from list of web safe fonts or choose to automatically inherit your website's <p> font
  3. Customize button style to match your website style
  4. Set banner position bottom left or bottom right
  5. Preview changes in real-time before publishing
  6. Hide recall widget Toggle show / hide the banner recall widget

You may recall the banner via the following script: <a href="javascript:void(0);" onclick="window.biskoui.showBanner()">Paramètres de confidentialité</a>

Next Steps

Your biskoui implementation is now providing baseline Swiss data protection compliance. To enhance the experience:

Essential Configuration:

Advanced Features: