Returns the list of event trackers associated with the account. The response provides the properties for each event tracker, including the Amazon Resource Name (ARN) and tracking ID. For more information on event trackers, see create_event_tracker
.
See https://www.paws-r-sdk.com/docs/personalize_list_event_trackers/ for full documentation.
personalize_list_event_trackers(
datasetGroupArn = NULL,
nextToken = NULL,
maxResults = NULL
)
The ARN of a dataset group used to filter the response.
A token returned from the previous call to
list_event_trackers
for getting the
next set of event trackers (if they exist).
The maximum number of event trackers to return.