Quick Start Guide
Get biskoui up and running on your website in under 5 minutes with baseline privacy compliance.
Step 1: Account Setup
- Sign up at biskoui.ch for your Swiss-hosted account
- Add your domain in the dashboard (e.g.,
example.com) - 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:
- Add Services: In the dashboard, add services like Google Analytics, Facebook Pixel, YouTube embeds
- 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:
- Open your website in a private/incognito browser window
- The biskoui consent banner should appear on first visit
- Test both "Accept All" and "Reject All" buttons
- Verify banner disappears and choice is remembered on page refresh
Check Service Blocking:
- Before accepting consent, check browser developer tools for blocked third-party requests
- After accepting consent, verify services load properly
Step 5: Customize for Your Brand (Optional)
Basic customization options:
- Set brand colors and radius to match your website theme
- Set preferred font Select from list of web safe fonts or choose to automatically inherit your website's
<p>font - Customize button style to match your website style
- Set banner position bottom left or bottom right
- Preview changes in real-time before publishing
- 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:
- Configure All Services: Add every third-party tool your site uses
- Review Compliance: Ensure full nFADP compliance for Swiss operations
- Customize Styling: Match your brand for better user trust
Advanced Features:
- Cross-Subdomain Consent: Share consent across multiple subdomains
- Google Consent Mode v2: Integrate with Google's measurement framework
- JavaScript API: Build custom consent experiences