BISC8 + Shopify
theme.liquid head injection — theme-update safe.
BISC8 + Shopify: 1-line edit to theme.liquid, blocks GA4 + Meta Pixel pre-consent automatically.
Perché BISC8 per Shopify
Theme.liquid native
No Shopify app required. Direct edit to layout/theme.liquid — fastest possible install.
Tracker blocking
Auto-blocks Shopify's built-in customer events + GA4 + Meta Pixel until consent granted.
GDPR for EU stores
EU storefronts MUST show pre-consent banner per Garante 2021. BISC8 satisfies Art.7 GDPR + ePrivacy.
Setup (4 passi)
1. Edit theme code
Shopify admin → Online Store → Themes → click "Actions" on active theme → Edit code.
2. Open layout/theme.liquid
Search in the file tree for "theme.liquid" under Layout. Click to open.
3. Paste BEFORE the closing </head>
Position is critical — BISC8 must load before Shopify's native trackers. Use {{ shop.permanent_domain }} as data-domain or your custom domain.
✓ View product page source → BISC8 script is the FIRST <script> tag in <head>.
4. Save + preview
Hit Save. Open store in incognito → banner appears.
Snippet di codice
Sostituisci example.com con il tuo dominio BISC8 registrato.
<!-- Shopify: Online Store → Themes → Actions → Edit code → layout/theme.liquid --> <!-- Paste inside <head>, BEFORE any other tracking script --> <script async src="https://cdn.bisc8.app/v1/boot.js" data-domain="example.com"></script>
Risoluzione problemi
Banner does not block GA4
Make sure BISC8 script is BEFORE Shopify's analytics injection. Move it higher in <head>.
Checkout banner not showing
Shopify checkout pages are isolated. Configure consent inheritance via Pro+ cross-subdomain mode.
Theme update overwrote my snippet
Use a custom snippet file: theme.liquid → {% render 'bisc8' %} → snippets/bisc8.liquid contains the <script> tag. Survives updates.
Guide correlate
Pronto al lancio?
Crea un account in 30 secondi, copia lo snippet, banner live in 60s totali.
Inizia gratis con Shopify