We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a48472 commit 25e05e2Copy full SHA for 25e05e2
1 file changed
dev-docs/bidders/adgrid.md
@@ -1,9 +1,9 @@
1
---
2
layout: bidder
3
title: AdGrid
4
-description: Prebid AdGrid Bidder Adaptor
+description: Prebid AdGrid Bidder Adapter
5
biddercode: adgrid
6
-media_types: banner
+media_types: banner, video
7
pbjs: true
8
tcfeu_supported: false
9
dsa_supported: false
@@ -67,6 +67,24 @@ var adUnits = [
67
domainId: 67890
68
}
69
}]
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
+ }]
88
89
];
90
```
0 commit comments