Skip to content

In Progress Extensions

Sam Tingleff edited this page Jan 9, 2015 · 8 revisions

The intention here is to describe extensions in active use by one or more exchanges, such that the community can propose and implement semi-standardized changes before they are ratified in the spec.

For each element, please include sponsoring companies and example syntax.

CA Senate Bill 568: Privacy: Internet: minors

Implemented at: Rubicon Project

The goal is to support California Senate Bill No. 568.

Request Changes

Regulations Object Type Example values Description
regs.ext.s22580 Integer 0, 1 A value of 1 indicates that the content is directed at minors and that specific types of products should not be advertised.

Example Request

{
 "regs":{
  "ext":{
   "s22580": 1
  }
 }
}
Clone this wiki locally