createRecommendationEventAsync

open suspend override fun createRecommendationEventAsync(storeId: String, action: String, itemIds: List<String>): Result

Registers a recommendation event for the given store ID, action and item IDs.

Return

The result of the operation.

Parameters

storeId

The ID of the content store.

action

The action performed. Actions can be "view", "click", "recommendation_view", "entrypage", "shoppingcart", "order".

itemIds

A list of item IDs involved in the action.