-
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
Criteo: versioned Fastbid wrapper #6158
Criteo: versioned Fastbid wrapper #6158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bmwcmw The changes look good to me. Let me know when this can be merged.
Hi @msm0504 thanks, it could be part of the 5.0 release. I added a label, should I remove the "do not merge" now or is there anything else to do? |
7dceb4f
to
313e774
Compare
modules/criteoBidAdapter.js
Outdated
@@ -17,8 +17,11 @@ const storage = getStorageManager(GVLID); | |||
const LOG_PREFIX = 'Criteo: '; | |||
|
|||
// Unminified source code can be found in: https://github.com/Prebid-org/prebid-js-external-js-criteo/blob/master/dist/prod.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a plan to update this to include the un-minified publishertag code? This link is broken and the existing prebid-js-external repo is empty. If there isn't we could remove this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ncolletti, the link refers to a private repository shared to prebid so needs the access, it's kept here as a hint
@bmwcmw There's now a branch for Prebid 5.0 changes. Can this PR be merged into that branch? @ncolletti Can this PR be approved or are you waiting for more changes to be made? |
Hi @msm0504 @ncolletti it's ok for us to merge into 5.0 branch, I just removed the do not merge label. |
a9f6517
to
8ca445c
Compare
* Criteo: versioned Fastbid wrapper (#6158) * Support loading specific version of fastbid script * Return specified current version of Fastbid by default * Increment adapter version * Update default fastbid adapter version * Update default fastbid adapter version Co-authored-by: mi.chen <[email protected]>
Type of change
Description of change
Following last discussions #5804 #5239, we're offering a versioned wrapper of our fastbid script and allow users to specify fastBidVersion pointing to different source files. Therefore, the default version will be specified in the criteo adapter and be updated manually.
Be sure to test the integration with your adserver using the Hello World sample page.
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
Other information