Regs

@Serializable
class Regs(var coppa: Byte = 0, var ext: Regs.Extension = Extension())

This object contains any legal, governmental, or industry regulations that apply to the request.

The coppa flag signals whether or not the request falls under the United States Federal Trade Commission’s regulations for the United States Children’s Online Privacy Protection Act ("COPPA").

OpenRTB Section 3.2.3

See also

Constructors

Link copied to clipboard
constructor(coppa: Byte = 0, ext: Regs.Extension = Extension())

Types

Link copied to clipboard
@Serializable
class Extension(var gdpr: Byte? = null, var us_privacy: String? = null, var gpp: String? = null, var gpp_sids: String? = null)

Placeholder for exchange-specific extensions to OpenRTB.

Properties

Link copied to clipboard

Flag indicating if this request is subject to the COPPA regulations established by the USA FTC. 0 = no 1 = yes

Link copied to clipboard

Regs extension object unique to Nimbus