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

WIP Sublime adapter v0.4 bundled #14

Closed
wants to merge 1 commit into from

Conversation

SublimeLeo
Copy link

@SublimeLeo SublimeLeo commented Sep 17, 2019

Type of change

  • New bidder adapter

Description of change

Added new Adapter for Sublime

  • code: modules/sublimeBidAdapter.js

  • doc: modules/sublimeBidAdapter.md

  • unit test: test/spec/modules/sublimeBidAdapter_spec.js

  • test parameters for validating bids

{
  bidder: 'sublime',
  params: {
    zoneId: 16007
  }
}

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:

@SublimeLeo SublimeLeo closed this Sep 19, 2019
@SublimeLeo SublimeLeo deleted the sublime-adapter-v0.4-bundled branch September 19, 2019 15:21
SublimeLeo pushed a commit that referenced this pull request Mar 6, 2020
* First implementation of the AdRoll adapter (#1)

* Fix request and bid id (#5)

* Send Zone ID (#6)

* Add age check before fastbid eval (#7)

* Add age check before fastbid eval

* Fix linting

* Add date check (#8)

* Add date exists check

* Remove logging statement

* Fix bidRequest validation (#9)

* Fix deprecated function usage (#10)

* [SENG-2757] remove custom function from adapter (#11)

* remove loadExternalScript function

* add adroll to the adloader whitelist

* Handle nextroll id (#12)

* Handle nextroll id

* Remove double nesting in user obj

* Revert change to publisherTagAvailable

* Rename adroll -> nextroll (#14)

* Rename fastbid -> pubtag functions and variables (#15)

* Improve coverage of tests

* Add docs

* Add docs

* Improve sizes and add sellerid

* Add maintainer email

* Fix CI problem

* Fix IE tests

* Replace second instance of find

* Fix types used in the doc

Match prebid/prebid.github.io#1796

* Remove unused fields in spec

* Add ccpa support

* Remove external script usage

* Remove IP field

* Remove pubtag key

* Rename imports; Remove getUserSync function; Remove unused code; Use url.parse function

Co-authored-by: Juan Bono <[email protected]>
Co-authored-by: Ricardo Azpeitia Pimentel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant