// FirstPromoter Referral Detection (function() { // Get referral code from URL parameters function getReferralCode() { const urlParams = new URLSearchParams(window.location.search); return urlParams.get('ref') || urlParams.get('referral') || urlParams.get('affiliate'); } // Store referral code in localStorage for later use const referralCode = getReferralCode(); if (referralCode) { localStorage.setItem('fp_referral_code', referralCode); // Track the referral visit if (window.fprom) { window.fprom('track', 'referral_visit', { referral_code: referralCode, page: window.location.pathname }); } } // Track page views if (window.fprom) { window.fprom('track', 'page_view', { page: window.location.pathname, title: document.title }); } })();
top of page
Blog.png

Find Coelle in the App Store

Coelle is an audio-guided intimacy app for couples who want to slow down, explore, and feel more connected.

Open the App Store and search “Coelle.”
bottom of page