-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Lucead Bid Adapter: Update #11488
Lucead Bid Adapter: Update #11488
Conversation
Hello @patmmccann |
Doesn't appear you are passing schain. Please add as all adapters are now expected to support schain. |
@aymeric45 you will not be able to import this function in Prebid 9. The prebid board of directors was very clear with me to sort this out by prebid 9 in a board meeting last year. Bidders are no longer permitted sidecar scripts. I read your script and it appears to make client side endpoint calls to a bunch of prominent prebid ssps and interact with local storage in a way that bypasses activity controls. Neither of these activities would be allowed in your source code and are also not allowed in your sidecar script. Please remove it or risk unplanned changes to your adapter. |
a621015
to
ef891a7
Compare
…ed reporting + updated PAAPI auction config
* Lucead Bid Adapter: Support Single Request Architecture mode + enhanced reporting + updated PAAPI auction config * PB9 compliance * Added TCF Global Vendor List ID * Add GVLID to Lucead RTD Provider * Add domain in impression tracking * remove RTD related files * remove useless code * remove lucead from adloader
* Lucead Bid Adapter: Support Single Request Architecture mode + enhanced reporting + updated PAAPI auction config * PB9 compliance * Added TCF Global Vendor List ID * Add GVLID to Lucead RTD Provider * Add domain in impression tracking * remove RTD related files * remove useless code * remove lucead from adloader
Type of change
Bugfix
Feature
New bidder adapter
Updated bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
Other information
Docs update PR: prebid/prebid.github.io#5319