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 d97264ce73a06fb27d444438e1329b3b61309876 Mon Sep 17 00:00:00 2001 From: apykhteyev Date: Wed, 4 Sep 2024 01:48:29 +0700 Subject: [PATCH 2/3] Add new Streamlyn adapter --- static/bidder-info/streamlyn.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/bidder-info/streamlyn.yaml diff --git a/static/bidder-info/streamlyn.yaml b/static/bidder-info/streamlyn.yaml new file mode 100644 index 00000000000..0cf1444ef29 --- /dev/null +++ b/static/bidder-info/streamlyn.yaml @@ -0,0 +1,2 @@ +endpoint: "http://rtba.bidsxchange.com/openrtb/{{.PublisherID}}?host={{.Host}}" +aliasOf: "limelightDigital" From 0e61da4551577743c9b10aead1591a2d3056bfd3 Mon Sep 17 00:00:00 2001 From: apykhteyev Date: Wed, 4 Sep 2024 01:57:54 +0700 Subject: [PATCH 3/3] Remove unused --- 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"