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

Algorix: add Server Region Support #3430

Merged
merged 1 commit into from
Jan 5, 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
2 changes: 2 additions & 0 deletions dev-docs/bidders/algorix.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ AlgoriX adapter requires setup and approval from the AlgoriX team, even for exis
| `token` | required | Token | `'028bca2d3b5c4f0ba155fa34864b0c4d'` | `string` |
| `placementId` | optional | Placement Id | `'123456'` | `string` |
| `appId` | optional | App Id | `'asdasdasd'` | `string` |
| `region` | optional | Server Region | `'APAC' or 'USE'` | `string` |

Note:
* Prebid Server adapter only checks for and uses first imp bid params. All other imp bid params are ignored.
* placementId and appId will be generated on AlgoriX Platform.
* region is optional param, which determine the AlgoriX server. APAC for SG endpoint, USE for US endpoint, Other for Global endpoint.