Skip to content

Commit 349e89e

Browse files
authored
rename smarthub to attekmi (#3699)
1 parent 110c953 commit 349e89e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/main/resources/bidder-config/smarthub.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
adapters:
22
smarthub:
3-
endpoint: http://prebid.smart-hub.io/pbserver?partnerName={{Host}}&seat={{AccountID}}&token={{SourceId}}
3+
endpoint: https://prebid.attekmi.com/pbserver?partnerName={{Host}}&seat={{AccountID}}&token={{SourceId}}
44
aliases:
55
markapp:
66
enabled: false
7-
endpoint: http://markapp-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}}
7+
endpoint: https://markapp-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}}
88
jdpmedia:
99
enabled: false
10-
endpoint: http://jdpmedia-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}}
10+
endpoint: https://jdpmedia-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}}
1111
tredio:
1212
enabled: false
13-
endpoint: http://tredio-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}}
13+
endpoint: https://tredio-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}}
1414
vimayx:
1515
enabled: false
16-
endpoint: http://vimayx-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}}
16+
endpoint: https://vimayx-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}}
1717
felixads:
1818
enabled: false
19-
endpoint: http://felixads-prebid.smart-hub.io/pbserver/?seat={{AccountID}}&token={{SourceId}}
19+
endpoint: https://felixads-prebid.attekmi.com/pbserver/?seat={{AccountID}}&token={{SourceId}}
2020
meta-info:
21-
maintainer-email: [email protected]
21+
maintainer-email: [email protected]
2222
app-media-types:
2323
- banner
2424
- video

src/main/resources/static/bidder-params/smarthub.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
3-
"title": "SmartHub Adapter Params",
4-
"description": "A schema which validates params accepted by the SmartHub adapter",
3+
"title": "Attekmi (formerly SmartHub) Adapter Params",
4+
"description": "A schema which validates params accepted by the Attekmi (formerly SmartHub) adapter",
55
"type": "object",
66
"properties": {
77
"partnerName": {
88
"type": "string",
9-
"description": "SmartHub unique partner name",
9+
"description": "Attekmi (formerly SmartHub) unique partner name",
1010
"minLength": 1
1111
},
1212
"seat": {

0 commit comments

Comments
 (0)