From 8d7aa1ce411694c1bb724da194656d1bb0b39a8c Mon Sep 17 00:00:00 2001 From: apykhteyev Date: Tue, 28 Nov 2023 23:16:34 +0700 Subject: [PATCH 1/3] Add Embi media adapter --- static/bidder-info/embimedia.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/bidder-info/embimedia.yaml diff --git a/static/bidder-info/embimedia.yaml b/static/bidder-info/embimedia.yaml new file mode 100644 index 00000000000..9cfa1546bbe --- /dev/null +++ b/static/bidder-info/embimedia.yaml @@ -0,0 +1,2 @@ +endpoint: "http://ads-pbs.bidder-embi.media/openrtb/{{.PublisherID}}?host={{.Host}}" +aliasOf: "limelightDigital" From 0eea07de7f575db8f5c169e0039d26186141ac6b Mon Sep 17 00:00:00 2001 From: apykhteyev Date: Fri, 14 Feb 2025 01:14:28 +0700 Subject: [PATCH 2/3] Streamvision adapter: Limelight alias --- static/bidder-info/streamvision.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/bidder-info/streamvision.yaml diff --git a/static/bidder-info/streamvision.yaml b/static/bidder-info/streamvision.yaml new file mode 100644 index 00000000000..b15ceec6f2b --- /dev/null +++ b/static/bidder-info/streamvision.yaml @@ -0,0 +1,2 @@ +endpoint: "http://ads-pbs.adops.streamvisionmedia.com/openrtb/{{.PublisherID}}?host={{.Host}}" +aliasOf: "limelightDigital" From dc8ff0a5d1b283481871682070d61519b681f2d7 Mon Sep 17 00:00:00 2001 From: apykhteyev Date: Fri, 14 Feb 2025 01:22:46 +0700 Subject: [PATCH 3/3] AdTarget.org adapter: Limelight alias --- static/bidder-info/embimedia.yaml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 static/bidder-info/embimedia.yaml diff --git a/static/bidder-info/embimedia.yaml b/static/bidder-info/embimedia.yaml deleted file mode 100644 index 9cfa1546bbe..00000000000 --- a/static/bidder-info/embimedia.yaml +++ /dev/null @@ -1,2 +0,0 @@ -endpoint: "http://ads-pbs.bidder-embi.media/openrtb/{{.PublisherID}}?host={{.Host}}" -aliasOf: "limelightDigital"