From bdbf5c31e5e0f9af6e0c9ec0bfa6155f7c3ab93f Mon Sep 17 00:00:00 2001 From: Micha Niskin Date: Fri, 26 Oct 2018 15:50:56 -0400 Subject: [PATCH] add inskin iab vendor id: enables consent via string (#3235) --- modules/inskinBidAdapter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/inskinBidAdapter.js b/modules/inskinBidAdapter.js index 0e7e28b9b6b6..27d01e677ef0 100644 --- a/modules/inskinBidAdapter.js +++ b/modules/inskinBidAdapter.js @@ -59,6 +59,7 @@ export const spec = { if (bidderRequest && bidderRequest.gdprConsent) { data.consent = { + gdprVendorId: 150, gdprConsentString: bidderRequest.gdprConsent.consentString, // will check if the gdprApplies field was populated with a boolean value (ie from page config). If it's undefined, then default to true gdprConsentRequired: (typeof bidderRequest.gdprConsent.gdprApplies === 'boolean') ? bidderRequest.gdprConsent.gdprApplies : true