-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
The ad Unit Properties only use
- code
- sizes
- bids
- mediaTypes
- labelAny
- labelAll
but send:
ArcAds/src/services/headerbidding.js
Lines 89 to 95 in d58dbad
| const adInfo = { | |
| adUnit: ad, | |
| adSlot: slotName, | |
| adDimensions: dimensions, | |
| adId: id, | |
| bids: bidding, | |
| }; |
ArcAds/src/services/headerbidding.js
Line 100 in d58dbad
| queuePrebidCommand.bind(this, fetchPrebidBids(ad, wrapper.prebid.useSlotForAdUnit ? slotName : id, timeout, adInfo, prerender, () => { |
Line 21 in d58dbad
| pbjs.addAdUnits(info); //eslint-disable-line no-undef |
Metadata
Metadata
Assignees
Labels
No labels