Skip to content

Commit

Permalink
axonix param table formatting (prebid#4548)
Browse files Browse the repository at this point in the history
* axonix param table formatting

* added type column
  • Loading branch information
bretg authored May 11, 2023
1 parent f607cd5 commit 75c9e1c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev-docs/bidders/axonix.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ sidebarType: 1
The Axonix Bidding adapter requires setup before beginning. Please contact us at [email protected].

### Bid Params

| Name | Scope | Description | Example |
| :------------ | :------- | :---------------------------------------------- | :------------------------------------- |
| `supplyId` | required | Supply UUID | `'2c426f78-bb18-4a16-abf4-62c6cd0ee8de'` |
| `region` | optional | Cloud region | `'us-east-1'` |
| `endpoint` | optional | Supply custom endpoint | `'https://open-rtb.axonix.com/custom'` |
| `instl` | optional | Set to 1 if using interstitial (default: 0) | `1` |
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|-------|----------------------------------------------|-------------------------------------|------|
| `supplyId` | required | Supply UUID | `'2c426f78-bb18-4a16-abf4-62c6cd0ee8de'` | string |
| `region` | optional | Cloud region | `'us-east-1'` | string |
| `endpoint` | optional | Supply custom endpoint | `'https://open-rtb.axonix.com/custom'` | string |
| `instl` | optional | Set to 1 if using interstitial (default: 0) | `1` | integer |

0 comments on commit 75c9e1c

Please sign in to comment.