GDPR via IAB TCF
Add the consent management module to Prebid
Configure Prebid
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
pbjs.que.push(function() {
pbjs.setConfig({
consentManagement: {
gdpr: {
cmpApi: 'iab',
timeout: 8000,
allowAuctionWithoutConsent: false
}
}
});
pbjs.addAdUnits(adUnits);
});Enable IAB TCF vendors
Last updated