From 0b10b69e854690b47d5408bb80b1d474496de4a6 Mon Sep 17 00:00:00 2001 From: "akshat.g" Date: Wed, 3 Jun 2026 13:30:23 +0530 Subject: [PATCH 1/3] medianet: add regional endpoint support Update the Media.net adapter endpoint to support datacenter-specific regional URLs (useast, uswest, asia, eu) with documentation comments. Co-authored-by: Cursor --- static/bidder-info/medianet.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/bidder-info/medianet.yaml b/static/bidder-info/medianet.yaml index effd768206a..6222f0aa7ed 100644 --- a/static/bidder-info/medianet.yaml +++ b/static/bidder-info/medianet.yaml @@ -1,4 +1,12 @@ -endpoint: "https://prebid-adapter.media.net/rtb/pb/prebids2s" +# Media.net's Prebid Server adapter supports regional endpoints. +# 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" extra_info: "https://medianet.golang.pbs.com" maintainer: email: "prebid-support@media.net" From a77387e0ab4ec24759494056ad6059890e12d0b2 Mon Sep 17 00:00:00 2001 From: "akshat.g" Date: Thu, 4 Jun 2026 17:41:54 +0530 Subject: [PATCH 2/3] medianet: update regional endpoint comment wording Co-authored-by: Cursor --- static/bidder-info/medianet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/bidder-info/medianet.yaml b/static/bidder-info/medianet.yaml index 6222f0aa7ed..e4354a52f8c 100644 --- a/static/bidder-info/medianet.yaml +++ b/static/bidder-info/medianet.yaml @@ -1,5 +1,5 @@ -# Media.net's Prebid Server adapter supports regional endpoints. -# Set the endpoint below to match the datacenter region where this config is deployed: +# 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 From 3922396cd384d863f28d79faf27d29d1598c615a Mon Sep 17 00:00:00 2001 From: "akshat.g" Date: Thu, 4 Jun 2026 18:41:23 +0530 Subject: [PATCH 3/3] medianet: use [REGION] placeholder in endpoint URL Co-authored-by: Cursor --- static/bidder-info/medianet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/bidder-info/medianet.yaml b/static/bidder-info/medianet.yaml index e4354a52f8c..f65fd1e5d1c 100644 --- a/static/bidder-info/medianet.yaml +++ b/static/bidder-info/medianet.yaml @@ -5,8 +5,8 @@ # 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" +# Replace [REGION] in the endpoint URL with: useast | uswest | asia | eu +endpoint: "https://prebid-adapter-[REGION].media.net/rtb/pb/prebids2s" extra_info: "https://medianet.golang.pbs.com" maintainer: email: "prebid-support@media.net"