# Data privacy The following object classes contain the requesting app’s [COPPA](https://en.wikipedia.org/wiki/Children%27s_Online_Privacy_Protection_Act) compliance flag, [GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) compliance flag, and user consent flag. * For more information on Unity’s approach to COPPA, see the Unity Analytics [COPPA documentation](https://docs.unity3d.com/2019.1/Documentation/Manual/UnityAnalyticsCOPPA.html). * For more information on Unity’s approach to GDPR, see the [GDPR legal documentation](https://unity3d.com/legal/gdpr). In order to ingest and act on bid requests based on the user’s GDPR, COPPA, and user consent status, Unified Auction provides updated OpenRTB specs to reflect the related changes to the bid request fields: ## Privacy classes ### regs objects and extensions An object class containing the requesting app’s COPPA and GDPR compliance flags. | **Attribute** | **Type** | **Example** | **Description** | | ------------- | -------- | ----------- | --------------- | | `regs.coppa` | int |
"regs": {
  "coppa": 1
}
| Flag indicating if the bid request is subject to the COPPA regulations established by the USA FTC.