View source: R/personalize_operations.R
personalize_list_event_trackers | R Documentation |
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
)
datasetGroupArn |
The ARN of a dataset group used to filter the response. |
nextToken |
A token returned from the previous call to
|
maxResults |
The maximum number of event trackers to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.