forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
axonix param table formatting (prebid#4548)
* axonix param table formatting * added type column
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | |