A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/PersonalizeEvents/Types/PutEventsRequest.html below:

PutEventsRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PersonalizeEvents::Types::PutEventsRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #event_list ⇒ Array<Types::Event>

A list of event data from the session.

#session_id ⇒ String

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.

#tracking_id ⇒ String

The tracking ID for the event. The ID is generated by a call to the CreateEventTracker API.

#user_id ⇒ String

The 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