Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tappx :: avoid host #3520

Merged
merged 2 commits into from
Feb 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion dev-docs/bidders/tappx.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Please contact [email protected] to get set up.
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|------------------------|---------|----------|
| host | required | Tappx host | 'host1' | string |
| tappxkey | required | An ID which identifies the adunit | 'key1' | string |
| endpoint | required | Endpoint provided to publisher | 'endpoint1' | string |
| host | required(pbjs) optional(pbserver) | Tappx host | 'host1' | string |
| bidfloor | optional | Minimum bid for this impression expressed in CPM (USD) | 1.2 | number |
| mktag | optional | An ID which identifies a group of adunits | 'key1' | string |
| bcid | optional | Block list of CID | ["1234"] | array of strings |
Expand All @@ -34,3 +34,6 @@ Please contact [email protected] to get set up.
### Test Parameters

Use the official test parameter specified in the oRTB standard (https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/OpenRTB%20v3.0%20FINAL.md#object_request)

### Other notes
- Parameters host is required in prebidjs and the old versions of prebid server. In case of doubt, always add the parameter.