Skip to content

Commit

Permalink
easybid added (#12417)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Chicoye <[email protected]>
  • Loading branch information
gchicoye and Gabriel Chicoye authored Nov 6, 2024
1 parent e39d671 commit 7504055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions modules/nexx360BidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const ALIASES = [
{ code: 'prjads' },
{ code: 'pubtech' },
{ code: '1accord', gvlid: 965 },
{ code: 'easybid', gvlid: 1068 },
];

export const storage = getStorageManager({
Expand Down
6 changes: 2 additions & 4 deletions modules/nexx360BidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ var adUnits = [
bids: [{
bidder: 'nexx360',
params: {
account: '1067',
tagId: 'luvxjvgn'
tagId: 'testnexx'
}
}]
},
Expand All @@ -51,8 +50,7 @@ var adUnits = [
bids: [{
bidder: 'nexx360',
params: {
account: '1067',
tagId: 'luvxjvgn'
tagId: 'testnexx'
}
}]
};
Expand Down

0 comments on commit 7504055

Please sign in to comment.