Skip to content

Commit

Permalink
Adkernel: new alias (prebid#6608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbo3hrk authored and umakajan committed May 6, 2021
1 parent 7ca9430 commit a068d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/adkernelBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const NATIVE_INDEX = NATIVE_MODEL.reduce((acc, val, idx) => {
export const spec = {
code: 'adkernel',
gvlid: GVLID,
aliases: ['headbidding', 'adsolut', 'oftmediahb', 'audiencemedia', 'waardex_ak', 'roqoon', 'andbeyond', 'adbite', 'houseofpubs', 'torchad', 'stringads', 'bcm'],
aliases: ['headbidding', 'adsolut', 'oftmediahb', 'audiencemedia', 'waardex_ak', 'roqoon', 'andbeyond', 'adbite', 'houseofpubs', 'torchad', 'stringads', 'bcm', 'engageadx'],
supportedMediaTypes: [BANNER, VIDEO, NATIVE],

/**
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/adkernelBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ describe('Adkernel adapter', function () {

describe('adapter configuration', () => {
it('should have aliases', () => {
expect(spec.aliases).to.have.lengthOf(12);
expect(spec.aliases).to.be.an('array').that.is.not.empty;
});
});

Expand Down

0 comments on commit a068d58

Please sign in to comment.