File tree Expand file tree Collapse file tree 1 file changed +89
-0
lines changed
Expand file tree Collapse file tree 1 file changed +89
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : bidder
3+ title : StellorMedia
4+ description : Stellor Media Bidder Adapter
5+ biddercode : stellormedia
6+ aliasCode : adtelligent
7+ media_types : video,banner
8+ tcfeu_supported : false
9+ gpp_sids : usp
10+ userId : all (with commercial activation)
11+ schain_supported : true
12+ coppa_supported : true
13+ usp_supported : true
14+ safeframes_ok : true
15+ prebid_member : false
16+ pbjs : true
17+ pbs : false
18+ deals_supported : false
19+ sidebarType : 1
20+ ---
21+
22+ ### Bid params
23+
24+ {: .table .table-bordered .table-striped }
25+ | Name | Scope | Description | Example | Type |
26+ | -------| ----------| ---------------------------------| ----------| -----------|
27+ | ` aid ` | required | The source ID from Stellor Media. | ` 12412 ` | ` integer ` |
28+
29+ ### Description
30+
31+ Stellor Media header bidding adapter connects with Indicue Media demand sources in order to fetch bids.
32+ This adapter provides a solution for accessing Video demand and display demand.
33+
34+ ### Test Parameters
35+
36+ ``` javascript
37+ var adUnits = [
38+
39+ // Video instream adUnit
40+ {
41+ code: ' test-div' ,
42+ mediaTypes: {
43+ video: {
44+ context: ' instream' ,
45+ playerSize: [640 , 480 ]
46+ }
47+ },
48+ bids: [{
49+ bidder: ' stellormedia' ,
50+ params: {
51+ aid: 472386
52+ }
53+ }]
54+ },
55+
56+ // Video outstream adUnit
57+ {
58+ code: ' test-div' ,
59+ mediaTypes: {
60+ video: {
61+ context: ' outstream' ,
62+ playerSize: [640 , 480 ]
63+ }
64+ },
65+ bids: [{
66+ bidder: ' stellormedia' ,
67+ params: {
68+ aid: 472386
69+ }
70+ }]
71+ },
72+
73+ // Banner adUnit
74+ {
75+ code: ' test-div' ,
76+ mediaTypes: {
77+ banner: {
78+ sizes: [[300 , 250 ]]
79+ }
80+ }
81+ bids: [{
82+ bidder: ' stellormedia' ,
83+ params: {
84+ aid: 529814
85+ }
86+ }]
87+ }
88+ ];
89+ ```
You can’t perform that action at this time.
0 commit comments