Skip to content
Open
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
13 changes: 13 additions & 0 deletions src/main/resources/bidder-config/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,19 @@ adapters:
url: https://sync.adsinteractive.com/getuid?{{redirect_url}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}
support-cors: false
uid-macro: '$AUID'
360playvid:
enabled: false
endpoint: https://ssp.360playvid.com/pserver
meta-info:
maintainer-email: prebid@360playvid.com
usersync:
enabled: true
redirect:
url: https://cookie.360playvid.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&coppa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}
uid-macro: '[UID]'
iframe:
url: https://cookie.360playvid.com/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}
uid-macro: '[UID]'
nativo:
enabled: false
endpoint: https://exchange.postrelease.com/esi?ntv_epid=7
Expand Down
13 changes: 13 additions & 0 deletions src/main/resources/bidder-config/teqblaze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ adapters:
teqblaze:
endpoint: http://
aliases:
360playvid:
enabled: false
endpoint: https://ssp.360playvid.com/pserver
meta-info:
maintainer-email: prebid@360playvid.com
usersync:
enabled: true
redirect:
url: https://cookie.360playvid.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&coppa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}
uid-macro: '[UID]'
iframe:
url: https://cookie.360playvid.com/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}
uid-macro: '[UID]'
pinkLion:
enabled: false
endpoint: https://us-east-ep.pinklion.io/pserver
Expand Down