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

feat(sublime-adapter): version 0.3.3 of sublime-adapter #5

Closed
wants to merge 1 commit into from

Conversation

SublimeTheo
Copy link

@SublimeTheo SublimeTheo commented Jan 24, 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.

  • contact email of the adapter’s maintainer: [email protected]
  • official adapter submission

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

Other information

@SublimePierreAlexis SublimePierreAlexis force-pushed the sublime-adapter branch 2 times, most recently from 6a4927a to b5b00fc Compare February 26, 2019 14:44
@SublimeTheo SublimeTheo changed the title feat(sublime-adapter): version 0.3.2 of sublime-adapter feat(sublime-adapter): version 0.3.3 of sublime-adapter Jun 28, 2019
@SublimeJeremy
Copy link

prebid#3960

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]>
fgcloutier pushed a commit that referenced this pull request Dec 2, 2020
* Add IdentityLink support and fix UnifiedId.

It appears we've been looking for UnifiedId userIds
on the bidderRequest object, when they are found on bidRequests.
This commit fixes that error, and adds support for IdentityLink.

* change maintainer email to group

* TripleLift: Sending schain (#1)

* Sending schain

* null -> undefined

* Hardcode sync endpoint protocol

* Switch to EB2 sync endpoint

* Add support for image based user syncing

* Rename endpoint variable

* Add assertion

* Add CCPA query param

* Simplify check for usPrivacy argument

* put advertiser name in the bid.meta field if it exists

* update unit tests with meta.advertiserName field

* Triplelift: FPD key value pair support (#5)

* Triplelift: Add support for global fpd

* don't filter fpd

* adds coppa support back in

Co-authored-by: Will Chapin <[email protected]>
Co-authored-by: David Andersen <[email protected]>
Co-authored-by: Brandon Ling <[email protected]>
Co-authored-by: Kevin Zhou <[email protected]>
Co-authored-by: kzhouTL <[email protected]>
fgcloutier pushed a commit that referenced this pull request Dec 2, 2020
* Add IdentityLink support and fix UnifiedId.

It appears we've been looking for UnifiedId userIds
on the bidderRequest object, when they are found on bidRequests.
This commit fixes that error, and adds support for IdentityLink.

* change maintainer email to group

* TripleLift: Sending schain (#1)

* Sending schain

* null -> undefined

* Hardcode sync endpoint protocol

* Switch to EB2 sync endpoint

* Add support for image based user syncing

* Rename endpoint variable

* Add assertion

* Add CCPA query param

* Simplify check for usPrivacy argument

* put advertiser name in the bid.meta field if it exists

* update unit tests with meta.advertiserName field

* Triplelift: FPD key value pair support (#5)

* Triplelift: Add support for global fpd

* don't filter fpd

* adds coppa support back in

* add gvlid, update validation method, add unit tests

* remove advertiserDomains logic

* typo

* update _buildResponseObject to use new instream validation

Co-authored-by: Will Chapin <[email protected]>
Co-authored-by: colbertk <[email protected]>
Co-authored-by: David Andersen <[email protected]>
Co-authored-by: Brandon Ling <[email protected]>
Co-authored-by: colbertk <[email protected]>
Co-authored-by: Kevin Zhou <[email protected]>
Co-authored-by: kzhouTL <[email protected]>
Co-authored-by: Sy Dao <[email protected]>
fgcloutier pushed a commit that referenced this pull request Dec 2, 2020
* Add IdentityLink support and fix UnifiedId.

It appears we've been looking for UnifiedId userIds
on the bidderRequest object, when they are found on bidRequests.
This commit fixes that error, and adds support for IdentityLink.

* change maintainer email to group

* TripleLift: Sending schain (#1)

* Sending schain

* null -> undefined

* Hardcode sync endpoint protocol

* Switch to EB2 sync endpoint

* Add support for image based user syncing

* Rename endpoint variable

* Add assertion

* Add CCPA query param

* Simplify check for usPrivacy argument

* put advertiser name in the bid.meta field if it exists

* update unit tests with meta.advertiserName field

* Triplelift: FPD key value pair support (#5)

* Triplelift: Add support for global fpd

* don't filter fpd

* adds coppa support back in

* add gvlid, update validation method, add unit tests

* remove advertiserDomains logic

* typo

* update _buildResponseObject to use new instream validation

* add advertiserDomains support

Co-authored-by: Will Chapin <[email protected]>
Co-authored-by: colbertk <[email protected]>
Co-authored-by: David Andersen <[email protected]>
Co-authored-by: colbertk <[email protected]>
Co-authored-by: Kevin Zhou <[email protected]>
Co-authored-by: kzhouTL <[email protected]>
Co-authored-by: Sy Dao <[email protected]>
Co-authored-by: sdao-tl <[email protected]>
fgcloutier pushed a commit that referenced this pull request Apr 28, 2022
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.

2 participants