Personalize Event Tracker

Personalize Event Tracker in AWS is a resource that captures real-time user interaction events, such as clicks or views, and sends them to Amazon Personalize. These events are used to train and update recommendation models, enabling more accurate and personalized recommendations. It provides an event tracker ID and an endpoint for recording events.

aws.personalize_event_tracker

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestringThe Amazon Web Services account that owns the event tracker.
creation_date_timecoretimestampThe date and time (in Unix format) that the event tracker was created.
dataset_group_arncorestringThe Amazon Resource Name (ARN) of the dataset group that receives the event data.
event_tracker_arncorestringThe ARN of the event tracker.
last_updated_date_timecoretimestampThe date and time (in Unix time) that the event tracker was last updated.
namecorestringThe name of the event tracker.
statuscorestringThe status of the event tracker. An event tracker can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
tagscorehstore
tracking_idcorestringThe ID of the event tracker. Include this ID in requests to the PutEvents API.