Skip to content

Commit

Permalink
LimeLight Bid Adapter : add IionAds alias (#9285)
Browse files Browse the repository at this point in the history
* User sync improvements

* User sync improvements

* Code review fixes

* Pass supply chain to limelightDigitalBidAdapter.js

* Add alias for iionads

Co-authored-by: apykhteyev <alex@project-limelight.com>
Co-authored-by: EngineeringProjectLimeLight <45598299+EngineeringProjectLimeLight@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 28, 2022
1 parent 4ba48bb commit 2ac1e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/limelightDigitalBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function isBidResponseValid(bid) {

export const spec = {
code: BIDDER_CODE,
aliases: ['pll'],
aliases: ['pll', 'iionads'],
supportedMediaTypes: [BANNER, VIDEO],

/**
Expand Down

0 comments on commit 2ac1e70

Please sign in to comment.