track Quiz Result Load
fun trackQuizResultLoad( quizId: String, quizVersionId: String, quizSessionId: String, sectionName: String? = null, resultId: String? = null, resultPage: Int? = null, resultCount: Int? = null, url: String = "Not Available", analyticsTags: Map<String, String>? = null)
Content copied to clipboard
Tracks quiz result load events ##Example
ConstructorIo.trackQuizResultLoad("coffee-quiz", "23AECMA-1EFKCI", "34NCUIEI-214CDN", null, null, 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
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 Page
The current page that quiz result is on
result Count
The total number of quiz results
analytics Tags
Additional analytics tags to pass