Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9d089a

Browse files
grohm33rmloveland
authored andcommitted
Adding Trion Interactive bidder documentation (prebid#202)
1 parent 61ce83e commit b9d089a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

dev-docs/bidders/trion.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: bidder
3+
title: Trion Interactive
4+
description: Prebid Trion Interactive Bidder Adaptor
5+
6+
top_nav_section: dev_docs
7+
nav_section: reference
8+
9+
hide: true
10+
11+
biddercode: trion
12+
13+
biddercode_longer_than_12: false
14+
15+
---
16+
17+
18+
19+
### bid params
20+
21+
{: .table .table-bordered .table-striped }
22+
| Name | Scope | Description | Example |
23+
|:-----------|:---------|:------------|:-----------------|
24+
| `pubId` | required | publisher Id provided by Trion Interactive | `111111` |
25+
| `sectionId` | required | section Id provided by Trion Interactive | `11` |
26+
| `re` | optional | click through redirect | `http://clicktrackingurl.com?re=` |

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ description: Free and open source solutions for publishers to quickly implement
120120
<div class="col-xs-6 col-sm-4"><h3>ThoughtLeadr</h3></div>
121121
<div class="col-xs-6 col-sm-4"><h3>TapSense</h3></div>
122122
<div class="col-xs-6 col-sm-4"><h3>Atomx</h3></div>
123+
<div class="col-xs-6 col-sm-4"><h3>Trion</h3></div>
123124

124125
<!-- END BIDDERS -->
125126
</div>

0 commit comments

Comments
 (0)