Skip to content

Commit

Permalink
Just did video with ix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Aug 30, 2023
1 parent ea219f4 commit ce08fec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0",
"version": "1.1.18-beta.1",
"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
12 changes: 6 additions & 6 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 Down Expand Up @@ -210,7 +210,7 @@ const getPrebidAdUnit = (tabAdUnit, config) => {
{
bidder: 'ix',
params: {
siteId: '995530',
siteId: '1023462',
video: {
siteId: '1023462',
minduration: 5,
Expand Down

0 comments on commit ce08fec

Please sign in to comment.