Skip to content

Commit

Permalink
Use mediaTypes on video examples (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlane authored and jaiminpanchal27 committed Sep 29, 2017
1 parent 6a60f21 commit f9fa759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrationExamples/gpt/pbjs_video_adUnit.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
var videoAdUnit = {
code: 'video1',
sizes: [640,480],
mediaType: 'video',
mediaTypes: { video: {} },
bids: [
{
bidder: 'appnexusAst',
Expand Down
4 changes: 3 additions & 1 deletion test/pages/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
var videoAdUnit = {
code: 'video1',
sizes: [640,480],
mediaType: 'video',
mediaTypes: {
video: {context: 'instream'}
},
bids: [
{
bidder: 'appnexusAst',
Expand Down

0 comments on commit f9fa759

Please sign in to comment.