track Recommendation Results View
Tracks recommendation result view events.
Example:
ConstructorIo.trackRecommendationResultsView("Best_Sellers", arrayOf("123", "234"), 4, 1, 4, "179b8a0e-3799-4a31-be87-127b06871de2", "Products")
Parameters
The pod id
the item ids of the dislayed items
The count of recommendation results being viewed
The current page that recommendation result is on
The total number of recommendation results
The result ID of the recommendation response that the selection came from
The section that the results came from, i.e. "Products"
Additional analytics tags to pass
Tracks recommendation result view events.
Example:
ConstructorIo.trackRecommendationResultsView("Best_Sellers", 4, 1, 4, "179b8a0e-3799-4a31-be87-127b06871de2", "Products")
Parameters
The pod id
The count of recommendation results being viewed
The current page that recommendation result is on
The total number of recommendation results
The result ID of the recommendation response that the selection came from
The section that the results came from, i.e. "Products"
Additional analytics tags to pass