Skip to content

Commit

Permalink
Docs for gnet bidder (#2828)
Browse files Browse the repository at this point in the history
* Add files via upload

* add externalId on gnet docs
  • Loading branch information
rohsu authored Apr 28, 2021
1 parent f41f26c commit 8ff91e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev-docs/bidders/gnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: gnet
description: Prebid Gnet Bidder Adaptor
pbjs: true
biddercode: gnet
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------------------------------------|-------------------------------------|----------|
| `websiteId` | required | The Gnet website ID | `'4'` | `string` |
| `externalId` | required | The Gnet external ID | `'4d52cccf30309282256012cf30309282'` | `string` |

0 comments on commit 8ff91e4

Please sign in to comment.