Skip to content

Commit 25e05e2

Browse files
authored
Video Support (prebid#5715)
1 parent 9a48472 commit 25e05e2

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

dev-docs/bidders/adgrid.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: bidder
33
title: AdGrid
4-
description: Prebid AdGrid Bidder Adaptor
4+
description: Prebid AdGrid Bidder Adapter
55
biddercode: adgrid
6-
media_types: banner
6+
media_types: banner, video
77
pbjs: true
88
tcfeu_supported: false
99
dsa_supported: false
@@ -67,6 +67,24 @@ var adUnits = [
6767
domainId: 67890
6868
}
6969
}]
70+
},
71+
// Video adUnit
72+
{
73+
code: 'test-video-div',
74+
mediaTypes: {
75+
video: {
76+
playerSize: [
77+
[640, 480]
78+
],
79+
context: 'instream'
80+
}
81+
},
82+
bids: [{
83+
bidder: 'adgrid',
84+
params: {
85+
domainId: 12345
86+
}
87+
}]
7088
}
7189
];
7290
```

0 commit comments

Comments
 (0)