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

adot: add publisher id retrieval from bidder config #5928

Merged
merged 1 commit into from
Nov 11, 2020

Conversation

mlequain
Copy link
Contributor

@mlequain mlequain commented Nov 3, 2020

Type of change

  • Feature

Description of change

Partners can now set a publisherId for adot using pbjs.setBidderConfig so it can be retrieved by the adapter and added to the generated bid requests.

pbjs.setBidderConfig({
    bidders: ['adot'],
    config: {
        adot: {
            publisherId: '__PARTNER_PUBLISHER_ID__'
        }
    }
});

@GLStephen GLStephen merged commit 7d97720 into prebid:master Nov 11, 2020
stsepelin pushed a commit to cointraffic/Prebid.js that referenced this pull request May 28, 2021
Co-authored-by: Maxime Lequain <maxime.lequain@adotmob.com>
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.

2 participants