Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does consentManagement work in prebid 9.x.x? #11921

Closed
oskarcokl opened this issue Jul 4, 2024 · 2 comments
Closed

How does consentManagement work in prebid 9.x.x? #11921

oskarcokl opened this issue Jul 4, 2024 · 2 comments

Comments

@oskarcokl
Copy link

oskarcokl commented Jul 4, 2024

Type of issue

Question

Description

I'm trying to upgrade our prebid to version 9.4.0 but am unsure on how the consentManagement works now. I see that the module doesnt exist anymore and that it was replaced by consentManagementTcf. But when I build with that package it doesnt seem to do anything. I cant find it in the installedModules property on the prebid object and adapters also dont seem to be getting any sort of gdpr information when I look in the network tab.
When building I see that consentManagementTcf is added and I can also find the file in build/dist.
Am I missing something? Do I need to ad any other modules to make it work.
Our current working version is 8.20.0

Expected results

Sending gdpr information to adapters

Actual results

No information is being sent to adapters

Platform details

prebid.js version 9.4.0

Other information

This is our modules.json file I built the 9.4.0 version with

[
  "consentManagementTcf",
  "connectadBidAdapter",
  "adfBidAdapter",
  "appnexusBidAdapter",
  "pubmaticBidAdapter",
  "criteoBidAdapter",
  "openxBidAdapter",
  "smartyadsBidAdapter",
  "admixerBidAdapter",
  "ixBidAdapter",
  "smartadserverBidAdapter",
  "sovrnBidAdapter",
  "adkernelBidAdapter",
  "ipromBidAdapter",
  "schain",
  "currency",
  "luponmediaBidAdapter",
  "adxpremiumAnalyticsAdapter",
  "rubiconBidAdapter",
  "adyoulikeBidAdapter",
  "eplanningBidAdapter",
  "rtbhouseBidAdapter",
  "criteoIdSystem",
  "amxBidAdapter",
  "userId",
  "sharedIdSystem",
  "prebidServerBidAdapter",
  "adponeBidAdapter",
  "seedtagBidAdapter",
  "nextMillenniumBidAdapter",
  "teadsBidAdapter",
  "smilewantedBidAdapter",
  "adtelligentBidAdapter",
  "adagioBidAdapter",
  "adagioAnalyticsAdapter",
  "express",
  "id5IdSystem",
  "betweenBidAdapter",
  "richaudienceBidAdapter",
  "bidscubeBidAdapter"
]
@spormeon
Copy link

spormeon commented Jul 4, 2024

@oskarcokl think you need "tcfControl" as well

@oskarcokl
Copy link
Author

Thanks @spormeon that fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants