-
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
Add Sovrn adapter #95
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New Sovrn adapter built w/ official support.
This has been updated with additional bid responses for error cases, and I removed some conditional debug to clean things up. sovrn.js is the only relevant file in this pull request (the rest of the changes are artifacts of me learning Github, sorry!) |
mkendall07
added a commit
that referenced
this pull request
Nov 13, 2015
vzhukovsky
added a commit
to aol/Prebid.js
that referenced
this pull request
May 22, 2017
…20.0 to aolgithub-master * commit '80a37975d00dadcb5b3e995e26b6fe0a0435f873': (42 commits) Updated build status indicator. Added adapters in aolPartnersIds.json. Added changelog entry. Prebid 0.22.2 Release Renderer test - use httpbin/post endpoint in place of domain alone AdKernal - comment out console.warn in test WideOrbit - remove test referencing url with redirect add karma-es5-shim again via yarn Widespace - fix lint error on build and test Fix Object.assign support for IE11 & < Widespace - use forEach in place of for...of Underdogmedia - use forEach in place of for...of PlusepointLite - comment out breaking tests Prebid 0.22.1 Release set babel plugins @6.22.0 lock down babel packages @6.24.1 PulsePointLite: comment out breaking adapter test Prebid 0.22.0 Release Update polyfills to use core-js. (prebid#1142) Mantis - comment out breaking test ...
github-mickael-leclerc
pushed a commit
to ebuzzing/Prebid.js
that referenced
this pull request
Sep 6, 2023
github-baptiste-haudegand
pushed a commit
to ebuzzing/Prebid.js
that referenced
this pull request
May 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sovrn adapter. Update from earlier pull request to restrict requests to one per tagid, and one creative size per request to match Sovrn's handling. If multiple sizes are specified only the first will be passed.