personalizeevents_put_events: Records user interaction event data

View source: R/personalizeevents_operations.R

personalizeevents_put_eventsR Documentation

Records user interaction event data

Description

Records user interaction event data. For more information see Recording Events.

See https://www.paws-r-sdk.com/docs/personalizeevents_put_events/ for full documentation.

Usage

personalizeevents_put_events(trackingId, userId = NULL, sessionId, eventList)

Arguments

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 Recording Events.

eventList

[required] A list of event data from the session.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.