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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert all changes in this file

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}}
Comment on lines +13 to +16
Copy link
Collaborator

@CTMBNara CTMBNara Jan 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix all macros:
.GDPR -> gdpr
etc.

uid-macro: '[UID]'
pinkLion:
enabled: false
endpoint: https://us-east-ep.pinklion.io/pserver
Expand Down