ProfileManagementEventAdditionalFields
Represents the additional of the profile management event.
keyProfileManagementEventAdditionalKey (string)
Specifies the additional field key.
DEVICE_ID
- Device identifier of which the user has logged out.CUSTOMER_IP
- The ip of the device.
Possible values: [DEVICE_ID
, CUSTOMER_IP
]
valuestring
The value of the additional field.
ProfileManagementEventAdditionalFields
{
"key": "DEVICE_ID",
"value": "string"
}