diff --git a/src/main/resources/bidder-config/smarthub.yaml b/src/main/resources/bidder-config/smarthub.yaml index ebe51135d06..665ac06ead4 100644 --- a/src/main/resources/bidder-config/smarthub.yaml +++ b/src/main/resources/bidder-config/smarthub.yaml @@ -1,24 +1,24 @@ adapters: smarthub: - 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}} aliases: markapp: enabled: false - endpoint: http://markapp-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}} + endpoint: https://markapp-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}} jdpmedia: enabled: false - endpoint: http://jdpmedia-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}} + endpoint: https://jdpmedia-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}} tredio: enabled: false - endpoint: http://tredio-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}} + endpoint: https://tredio-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}} vimayx: enabled: false - endpoint: http://vimayx-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}} + endpoint: https://vimayx-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}} felixads: enabled: false - endpoint: http://felixads-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}} + endpoint: https://felixads-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}} meta-info: - maintainer-email: support@smart-hub.io + maintainer-email: prebid@attekmi.com app-media-types: - banner - video diff --git a/src/main/resources/static/bidder-params/smarthub.json b/src/main/resources/static/bidder-params/smarthub.json index 24a8da771dd..97fe7ecc237 100644 --- a/src/main/resources/static/bidder-params/smarthub.json +++ b/src/main/resources/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": {