Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Prebid-Server COPPA support dicumentation #1413

Merged
merged 2 commits into from
Aug 10, 2019
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
9 changes: 9 additions & 0 deletions prebid-server/developers/coppa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# COPPA Support

Prebid-Server supports [COPPA (Children's Online Privacy Protection Act)](http://www.coppa.org/) compliance and so, if `request.regs.coppa` flag is set in the bid request then the bid request object is modified as follows:

- All Device ID fields are removed: `device.ifa`, `device.macsha1`, `device.macmd5`, `device.dpidsha1`, `device.dpidmd5`, `device.didsha1`, `device.didmd5`
- Truncate `device.ip` field - remove lowest 8 bits.
- Truncate `device.ipv6` field - remove lowest 32 bits.
- Remove `geo.lat`, `geo.lon`, `geo.metro`, `geo.city`, and `geo.zip`
- Remove `user.id`, `user.buyeruid`, `user.yob`, and `user.gender`