Search.../

jsonPayload

Payload of the log entry in JSON format.

Type:

LogEntryJsonPayloadRead Only
NAME
TYPE
DESCRIPTION
message
string

Payload message.

Was this helpful?

Log entry payload information

Request

Copy Code
1{
2 // ...
3
4 "jsonPayload": {
5 "message": "#contactUs button was clicked." // Console log
6 },
7
8 // ...
9 }