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

Adform openrtb adapter #3245

Merged
merged 3 commits into from
Nov 8, 2018
Merged

Conversation

Pupis
Copy link
Contributor

@Pupis Pupis commented Oct 31, 2018

Type of change

  • New bidder adapter

Description of change

Adding new adapter - adformOpenRTB bid adapter. It uses openRTB standard and it can be used only with Native mediatype.

  • test parameters for validating bids
{
            bidder: 'adformOpenRTB',
            params: {
                mid: 606169,                  // required
                adxDomain: 'axd.adform.net',  // optional
                siteId: '23455',              // optional
                priceType: 'gross'            // optional, default is 'net'
                publisher: {                  // optional block
                  id: "2706",
                  name: "Publishers Name",
                  domain: "publisher.com"
                }
            }
}

@andriusmisiunas
Copy link

Hello,

Are there any updates from the review perspective? Do we need to make any changes/improvements?

Thank you!
Andrius

idettman
idettman approved these changes Nov 8, 2018
@idettman idettman merged commit a4e8c49 into prebid:master Nov 8, 2018
pedrolopezmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Mar 18, 2019
* adformOpenRtb native adapter

* Updated info
@braizhas braizhas deleted the adform-openrtb-adapter branch July 31, 2019 08:16
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.

6 participants