-
Notifications
You must be signed in to change notification settings - Fork 10
OpenRTB extension
Sam Tingleff edited this page Jan 9, 2018
·
7 revisions
Note that if the keyv parameter is present, the id value is expected to be encrypted. If keyv is not present the id field should be unencrypted and may only be sent to known DigiTrust members in good standing.
The unencrypted construction is generally preferred.
{
...
"user":{
"ext":{
"digitrust": {
"id": "oIB0sw9b77k="
}
}
}
}
{
...
"user":{
"ext":{
"digitrust": {
"id": "RlKOeWr2qQbFFrsiV3Yk6a2xT/cjnOHBMuWixkoHrrO80SVWnNUYCE2bkUc4B43FGBhRXRpuqDTdaheXyGXhDI1iAbf065lN96EMeIbEW4dymXj4iTcY3hrLh/tVhjEgQ59PJd7ENk3Ru+F+47qkLNDvPkluVAadGjINk5uZoSHwcUJd9taWJu0S4z+votoxDSH8RPtc6lDOcYsMnWFnGr+iNGkQXMt7FK7DgL2jF0JTKGozTJGVWKlXCN8zXiRBp/Y409uHgLLIXQQC4B+TcVX/wh0/xZGcR5/mW2GmgIEG/N0b5oWsepmIWvOao3fl8m+HJH43gCkJaCOzhY3abw==",
"keyv": 1
}
}
}
}
{
...
"user": {
"eids": [
{
"source": "digitru.st",
"uids": [
{
"id": "oIB0sw9b77k=",
"atype": 1
}]
}]
}
}