Skip to content
Open
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
10 changes: 10 additions & 0 deletions static/bidder-info/adgeneration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ capabilities:
mediaTypes:
- banner
- native
# cookie-sync (S2S) 検証用。getuid URL / userMacro は backend 仕様確定後に差し替える。
# 詳細: projects/prebid-server/design/cookie-sync-s2s-design.md
userSync:
redirect:
url: "https://d.socdm.com/getuid?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirect={{.RedirectURL}}"
userMacro: "$UID"
# NOT enabled yet: the d.socdm.com /getuid endpoint and user.buyeruid consumption are not
# implemented on the backend yet. Keep this syncer disabled by default. A host can turn it on
# via config (adapters.adgeneration.usersync.enabled) once the backend is ready.
enabled: false
Loading