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

Openweb Bid Adapter: add new bid adapter #7175

Merged
merged 1 commit into from
Jul 15, 2021

Conversation

GeneGenie
Copy link
Contributor

@GeneGenie GeneGenie commented Jul 13, 2021

Type of change

  • New bidder adapter

Description of change

  • test parameters for validating bids
   var adUnits = [
         // Banner adUnit
         {
           code: 'div-test-div',
           sizes: [[300, 250]],
           bids: [{
             bidder: 'openweb',
             params: {
               aid: 529814
             }
           }]
         }
       ];

@GeneGenie GeneGenie changed the title Add markdown file Add openweb bid adapter Jul 13, 2021
@ChrisHuie ChrisHuie changed the title Add openweb bid adapter Openweb Bid Adapter: add new bid adapter Jul 14, 2021
Copy link
Contributor

@FilipStamenkovic FilipStamenkovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@FilipStamenkovic FilipStamenkovic merged commit ad36dcd into prebid:master Jul 15, 2021
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.

3 participants