Skip to content

Commit

Permalink
RTB House: Regional endpoints (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj-rtbh authored Mar 25, 2024
1 parent 044205d commit f353f4d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/resources/bidder-config/rtbhouse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
adapters:
rtbhouse:
endpoint: https://prebidserver-s2s-ams.creativecdn.com/bidder/prebidserver/bids
# Contact prebid@rtbhouse.com to ask about enabling a connection to the bidder.
# Please configure the following endpoints for your datacenter
# EMEA
endpoint: http://prebidserver-s2s-ams.creativecdn.com/bidder/prebidserver/bids
# US East
# endpoint: http://prebidserver-s2s-ash.creativecdn.com/bidder/prebidserver/bids
# US West
# endpoint: http://prebidserver-s2s-phx.creativecdn.com/bidder/prebidserver/bids
# APAC
# endpoint: http://prebidserver-s2s-sin.creativecdn.com/bidder/prebidserver/bids
geoscope:
- global
endpoint-compression: gzip
meta-info:
maintainer-email: prebid@rtbhouse.com
Expand Down

0 comments on commit f353f4d

Please sign in to comment.