track Quiz Result Click
fun trackQuizResultClick( quizId: String, quizVersionId: String, quizSessionId: String, customerId: String, variationId: String? = null, itemName: String? = null, sectionName: String? = null, resultId: String? = null, resultPositionOnPage: Int? = null, numResultsPerPage: Int? = null, resultPage: Int? = null, resultCount: Int? = null, analyticsTags: Map<String, String>? = null)
Content copied to clipboard
Tracks quiz result click events ##Example
ConstructorIo.trackQuizResultClick("coffee-quiz", "23AECMA-1EFKCI", "34NCUIEI-214CDN", "shirt-a", "shirt-a--reg", "White shirt", null, null, 10, 1, 10, null);
Content copied to clipboard
Parameters
quiz Id
The quiz id
quiz Version Id
version identifier for the quiz. version ID will be returned in quiz request responses
quiz Session Id
session identifier for the quiz. session ID will be returned in quiz request responses
customer Id
The item identifier of the clicked item i.e "PUMP-KAB-0002"
variation Id
The variation item identifier of the clicked item
item Name
The item name of the clicked item i.e "Jacket Denim"
section Name
The section that the results came from, i.e. "Products"
result Id
The result ID of the quiz response that the selection came from
result Position On Page
the position of the clicked item on the page i.e. 4
num Results Per Page
The count of quiz results on each page
result Page
The current page that quiz result is on
result Count
The total number of quiz results
analytics Tags
Additional analytics tags to pass