From e1232843d6c2c842b847ac278b81f381ddb12ce1 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 20 Jan 2025 09:35:24 +0200 Subject: [PATCH 1/2] Attekmi: add new adapter Artechnology --- static/bidder-info/artechnology.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/bidder-info/artechnology.yaml diff --git a/static/bidder-info/artechnology.yaml b/static/bidder-info/artechnology.yaml new file mode 100644 index 00000000000..a30477d5f0c --- /dev/null +++ b/static/bidder-info/artechnology.yaml @@ -0,0 +1,5 @@ +endpoint: "https://artechnology-prebid.attekmi.com/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" +aliasOf: "smarthub" +userSync: + supports: + - redirect \ No newline at end of file From 756bb093c7ff82b12438e1a0e3cbef406d1e10f1 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 28 Jan 2025 15:44:52 +0200 Subject: [PATCH 2/2] unnecessary redirect remove --- static/bidder-info/artechnology.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/bidder-info/artechnology.yaml b/static/bidder-info/artechnology.yaml index a30477d5f0c..07812353363 100644 --- a/static/bidder-info/artechnology.yaml +++ b/static/bidder-info/artechnology.yaml @@ -1,5 +1,2 @@ endpoint: "https://artechnology-prebid.attekmi.com/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" aliasOf: "smarthub" -userSync: - supports: - - redirect \ No newline at end of file