Skip to content

Commit

Permalink
Onevideo / Adap.tv Adapter: updated example configuration (prebid#6546)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-browning authored and marc_tappx committed Apr 13, 2021
1 parent 927496e commit 26a5462
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions modules/oneVideoBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Connects to Verizon Media's Video SSP (AKA ONE Video / Adap.tv) demand source to
key2: 123345
}
},
bidfloor: 0.5,
site: {
id: 1,
page: 'https://verizonmedia.com',
Expand Down Expand Up @@ -92,6 +93,7 @@ Connects to Verizon Media's Video SSP (AKA ONE Video / Adap.tv) demand source to
maxduration: 30,
ttl: 250
},
bidfloor: 0.5,
site: {
id: 1,
page: 'https://verizonmedia.com',
Expand Down Expand Up @@ -128,6 +130,7 @@ Connects to Verizon Media's Video SSP (AKA ONE Video / Adap.tv) demand source to
position: 1,
display: 1
},
bidfloor: 0.5,
site: {
id: 1,
page: 'https://verizonmedia.com',
Expand Down Expand Up @@ -161,6 +164,7 @@ Connects to Verizon Media's Video SSP (AKA ONE Video / Adap.tv) demand source to
mimes: ['video/mp4', 'application/javascript'],
display: 1
},
bidfloor: 0.5,
site: {
id: 1,
page: 'https://verizonmedia.com',
Expand Down Expand Up @@ -197,7 +201,7 @@ var adUnits = [
playerHeight: 250,
mimes: ['video/mp4', 'application/javascript'],
e2etest: true
}
},
pubId: 'YOUR_PUBLISHER_ID'
}
}
Expand Down Expand Up @@ -237,6 +241,7 @@ var adUnits = [
api: [2],
sid:
},
bidfloor: 0.5,
site: {
id: 1,
page: 'https://verizonmedia.com',
Expand Down Expand Up @@ -288,11 +293,12 @@ var adUnits = [
protocols: [2,5],
api: [2],
},
bidfloor: 0.5,
site: {
id: 1,
page: 'https://verizonmedia.com',
referrer: 'https://verizonmedia.com'
},
},
pubId: 'HBExchange'
}
}
Expand Down Expand Up @@ -348,6 +354,7 @@ const adUnits = [{
}
}
},
bidfloor: 0.5,
pubId: 'HBExchange'
}
}
Expand Down Expand Up @@ -380,6 +387,7 @@ const adUnits = [{
api: [1, 2],
ttl: 300
},
bidfloor: 0.5,
pubId: 'HBExchange'
}
}]
Expand Down

0 comments on commit 26a5462

Please sign in to comment.