The knowledgebase is a categorized collection of answers to frequently asked questions (FAQ) and articles. You can read articles in this category or select a subcategory that you are interested in.
How to Enable PixFuture in Your CMP (Vendor ID 839)
Solution
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>How to Enable PixFuture in Your CMP (Vendor ID 839)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Quick guide for publishers to enable PixFuture (Vendor ID 839) in their CMP under IAB TCF v2.0." />
<style>
:root {
--fg:#0f172a; --muted:#475569; --brand:#6d28d9; --bg:#ffffff;
--border:#e2e8f0; --codebg:#0b1020; --codefg:#e2e8f0;
}
body { margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif; color:var(--fg); background:var(--bg); line-height:1.6; }
.container { max-width: 840px; margin: 0 auto; padding: 32px 20px; }
h1 { font-size: 1.9rem; margin: 0 0 12px; }
h2 { font-size: 1.35rem; margin: 28px 0 10px; }
h3 { font-size: 1.05rem; margin: 22px 0 8px; }
p { color: var(--muted); margin: 10px 0; }
ul, ol { padding-left: 22px; margin: 8px 0; }
.note, .summary, .help { border:1px solid var(--border); border-radius: 10px; padding:14px 16px; background:#fafafa; }
.label { display:inline-block; background:var(--brand); color:white; border-radius: 999px; padding: 2px 10px; font-size: 12px; vertical-align: middle; }
code, kbd { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }
pre { background: var(--codebg); color: var(--codefg); padding: 14px; border-radius: 10px; overflow:auto; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
.toc a { color: inherit; }
.toc { border:1px solid var(--border); border-radius:12px; padding:14px 16px; }
.small { font-size: 0.92rem; }
</style>
</head>
<body>
<main class="container">
<h1>How to Enable PixFuture in Your CMP <span class="label">Vendor ID: 839</span></h1>
<p class="small">
This guide is for publishers integrating PixFuture under GDPR / IAB TCF v2.0. If PixFuture is not enabled in your Consent Management Platform (CMP),
our demand may be excluded when <code>gdpr_consent: true</code>, which can impact revenue.
</p>
<div class="toc">
<strong>Contents</strong>
<ol>
<li><a href="#step1">Log in to your CMP</a></li>
<li><a href="#step2">Open the Vendor List</a></li>
<li><a href="#step3">Enable PixFuture (ID 839)</a></li>
<li><a href="#step4">Verify the Setup</a></li>
<li><a href="#help">Need Help?</a></li>
</ol>
</div>
<h2 id="step1">Step 1 — Log in to your CMP</h2>
<p>Use your CMP’s admin panel. Common IAB-certified CMPs include:</p>
<ul>
<li>Quantcast Choice</li>
<li>OneTrust</li>
<li>Didomi</li>
<li>Sourcepoint</li>
<li>Cookiebot</li>
<li>Others from the <a href="https://iabeurope.eu/cmp-list/" target="_blank" rel="noopener noreferrer">IAB CMP list</a></li>
</ul>
<div class="note">
<strong>Tip:</strong> If you’re not sure which CMP you use, check your site’s cookies (e.g., <code>quantcast_choice</code>, <code>OptanonConsent</code>, <code>didomi_token</code>) or ask your web team.
</div>
<h2 id="step2">Step 2 — Open the Vendor List</h2>
<p>In your CMP dashboard, navigate to the section often called <em>Vendor List</em>, <em>IAB Global Vendor List (GVL)</em>, or <em>Partners</em>.</p>
<h2 id="step3">Step 3 — Enable PixFuture (Vendor ID 839)</h2>
<ol>
<li>Search for <strong>PixFuture</strong> or enter <strong>Vendor ID: 839</strong>.</li>
<li>Toggle PixFuture <strong>ON</strong> / mark as <em>enabled</em>.</li>
<li>Save changes and <strong>republish</strong> your consent configuration.</li>
</ol>
</main>
</body>
</html>