Regs Object

Note

Fields marked with asterisk (*) are optional.

Parameter

Type

Description

coppa*

integer

Flag indicating whether or not this request falls under the COPPA regulations established by the USA FTC. 0 = No. 1 = Yes.

ext*

object

See the Regs Ext Object

Regs Ext Object

Parameter

Type

Description

gdpr*

integer

Indicates whether the request falls under GDPR regulations: 0 = No 1 = Yes.Under OpenRTB conventions for optional attributes, omission indicates Unknown.

us_privacy*

string

Passes the user privacy status for requests which fall under CCPA regulations. The string uses 4 characters, e.g. “1YN-“.

Regs Object Example

{
    "regs":{
        "ext":{
            "gdpr":1,
            "us_privacy":"1YN-"
        }
    }
}