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

Adding Optimera Bid Adapter #1617

Closed
wants to merge 3 commits into from
Closed

Conversation

kcandiotti
Copy link

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
  • Other

Description of change

Adding Optimera's bid adapter for public use. Optimera's technology allows publishers to target viewability data to automate viewability optimization for any line item or PMP. Optimera does not push bids but instead targeting data via the deal ID space.

  • test parameters for validating bids
    Optimera will pass targeting data via hb_deal_optimera, will never pass a size therefore 0x0, will never pass a price therefore 0.00. For example:
    hb_deal_optimera=RB_K,300x250K,300x600K&hb_size_optimera=0x0&hb_pb_optimera=0.00&hb_adid_optimera=86a7b6905fe174&hb_bidder_optimera=optimera
{
  bidder: 'optimera',
  params: {
    clientId: '1234'
  }
}

Be sure to test the integration with your adserver using the Hello World sample page.

Other information

Test Page:
http://optimeratest.us-east-1.elasticbeanstalk.com/releaseProjects/prebid/demonstrationPage.php
@kcandiotti

First version of Optimera's viewability targeting system using Prebid to provide push targeting data to DFP.
Optimera's first public prebid adapater. Optimera creates viewability targeting parameters that are passed into DFP to allow targeting line items to real-time viewability data to optimize and automate delivery against viewability based delivery.
@kcandiotti
Copy link
Author

kcandiotti commented Sep 26, 2017

Hi, I see the Adomik bidder is failing in Travis however I have nothing to do with Adomik. Not sure what I need to do next?

@snapwich snapwich self-requested a review September 26, 2017 16:22
Copy link
Collaborator

@snapwich snapwich left a comment

Choose a reason for hiding this comment

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

New bidder adapters require unit tests with at least 80% coverage.

@kcandiotti
Copy link
Author

This pull relates to Prebid <1.0 which will no longer be supported.

Please reference #1760 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants