You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::PersonalizeEvents::Types::PutEventsRequestWhen passing PutEventsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
tracking_id: "StringType", user_id: "UserId",
session_id: "StringType", event_list: [ {
event_id: "StringType",
event_type: "StringType", event_value: 1.0,
item_id: "ItemId",
properties: "EventPropertiesJSON",
sent_at: Time.now, recommendation_id: "RecommendationId",
impression: ["ItemId"],
},
],
}
Instance Attribute Summary collapse
A list of event data from the session.
The session ID associated with the user\'s visit.
The tracking ID for the event.
The user associated with the event.
A list of event data from the session.
#session_id ⇒ StringThe 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.
#tracking_id ⇒ StringThe tracking ID for the event. The ID is generated by a call to the CreateEventTracker API.
#user_id ⇒ StringThe user associated with the event.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4