Configure the pixel to respect cookie consent banners.
While LemReveal doesn't require cookies for company identification, you may want to gate the pixel behind your cookie consent banner for maximum compliance.
## How to Gate the Pixel Instead of loading the pixel on every page, conditionally load it after consent: ```javascript // Example: load pixel only after analytics consent if (userHasConsented('analytics')) { const script = document.createElement('script'); script.src = 'https://your-project.supabase.co/functions/v1/pixel-js?k=lmr_YOUR_KEY'; script.defer = true; document.head.appendChild(script); } ```
## Compatible Consent Platforms - **Cookiebot** — use the `CookieConsentGiven` callback - **OneTrust** — use the OptanonWrapper function - **Cookie Notice** (WordPress) — use the `cn_cookie_accepted` event - **Osano** — use the `osano-cm-consent-changed` event For Google Tag Manager, set up a consent-based trigger that fires only when the user has accepted analytics cookies.
## Do I Need This? Since LemReveal identifies companies (not individuals) and doesn't use cookies for identification, most legal interpretations don't require consent. However, gating behind consent is the most conservative approach and may be appropriate for EU-focused businesses.
LemReveal identifies companies visiting your website with confidence scoring, 8 buying timing signals, and AI-generated talking points. GDPR compliant B2B lead generation from $0/mo.
Enterprise-grade security. Start free at lemreveal.com