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

Dailymotion Bid Adaptor: initial release #10942

Closed

Conversation

kvnsw
Copy link
Contributor

@kvnsw kvnsw commented Jan 15, 2024

Type of change

Description of change

A new bidder adapter dailymotionBidAdapter added.

By setting the following configuration options, you'll get a constant response to any request to validate your adapter integration:

config.setConfig({
  dailymotion: {
    api_key: 'dailymotion-testing',
    position: 'preroll'
  }
});
const adUnits = [{
  code: 'midroll',
  mediaTypes: {
    video: {
      context: 'instream',
      playerSize: [640, 480],
    },
  },
  bids: [{
    bidder: "dailymotion",
    params: {}
  }]
}];

Please note that failing to set these configuration options will result in the adapter not bidding at all.

@kvnsw kvnsw closed this Jan 15, 2024
@kvnsw
Copy link
Contributor Author

kvnsw commented Jan 15, 2024

Sorry for the early submission.
Pending additional changes for formal one, will re-open when ready

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