Skip to content

adot: add publisher id retrieval from bidder config#5928

Merged
GLStephen merged 1 commit intoprebid:masterfrom
adot-tech:master
Nov 11, 2020
Merged

adot: add publisher id retrieval from bidder config#5928
GLStephen merged 1 commit intoprebid:masterfrom
adot-tech:master

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__'
        }
    }
});

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

Comments