Remove Serverbid adapter doc#5476
Closed
patmmccann wants to merge 28 commits intoprebid:prebid-4.0from
patmmccann:patch-2
Closed
Remove Serverbid adapter doc#5476patmmccann wants to merge 28 commits intoprebid:prebid-4.0from patmmccann:patch-2
patmmccann wants to merge 28 commits intoprebid:prebid-4.0from
patmmccann:patch-2
Conversation
- allow publishers to pass deterministic signals - add a counter to provide analytics on the number of auctions using the id5Id
* Add tradedesk id support * Updating appnexus payload for criteo Co-authored-by: Jaimin Panchal <email@example.com>
* added tcf 2.0 * Updated adapter to support gdprEnforcement * reverted storage manager initialization Co-authored-by: florin_nedelcu_invibes <florin.nedelcu@invibes.com>
* orbidder adapter: add withCredentials:true header to BidRequest and onBidWon Requests * add blank in order to trigger build again * remove blank to trigger build ... again * adding extra line to trigger build ... again * add prebid version to request * add unit test for version parameter * add version parameter to win requests * fix comment * trigger rebuild * trigger rebuild * remove onBidWon callback from adapter Co-authored-by: Volk, Rainer <Rainer.Volk@otto.de> Co-authored-by: RainerVolk4014 <53347752+RainerVolk4014@users.noreply.github.com> Co-authored-by: siggi-otto <57615762+siggi-otto@users.noreply.github.com> Co-authored-by: Hendrik Iseke <39734979+hiseke@users.noreply.github.com> Co-authored-by: Hendrik Iseke <hendrik.iseke@gmx.de> Co-authored-by: rvolk <>
* make default s2s ttl configurable
* Updating Conversant bid adapter URL to new 'cvx' * Updating Conversant bid adapter URL to new 'cvx' - updating tests to match * Updating Conversant bid adapter URL to new 'cvx': rolling back package-lock.json to avoid conflict
* Update padsquadBidAdapter_spec.js * Update padsquadBidAdapter.js * Update padsquadBidAdapter.js
* Add plr_AdSlot parameter needed by Inskin Pagescroll ad format * Send additional TCF related information to Inskin's ad server * Fixed linting issues. * Added unit tests
* feat(module): multi size request * fix getUserSyncs added tests * update(module): package-lock.json from master * feat(client): optional server subdomain * refactor(client): remove unused LOCs * fix(client): lint issues Co-authored-by: roman <shmoop207@gmail.com>
…e no bids (#5379) * delay request to server by 5 min if we no ads * fix testing issue * use storeManager.js * change var to const * add unit test * remove line and check if user authorizes use of local storage
…es (#5425) * adformBidAdapter - added userId module support * adformOpenRTBBidAdapter - added userId module support
* feat(module): multi size request * fix getUserSyncs added tests * update(module): package-lock.json from master * feat(client): add bidder and prebid versions to request params * fix(client): lint quotes error Co-authored-by: roman <shmoop207@gmail.com>
* Added full outstream support with onetag renderer, updated request parameters * Code updates * Fixies outstream * Removed wrong pixel calls, code refactoring * Corregge funzione di calcolo coordinate spazio * Migliora leggibilità funzione estrazione info pagina * Fix space coordinates * Adds bidRequest data * Updated function interpretResponse * Minor bug fixing * Fixes body.scrollHeight call * Removes Object.assign occurrence * Updates test file * Updated payload in request * Fixes user sync query string * Sets mediaType into meta field within bidResponse object * Update documentation in md file Co-authored-by: valentino <v.v@v.v> Co-authored-by: Nicola <ciao@ciao> Co-authored-by: francesco <f.orazini@onetag.com>
* Merge valueimpressionBidAdapter to quantumdexBidAdapter * Update quantumdexBidAdapter.js
* Eplanning fix: decode parameters * Eplanning: Top calls are assured * Eplanning: fix syntax
Co-authored-by: Salvatore Rinchiera <sal.rinchiera@xandr.com>
* ozone 2.4.0 adapter updates * ozone 2.4.0 adapter updates - fixes for upstream CircleCI and LGTM tests, take 1 Co-authored-by: Afsheen Bigdeli <afsheenb@namecast.net>
* add relaido adapter * remove event listener * fixed UserSyncs and e.data * fix conflicts * change endpoint url Co-authored-by: ishigami_shingo <s.ishigami@relaido.co.jp>
* Add a LotameIdSystem as a new User ID module * Now using our own caching system * Add more test cases; Switch names to be constants * Add test cases * Handle "expiring" local storage like the built in code does * Switch to using the expiry_ms from the endpoint as the cookie expiration * Update to the official naming; Remove the lastUpdate storage as we don't use it and depend on what comes from the endpoint; Update to use the dev bcp endpoint for now * Fix tests, numbers vs strings....; Add gdpr_applies query param * Fix the timestamp becoming an invalid date * Clear out the panorama id when on optout * Add eid support * Switch to the prod version of the url * Update test wording * From PR feedback Only care about the core_id if a profile_id is also returned so it won't look like we can store a core_id and then promptly delete it Return just the core_id from getId() * Add eid test for lotamePanoramaId
Collaborator
Author
|
replaced with #5477 |
This file contains hidden or 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
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.
Type of change
Description of change
Consumable is reporting Serverbid as deprecated and replaced by consumable bid adapter. This removes the documentation for the serverbid adapter.