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

Datawrkz Bid Adapter: initial adapter release #8754

Merged
merged 3 commits into from
Aug 16, 2022

Conversation

vishal-dw
Copy link
Contributor

@vishal-dw vishal-dw commented Jul 28, 2022

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

  • Datawrkz Bidder Adapter

Use datawrkz as bidder

Params

  • site_id required, site ID
  • bidfloor optional, minimum bid for ad unit
  • deals optional, list of deals
  • outstreamType optional, for outstream video adunit. Options: inline, slider_top_left, slider_top_right, slider_bottom_left, slider_bottom_right, interstitial_close, and listicle
  • outstreamConfig optional, player settings for outstream video ad unit

AdUnits configuration example

var adUnits = [
   {
      code: 'banner-div',
      mediaTypes: {
        banner: {
          sizes: [[300, 250], [300,600]]
        }
      },
      bids: [{
         bidder: 'datawrkz',
         params: {
           site_id: 'site_id',
           bidfloor: 0.5
         }
       }]
   }]
  • 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:

@ChrisHuie ChrisHuie self-requested a review July 28, 2022 12:59
@ChrisHuie ChrisHuie self-assigned this Jul 28, 2022
@ChrisHuie
Copy link
Collaborator

@vishal-dw not sure why our tests ran on the initial commit but now are not showing up after the most recent commit?

@vishal-dw vishal-dw closed this Aug 2, 2022
@vishal-dw vishal-dw reopened this Aug 2, 2022
@vishal-dw
Copy link
Contributor Author

@ChrisHuie Tests have passed now

@ChrisHuie ChrisHuie changed the title New Bid Adapter: datawrkz Datawrkz Bid Adapter: initial adapter release Aug 16, 2022
@ChrisHuie ChrisHuie merged commit 9f01c38 into prebid:master Aug 16, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
* New Bid Adapter: datawrkz

* New Bid Adapter: datawrkz. Test case formatting

* New Bid Adatpter: datawrkz - updated import statements
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
* New Bid Adapter: datawrkz

* New Bid Adapter: datawrkz. Test case formatting

* New Bid Adatpter: datawrkz - updated import statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants