From fe07dc4e207c11e4f03cdb195243146dba68a212 Mon Sep 17 00:00:00 2001 From: SmartHubSolutions <87376145+SmartHubSolutions@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:56:24 +0200 Subject: [PATCH] Smarthub: Update to Attekmi Endpoint (#4047) --- adapters/smarthub/smarthub_test.go | 2 +- adapters/smarthub/smarthubtest/exemplary/banner.json | 2 +- adapters/smarthub/smarthubtest/exemplary/native.json | 2 +- adapters/smarthub/smarthubtest/exemplary/video.json | 2 +- .../smarthub/smarthubtest/supplemental/bad-response.json | 2 +- .../smarthubtest/supplemental/empty-seatbid-0-bid.json | 2 +- .../smarthub/smarthubtest/supplemental/empty-seatbid.json | 2 +- adapters/smarthub/smarthubtest/supplemental/status-204.json | 2 +- adapters/smarthub/smarthubtest/supplemental/status-400.json | 2 +- adapters/smarthub/smarthubtest/supplemental/status-503.json | 2 +- .../smarthubtest/supplemental/unexpected-status.json | 2 +- .../smarthub/smarthubtest/supplemental/wrong-bidtype.json | 2 +- static/bidder-info/felixads.yaml | 2 +- static/bidder-info/jdpmedia.yaml | 2 +- static/bidder-info/markapp.yaml | 2 +- static/bidder-info/smarthub.yaml | 6 +++--- static/bidder-info/tredio.yaml | 2 +- static/bidder-info/vimayx.yaml | 2 +- static/bidder-params/smarthub.json | 6 +++--- 19 files changed, 23 insertions(+), 23 deletions(-) diff --git a/adapters/smarthub/smarthub_test.go b/adapters/smarthub/smarthub_test.go index a932364bd00..bee9c04aa8c 100644 --- a/adapters/smarthub/smarthub_test.go +++ b/adapters/smarthub/smarthub_test.go @@ -11,7 +11,7 @@ import ( func TestJsonSamples(t *testing.T) { bidder, buildErr := Builder(openrtb_ext.BidderSmartHub, config.Adapter{ - Endpoint: "http://prebid.smart-hub.io/pbserver?partnerName={{.Host}}&seat={{.AccountID}}&token={{.SourceId}}"}, config.Server{ExternalUrl: "http://hosturl.com", GvlID: 1, DataCenter: "2"}) + Endpoint: "https://prebid.example.com/pbserver?partnerName={{.Host}}&seat={{.AccountID}}&token={{.SourceId}}"}, config.Server{ExternalUrl: "http://hosturl.com", GvlID: 1, DataCenter: "2"}) assert.NoError(t, buildErr) adapterstest.RunJSONBidderTest(t, "smarthubtest", bidder) diff --git a/adapters/smarthub/smarthubtest/exemplary/banner.json b/adapters/smarthub/smarthubtest/exemplary/banner.json index 66eef5e6dac..9f17b164614 100644 --- a/adapters/smarthub/smarthubtest/exemplary/banner.json +++ b/adapters/smarthub/smarthubtest/exemplary/banner.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/exemplary/native.json b/adapters/smarthub/smarthubtest/exemplary/native.json index 3360ac05915..5ea6bde0dcd 100644 --- a/adapters/smarthub/smarthubtest/exemplary/native.json +++ b/adapters/smarthub/smarthubtest/exemplary/native.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/exemplary/video.json b/adapters/smarthub/smarthubtest/exemplary/video.json index 30134dce0ca..85d5bd4ad97 100644 --- a/adapters/smarthub/smarthubtest/exemplary/video.json +++ b/adapters/smarthub/smarthubtest/exemplary/video.json @@ -66,7 +66,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/bad-response.json b/adapters/smarthub/smarthubtest/supplemental/bad-response.json index 5911c140a05..00c9ff6a875 100644 --- a/adapters/smarthub/smarthubtest/supplemental/bad-response.json +++ b/adapters/smarthub/smarthubtest/supplemental/bad-response.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/empty-seatbid-0-bid.json b/adapters/smarthub/smarthubtest/supplemental/empty-seatbid-0-bid.json index c8cbc9efe62..f30134ef0fd 100644 --- a/adapters/smarthub/smarthubtest/supplemental/empty-seatbid-0-bid.json +++ b/adapters/smarthub/smarthubtest/supplemental/empty-seatbid-0-bid.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/empty-seatbid.json b/adapters/smarthub/smarthubtest/supplemental/empty-seatbid.json index 1af890de1f6..d4d935d19f9 100644 --- a/adapters/smarthub/smarthubtest/supplemental/empty-seatbid.json +++ b/adapters/smarthub/smarthubtest/supplemental/empty-seatbid.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/status-204.json b/adapters/smarthub/smarthubtest/supplemental/status-204.json index 56922fc6fe8..91610d40bdd 100644 --- a/adapters/smarthub/smarthubtest/supplemental/status-204.json +++ b/adapters/smarthub/smarthubtest/supplemental/status-204.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/status-400.json b/adapters/smarthub/smarthubtest/supplemental/status-400.json index 5ef22853a3f..df16bed4e58 100644 --- a/adapters/smarthub/smarthubtest/supplemental/status-400.json +++ b/adapters/smarthub/smarthubtest/supplemental/status-400.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/status-503.json b/adapters/smarthub/smarthubtest/supplemental/status-503.json index 140b8e99051..c10b0f6c0f7 100644 --- a/adapters/smarthub/smarthubtest/supplemental/status-503.json +++ b/adapters/smarthub/smarthubtest/supplemental/status-503.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/unexpected-status.json b/adapters/smarthub/smarthubtest/supplemental/unexpected-status.json index e05c7dedb6c..4fdd11f0807 100644 --- a/adapters/smarthub/smarthubtest/supplemental/unexpected-status.json +++ b/adapters/smarthub/smarthubtest/supplemental/unexpected-status.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/adapters/smarthub/smarthubtest/supplemental/wrong-bidtype.json b/adapters/smarthub/smarthubtest/supplemental/wrong-bidtype.json index 680dd051fa0..7c6bc0f00da 100644 --- a/adapters/smarthub/smarthubtest/supplemental/wrong-bidtype.json +++ b/adapters/smarthub/smarthubtest/supplemental/wrong-bidtype.json @@ -46,7 +46,7 @@ "httpCalls": [ { "expectedRequest": { - "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", + "uri": "https://prebid.example.com/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", "body": { "id": "id", "imp": [ diff --git a/static/bidder-info/felixads.yaml b/static/bidder-info/felixads.yaml index 98a8745a881..baa2268f4da 100644 --- a/static/bidder-info/felixads.yaml +++ b/static/bidder-info/felixads.yaml @@ -1,2 +1,2 @@ -endpoint: "http://felixads-prebid.smart-hub.io/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" +endpoint: "https://felixads-prebid.attekmi.com/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" aliasOf: "smarthub" diff --git a/static/bidder-info/jdpmedia.yaml b/static/bidder-info/jdpmedia.yaml index 8139dd4ffb4..f558955a2f2 100644 --- a/static/bidder-info/jdpmedia.yaml +++ b/static/bidder-info/jdpmedia.yaml @@ -1,4 +1,4 @@ -endpoint: "http://jdpmedia-prebid.smart-hub.io/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" +endpoint: "https://jdpmedia-prebid.attekmi.com/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" aliasOf: "smarthub" userSync: supports: diff --git a/static/bidder-info/markapp.yaml b/static/bidder-info/markapp.yaml index 79d8887c20c..b0e71062424 100644 --- a/static/bidder-info/markapp.yaml +++ b/static/bidder-info/markapp.yaml @@ -1,4 +1,4 @@ -endpoint: "http://markapp-prebid.smart-hub.io/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" +endpoint: "https://markapp-prebid.attekmi.com/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" aliasOf: "smarthub" userSync: supports: diff --git a/static/bidder-info/smarthub.yaml b/static/bidder-info/smarthub.yaml index 687c6c3fe81..43e12ae2570 100644 --- a/static/bidder-info/smarthub.yaml +++ b/static/bidder-info/smarthub.yaml @@ -1,6 +1,6 @@ -endpoint: "http://prebid.smart-hub.io/pbserver?partnerName={{.Host}}&seat={{.AccountID}}&token={{.SourceId}}" +endpoint: "https://prebid.attekmi.com/pbserver?partnerName={{.Host}}&seat={{.AccountID}}&token={{.SourceId}}" maintainer: - email: "support@smart-hub.io" + email: "prebid@attekmi.com" capabilities: app: mediaTypes: @@ -13,7 +13,7 @@ capabilities: - video - native userSync: - # smarthub supports user syncing, but requires configuration by the host. contact this + # Attekmi supports user syncing, but requires configuration by the host. contact this # bidder directly at the email address in this file to ask about enabling user sync. supports: - redirect diff --git a/static/bidder-info/tredio.yaml b/static/bidder-info/tredio.yaml index 5ed85a937df..fd8ac68689b 100644 --- a/static/bidder-info/tredio.yaml +++ b/static/bidder-info/tredio.yaml @@ -1,4 +1,4 @@ -endpoint: "http://tredio-prebid.smart-hub.io/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" +endpoint: "https://tredio-prebid.attekmi.com/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" aliasOf: "smarthub" userSync: supports: diff --git a/static/bidder-info/vimayx.yaml b/static/bidder-info/vimayx.yaml index 2104b17df10..567d95c8c2b 100644 --- a/static/bidder-info/vimayx.yaml +++ b/static/bidder-info/vimayx.yaml @@ -1,2 +1,2 @@ -endpoint: "http://vimayx-prebid.smart-hub.io/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" +endpoint: "https://vimayx-prebid.attekmi.com/pbserver/?seat={{.AccountID}}&token={{.SourceId}}" aliasOf: "smarthub" diff --git a/static/bidder-params/smarthub.json b/static/bidder-params/smarthub.json index dd9888fa937..53d93bddfe8 100644 --- a/static/bidder-params/smarthub.json +++ b/static/bidder-params/smarthub.json @@ -1,12 +1,12 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "SmartHub Adapter Params", - "description": "A schema which validates params accepted by the SmartHub adapter", + "title": "Attekmi (formerly SmartHub) Adapter Params", + "description": "A schema which validates params accepted by the Attekmi (formerly SmartHub) adapter", "type": "object", "properties": { "partnerName": { "type": "string", - "description": "SmartHub unique partner name", + "description": "Attekmi (formerly SmartHub) unique partner name", "minLength": 1 }, "seat": {