Skip to content

Commit dcc0399

Browse files
author
Cortex Dev
committed
Cortex: Add regional endpoint support
Use a REGION placeholder in the endpoint URL so operators can deploy the config in each datacenter with the appropriate regional subdomain (eu, us-east, apac), matching the screencore/appStockSSP pattern.
1 parent 0ef82cb commit dcc0399

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

static/bidder-info/cortex.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
aliasOf: "teqblaze"
2-
endpoint: "https://eu.targetadserver.com/pserver"
2+
# We have the following regional endpoint domains: 'eu' - for EU, 'us-east' - for US_EAST, 'apac' - for APAC
3+
# Please deploy this config in each of your datacenters with the appropriate regional subdomain
4+
endpoint: "https://REGION.targetadserver.com/pserver"
35
maintainer:
46
email: "dev@cortextech.it"
57
capabilities:
@@ -11,7 +13,7 @@ capabilities:
1113
app:
1214
mediaTypes:
1315
- banner
14-
- video
16+
- video
1517
- native
1618
userSync:
1719
redirect:

0 commit comments

Comments
 (0)