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

personalize_create_event_tracker

Creates an event tracker that you use when sending event data to the specified dataset group using the PutEvents API


Description

Creates an event tracker that you use when sending event data to the specified dataset group using the PutEvents API.

When Amazon Personalize creates an event tracker, it also creates an event-interactions dataset in the dataset group associated with the event tracker. The event-interactions dataset stores the event data from the PutEvents call. The contents of this dataset are not available to the user.

Only one event tracker can be associated with a dataset group. You will get an error if you call create_event_tracker using the same dataset group as an existing event tracker.

When you send event data you include your tracking ID. The tracking ID identifies the customer and authorizes the customer to send the data.

The event tracker can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

  • DELETE PENDING > DELETE IN_PROGRESS

To get the status of the event tracker, call describe_event_tracker.

The event tracker must be in the ACTIVE state before using the tracking ID.

Related APIs

Usage

personalize_create_event_tracker(name, datasetGroupArn)

Arguments

name

[required] The name for the event tracker.

datasetGroupArn

[required] The Amazon Resource Name (ARN) of the dataset group that receives the event data.

Value

A list with the following syntax:

list(
  eventTrackerArn = "string",
  trackingId = "string"
)

Request syntax

svc$create_event_tracker(
  name = "string",
  datasetGroupArn = "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.