Integrations

Works where your stack already lives.

One script tag before your existing analytics and marketing tags. Consentpane intercepts the tools you already run — no per-vendor configuration, no plugin management, no GTM tag restructuring.

Supported platforms

WP

WordPress

Supported
SFY

Shopify

Supported
WF

Webflow

Supported
NXT

Next.js

Supported
GTM

GTM

Supported
GA4

Google Analytics 4

Supported
HUB

HubSpot

Supported
SEG

Segment

Supported
Install

Add Consentpane in under 5 minutes.

Two install paths: paste directly into your <head>, or deploy via a GTM Custom HTML tag. Both activate full pre-consent blocking and audit logging from first load.

index.html — <head> section
<!-- Consentpane consent manager -->
<script
  src="https://cdn.consentpane.com/sdk.js"
  data-site-id="cpn_YOUR_SITE_ID"
  async
></script>
Replace cpn_YOUR_SITE_ID with the site ID from your dashboard. Paste inside <head> before any other scripts.
GTM — Custom HTML tag
<!-- GTM Custom HTML Tag -->
<script
  src="https://cdn.consentpane.com/sdk.js"
  data-site-id="cpn_YOUR_SITE_ID"
  async
></script>

<!-- Trigger: All Pages - DOM Ready -->
<!-- Priority: 10 (run before analytics tags) -->
Set the tag priority to 10 so it fires before your Google Analytics and Meta Pixel tags. Use DOM Ready as the trigger.