personalizeevents_put_action_interactions {paws.machine.learning} | R Documentation |
Records action interaction event data
Description
Records action interaction event data. An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app.
See https://www.paws-r-sdk.com/docs/personalizeevents_put_action_interactions/ for full documentation.
Usage
personalizeevents_put_action_interactions(trackingId, actionInteractions)
Arguments
trackingId |
[required] The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon Personalize creates an action interaction event tracker for you. For more information, see Action interaction event tracker ID. |
actionInteractions |
[required] A list of action interaction events from the session. |
[Package paws.machine.learning version 0.7.0 Index]