Regulation Object¶
Value |
Type |
Description |
---|---|---|
coppa* |
integer |
A flag indicating whether or not this request falls under the COPPA regulations
established by the USA FTC, where Important
|
ext* |
object |
Extension object for further protocol fields. |
ext Object¶
Value |
Type |
Description |
---|---|---|
gdpr* |
integer |
Indicates whether the request falls under GDPR regulations:
If consent is given, you should check if the |
us_privacy* |
string |
Passes the user privacy status for requests which fall under CCPA
regulations. The string uses 4 characters, e.g.
|
{
"regs":{
"coppa":1,
"ext":{
"gdpr":1,
"us_privacy":"1YN-"
}
}
}