Records user interaction event data
Records user interaction event data. For more information see event-record-api.
personalizeevents_put_events(trackingId, userId, sessionId, eventList)
trackingId |
[required] The tracking ID for the event. The ID is generated by a call to the CreateEventTracker API. |
userId |
The user associated with the event. |
sessionId |
[required] The session ID associated with the user's visit. Your application generates the sessionId when a user first visits your website or uses your application. Amazon Personalize uses the sessionId to associate events with the user before they log in. For more information see event-record-api. |
eventList |
[required] A list of event data from the session. |
An empty list.
svc$put_events( trackingId = "string", userId = "string", sessionId = "string", eventList = list( list( eventId = "string", eventType = "string", eventValue = 123.0, itemId = "string", properties = "string", sentAt = as.POSIXct( "2015-01-01" ), recommendationId = "string", impression = list( "string" ) ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.