Skip to content
Merged
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
11 changes: 11 additions & 0 deletions src/main/resources/bidder-config/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ adapters:
- banner
supported-vendors:
vendor-id: 1081
usersync:
enabled: true
cookie-family-name: cwire
redirect:
url: https://prebid.cwi.re/v1/usersync?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&rd={{redirect_url}}
support-cors: false
uid-macro: '$UID'
iframe:
url: https://prebid.cwi.re/v1/usersync?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&rd={{redirect_url}}
support-cors: false
uid-macro: '$UID'
adsinteractive:
enabled: false
endpoint: http://bid.adsinteractive.com/prebid
Expand Down
Loading