Skip to content

Commit

Permalink
Updated code ready for ix video launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Sep 6, 2023
1 parent ce08fec commit 7db4373
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-ads",
"version": "1.1.18-beta.1",
"version": "1.1.19",
"description": "An NPM package to manage ads logic for Tab for a Cause",
"main": "build/index.js",
"repository": "[email protected]:gladly-team/tab-ads.git",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/prebid/built/pb.js

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions src/providers/prebid/prebidBidder.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ const getPrebidAdUnit = (tabAdUnit, config) => {
return {
code: tabAdUnit.adId,
mediaTypes: {
// banner: {
// sizes: tabAdUnit.sizes,
// // OpenRTB page position value: 1=above-the-fold
// pos: 1,
// },
banner: {
sizes: tabAdUnit.sizes,
// OpenRTB page position value: 1=above-the-fold
pos: 1,
},
video: {
context: 'outstream',
playerSize: [300, 250],
Expand All @@ -137,34 +137,34 @@ const getPrebidAdUnit = (tabAdUnit, config) => {
},
},
bids: [
// {
// bidder: 'sonobi',
// params: {
// dom_id: tabAdUnit.adId,
// ad_unit: tabAdUnit.adUnitId,
// },
// },
// {
// bidder: 'pulsepoint',
// params: {
// cf: '300X250',
// cp: '560174',
// ct: '460982',
// },
// },
// {
// bidder: 'sovrn',
// params: {
// tagid: '438916',
// },
// },
// {
// bidder: 'openx',
// params: {
// unit: '538658529',
// delDomain: 'tabforacause-d.openx.net',
// },
// },
{
bidder: 'sonobi',
params: {
dom_id: tabAdUnit.adId,
ad_unit: tabAdUnit.adUnitId,
},
},
{
bidder: 'pulsepoint',
params: {
cf: '300X250',
cp: '560174',
ct: '460982',
},
},
{
bidder: 'sovrn',
params: {
tagid: '438916',
},
},
{
bidder: 'openx',
params: {
unit: '538658529',
delDomain: 'tabforacause-d.openx.net',
},
},
// Disabled EMX Oct 19, 2022, for unpaid receivables.
// If reenabling, be sure to add their adapter back in.
// {
Expand All @@ -173,44 +173,44 @@ const getPrebidAdUnit = (tabAdUnit, config) => {
// tagid: '29673',
// },
// },
// {
// bidder: 'unruly',
// params: {
// siteId: '73423',
// },
// },
// {
// bidder: 'rubicon',
// params: {
// accountId: '24314',
// siteId: '410940',
// zoneId: '2322800',
// position: 'atf',
// },
// },
// {
// bidder: 'medianet',
// params: {
// cid: '8CU5J4251',
// crid: '772477452',
// },
// },
// {
// bidder: 'triplelift',
// params: {
// inventoryCode: 'gladly-io_Medium_Rectangle_Desktop_300x250',
// },
// },
// {
// bidder: 'grid',
// params: {
// uid: '390255',
// },
// },
{
bidder: 'unruly',
params: {
siteId: '73423',
},
},
{
bidder: 'rubicon',
params: {
accountId: '24314',
siteId: '410940',
zoneId: '2322800',
position: 'atf',
},
},
{
bidder: 'medianet',
params: {
cid: '8CU5J4251',
crid: '772477452',
},
},
{
bidder: 'triplelift',
params: {
inventoryCode: 'gladly-io_Medium_Rectangle_Desktop_300x250',
},
},
{
bidder: 'grid',
params: {
uid: '390255',
},
},
{
bidder: 'ix',
params: {
siteId: '1023462',
siteId: '995530',
video: {
siteId: '1023462',
minduration: 5,
Expand Down

0 comments on commit 7db4373

Please sign in to comment.