View source: R/personalize_operations.R
personalize_create_event_tracker | R Documentation |
Creates an event tracker that you use when adding event data to a specified dataset group using the PutEvents API.
See https://www.paws-r-sdk.com/docs/personalize_create_event_tracker/ for full documentation.
personalize_create_event_tracker(name, datasetGroupArn, tags = NULL)
name |
[required] The name for the event tracker. |
datasetGroupArn |
[required] The Amazon Resource Name (ARN) of the dataset group that receives the event data. |
tags |
A list of tags to apply to the event tracker. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.