Regs Object¶
Note
Fields marked with asterisk (*) are optional.
Value |
Type |
Description |
---|---|---|
coppa* |
integer |
Flag indicating whether or not this request falls under the COPPA regulations established by the USA FTC.
|
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.
|
gpp* |
string |
Contains the Global Privacy Platform’s consent string. See the Global Privacy Platform specification for more details. |
gpp_sid* |
array of integers |
Array of the section(s) of the string which should be applied for this transaction. Generally will contain one and only one value, but there are edge cases where more than one may apply. GPP Section 3 (Header) and 4 (Signal Integrity) do not need to be included. See the GPP Section Information for more details. |
{
"regs":{
"coppa":1,
"gdpr":1,
"us_privacy":"1YN-",
"gpp": "DBABBgAA~BVoIgAAQ.QAAA",
"gpp_sid": 1, 2, 5,
}
}