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

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions src/main/resources/bidder-config/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,27 @@ adapters:
- video
supported-vendors:
vendor-id: 0
zeta_global_ssp:
enabled: false
endpoint: https://ssp.disqus.com/bid/prebid-server?sid=GET_SID_FROM_ZETA
endpoint-compression: gzip
meta-info:
maintainer-email: DL-Zeta-SSP@zetaglobal.com
app-media-types:
- banner
- video
site-media-types:
- banner
- video
supported-vendors:
vendor-id: 833
usersync:
enabled: true
cookie-family-name: zeta_global_ssp
redirect:
url: https://ssp.disqus.com/redirectuser?sid=GET_SID_FROM_ZETA&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&r={{redirect_url}}
uid-macro: 'BUYERUID'
support-cors: false
blue:
enabled: false
endpoint: https://prebid-us-east-1.getblue.io/?src=prebid
Expand Down
24 changes: 0 additions & 24 deletions src/main/resources/bidder-config/zeta_global_ssp.yaml

This file was deleted.

13 changes: 5 additions & 8 deletions src/main/resources/static/bidder-params/zeta_global_ssp.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Zeta Global SSP Adapter Params",
"description": "A schema which validates params accepted by the Zeta Global SSP adapter",

"description": "A schema which validates params accepted by the Zeta SSP adapter",
"type": "object",
"properties": {
"sid": {
"type": "integer",
"description": "An ID which identifies the publisher"
}
}

"properties": {},

"required": []
}
Loading
Loading