Skip to content
Draft
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
10 changes: 9 additions & 1 deletion src/main/resources/bidder-config/medianet.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
adapters:
medianet:
endpoint: https://prebid-adapter.media.net/rtb/pb/prebids2s?src={{PREBID_SERVER_ENDPOINT}}
# Media.net supports the following regional endpoint domains.
# Kindly set the endpoint below to match the datacenter region where this config is deployed:
# US East → https://prebid-adapter-useast.media.net/rtb/pb/prebids2s
# US West → https://prebid-adapter-uswest.media.net/rtb/pb/prebids2s
# Asia → https://prebid-adapter-asia.media.net/rtb/pb/prebids2s
# Europe → https://prebid-adapter-eu.media.net/rtb/pb/prebids2s
#
# Replace [REGION] in the endpoint URL with: useast | uswest | asia | eu
endpoint: https://prebid-adapter-[REGION].media.net/rtb/pb/prebids2s?src={{PREBID_SERVER_ENDPOINT}}
ortb-version: "2.6"
endpoint-compression: gzip
meta-info:
Expand Down