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 ceee8d678be5a810ea49a0b709692bfdcbb83fd4 Mon Sep 17 00:00:00 2001 From: apykhteyev Date: Wed, 12 Feb 2025 16:56:14 +0700 Subject: [PATCH 2/3] Add new aliases for Limelight adapter --- static/bidder-info/adtarget_org.yaml | 2 ++ static/bidder-info/orangeclickmedia.yaml | 2 ++ static/bidder-info/streamvision.yaml | 2 ++ static/bidder-info/velonium.yaml | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 static/bidder-info/adtarget_org.yaml create mode 100644 static/bidder-info/orangeclickmedia.yaml create mode 100644 static/bidder-info/streamvision.yaml create mode 100644 static/bidder-info/velonium.yaml diff --git a/static/bidder-info/adtarget_org.yaml b/static/bidder-info/adtarget_org.yaml new file mode 100644 index 00000000000..60b13764b94 --- /dev/null +++ b/static/bidder-info/adtarget_org.yaml @@ -0,0 +1,2 @@ +endpoint: "http://ads-pbs.rtb.adtarget.org/openrtb/{{.PublisherID}}?host={{.Host}}" +aliasOf: "limelightDigital" diff --git a/static/bidder-info/orangeclickmedia.yaml b/static/bidder-info/orangeclickmedia.yaml new file mode 100644 index 00000000000..841c4cd49e6 --- /dev/null +++ b/static/bidder-info/orangeclickmedia.yaml @@ -0,0 +1,2 @@ +endpoint: "http://ads-pbs.scotty.orangeclickmedia.com/openrtb/{{.PublisherID}}?host={{.Host}}" +aliasOf: "limelightDigital" 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" diff --git a/static/bidder-info/velonium.yaml b/static/bidder-info/velonium.yaml new file mode 100644 index 00000000000..0a90a983267 --- /dev/null +++ b/static/bidder-info/velonium.yaml @@ -0,0 +1,2 @@ +endpoint: "http://ads-pbs.adxvel.com/openrtb/{{.PublisherID}}?host={{.Host}}" +aliasOf: "limelightDigital" From 99e2e43c8bb35e56a507465a79d06b353fbc137d Mon Sep 17 00:00:00 2001 From: apykhteyev Date: Thu, 13 Feb 2025 00:24:04 +0700 Subject: [PATCH 3/3] Add new aliases for Limelight adapter --- 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"