High vendor count
AdSense, DFP, Header Bidding SSPs, social pixels, analytics tools... None should run without consent. cerez.io controls them all from a single point with data-cb-category.
News sites and magazine platforms work with an average of 50-150 3rd-party vendors. Each one has different consent requirements that need to be passed to the programmatic advertising ecosystem.
AdSense, DFP, Header Bidding SSPs, social pixels, analytics tools... None should run without consent. cerez.io controls them all from a single point with data-cb-category.
Because ad revenue drops when consent is rejected, publishers pay attention to banner design. With Google Consent Mode v2, even for rejected consents, measurement is not entirely lost thanks to modeled conversions.
The programmatic advertising ecosystem (SSP/DSP) generally expects an IAB TCF v2.3 compliant TC String. cerez.io's TCF SDK alpha provides __tcfapi and TC String generation; official CMP certification is targeted for Q4 2026.
On news sites, every 100ms of delay increases bounce. The Shadow DOM architecture isolates the banner CSS; the SDK loads async, and the sessionStorage cache prevents a server call on repeat visits.
On sites offering premium content + ad revenue together, the consent status has to be coordinated with the paywall logic. The CerezBanner.getConsent() API works integrated with your own paywall system.
With an international or multilingual readership, the consent banner must display correctly in every language. TR/EN/DE support; per-domain banner_language selection (automatic or fixed language).
While the programmatic advertising ecosystem expects a TC String, Google Analytics and AdSense expect GCM v2 signals. cerez.io produces both from the same consent flow.
The __tcfapi global function is active. SSP/DSP integration is provided via TC String generation, event broadcast (tcloaded / cmpuishown / useractioncomplete) and a cross-frame postMessage handler.
__tcfapiLocator iframe support
When consent is given or rejected, Google tags are notified instantly. It starts in the default denied state and moves to granted based on the user's choice; for rejected consents, modeled conversions kick in.
ad_storage · ad_user_data · ad_personalization
analytics_storage · functionality_storage
ad_storage
granted
ad_user_data
granted
ad_personalization
granted
analytics_storage
granted
functionality_storage
denied
Categorize any script tag with the data-cb-category attribute. cerez.io enables or blocks that category based on the user's choice.
data-cb-category="advertising"
data-cb-category="analytics"
data-cb-category="marketing"
data-cb-category="personalization"
Scripts kept as type="text/plain" before consent is given are not executed by the browser. After consent cerez.io it switches them to type="text/javascript".
On news sites offering premium content, running the consent process in coordination with your subscription offer both improves the user experience and protects two revenue channels.
The consent banner + subscription offer are presented at the same time. The user chooses one of two paths; ad revenue and subscription revenue together.
CerezBanner.getConsent()
Content is completely hidden without giving consent or taking a subscription. cerez.io does not support this; it needs to be evaluated carefully.
Every publisher deals with a different problem. Below you can see which features solve common scenarios.
data-cb-category attribute), consent log retention, 6 banner positions, multilingual banner (TR/EN/DE) and soft paywall APIs. IAB TCF v2.3 SDK alpha is active; official IAB Europe CMP certification (CMP ID + full GVL v3 synchronization) is targeted for Q4 2026. For full programmatic advertising ecosystem integration, large publishers should also consider certified CMPs such as OneTrust or Sourcepoint until the certification date.data-cb-category="advertising" attribute and control it on a category basis. GCM v2 signals (ad_storage, ad_user_data, ad_personalization) are updated automatically based on consent status. Large publishers wanting full AdSense compliance for EU/UK traffic should await cerez.io's official TCF v2.3 certification (Q4 2026) or use a certified CMP in parallel.__tcfapi global, TC String generation, event broadcast (tcloaded / cmpuishown / useractioncomplete) and cross-frame postMessage handler are available; vendors can query the consent status. The official certification including the official IAB Europe CMP ID + full GVL v3 synchronization is targeted for Q4 2026.CerezBanner.getConsent()) and is run together with your own paywall logic. A hard cookie wall (closing content to those who do not give consent) is permitted only to a limited extent in EU countries; cerez.io does not offer a native hard wall, so your own implementation is required.async; the single-line JS embed code is added directly to the <head>. With the sessionStorage cache, no server call is made on repeat visits and the banner is drawn instantly. Minimal impact on Core Web Vitals is the aim.?cb_preview=true, the existing consent is skipped in preview mode; the banner is always shown, no cookie is written, nothing is recorded to the consent log, and no heartbeat is sent. Editors and administrators can run a full test before publishing.GCM v2, IAB TCF v2.3 SDK alpha, script blocking and soft paywall integration. Single-line embed, manage it from the cerez.io panel.