diff --git a/src/configurations/destinations/bluecore/db-config.json b/src/configurations/destinations/bluecore/db-config.json index 2d2b41218..3bd5d144e 100644 --- a/src/configurations/destinations/bluecore/db-config.json +++ b/src/configurations/destinations/bluecore/db-config.json @@ -5,7 +5,6 @@ "cdkV2Enabled": true, "transformAtV1": "processor", "saveDestinationResponse": true, - "includeKeys": ["oneTrustCookieCategories"], "excludeKeys": [], "supportedSourceTypes": [ "android", @@ -40,5 +39,8 @@ "defaultConfig": ["bluecoreNamespace", "eventsMapping", "oneTrustCookieCategories"] }, "secretKeys": ["bluecoreNamespace"] + }, + "options": { + "isBeta": true } }