Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

personalizeevents_put_events

Records user interaction event data


Description

Records user interaction event data. For more information see event-record-api.

Usage

personalizeevents_put_events(trackingId, userId, 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 event-record-api.

eventList

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

Value

An empty list.

Request syntax

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"
      )
    )
  )
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.