View source: R/personalizeevents_operations.R
personalizeevents_put_events | R Documentation |
Records item interaction event data. For more information see Recording item interaction events.
See https://www.paws-r-sdk.com/docs/personalizeevents_put_events/ for full documentation.
personalizeevents_put_events(trackingId, userId = NULL, 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 Recording item interaction events. |
eventList |
[required] A list of event data from the session. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.