Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/main/resources/bidder-config/smarthub.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/static/bidder-params/smarthub.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading