logUIEvent

post

/ccadmin/v1/uiEvents/logUIEvent

Log a UI event.

Request

Supported Media Types
Body ()
Root Schema : logUIEvent_request
Type: object
Show Source
Nested Schema : uiEvent
Type: object
A free-form object representing the UI event
Back to Top

Response

Supported Media Types

200 Response

Returned when the operation succeeds.
Body ()
Root Schema : logUIEvent_response
Type: object
Show Source
Nested Schema : uiEvent
Type: object
A free-form object representing the UI event
Example Response (application/json)
{
    "uiEvent":{
        "eventType":"contextChange",
        "eventDetail":{
            "contextId":"audiences",
            "pageId":"marketing"
        }
    }
}
Back to Top