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

Ability to add other keys through adUnit (Prebid) #52

Open
tcassier-leparisien opened this issue Mar 30, 2020 · 0 comments
Open

Ability to add other keys through adUnit (Prebid) #52

tcassier-leparisien opened this issue Mar 30, 2020 · 0 comments

Comments

@tcassier-leparisien
Copy link

tcassier-leparisien commented Mar 30, 2020

Expected Behavior

We'd like to give other keys than code and bids to adUnit object with prebid.
It is for monitoring purposes.

const adUnit = { code: 'adunit', pubstack: 'adunit_monitoring', bids: [] }

Actual Behavior

const adUnit = { code: 'adunit', bids: [] }

Additional Comments

Is it possible to implement something like this :

image

(source concerned : https://github.com/washingtonpost/ArcAds/blob/master/src/services/prebid.js)

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

No branches or pull requests

1 participant