Skip to content

Commit

Permalink
add region support (#3430)
Browse files Browse the repository at this point in the history
Co-authored-by: xunyunbo <[email protected]>
  • Loading branch information
Bugxyb and xunyunbo authored Jan 5, 2022
1 parent 64d77e6 commit a55545b
Showing 1 changed file with 2 additions and 0 deletions.
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.

0 comments on commit a55545b

Please sign in to comment.