If you’re using Convert or Convert Pro plans, you can expect these following events:
Start (When a user starts interacting with the quiz)
Next (When a user clicks on a next button)
Answer (When a user answers a question)
You will also get two parameters in that event
If you’re using Personalize or Flywheel or Enterprise plans, you can expect these following events:
Start (When a user starts interacting with the quiz)
Next (When a user clicks on a next button)
Answer (When a user answers a question)
You will also get two parameters in that event
value
: The question titleaction
: The answer the user has selectedComplete (A user has completed the quiz)
Add to Cart (A user has added a recommended product to the cart)
Click Recommendation (A user has opened a recommended product page)
Start Over (A user has completed the quiz and clicked on start over button)
By default we use the same parameters in all of our events to GA, these includes:
quiz_id
: The quiz id for the event (useful if you have multiple quizzes)label
: The event name (Start, Answer, etc)