Basic events

If you’re using Convert or Convert Pro plans, you can expect these following events:

  1. Start (When a user starts interacting with the quiz)

  2. Next (When a user clicks on a next button)

  3. Answer (When a user answers a question)

    You will also get two parameters in that event

    1. value: The question title
    2. action: The answer the user has selected

Advanced Events

If you’re using Personalize or Flywheel or Enterprise plans, you can expect these following events:

  1. Start (When a user starts interacting with the quiz)

  2. Next (When a user clicks on a next button)

  3. Answer (When a user answers a question)

    You will also get two parameters in that event

    1. value: The question title
    2. action: The answer the user has selected
  4. Complete (A user has completed the quiz)

  5. Add to Cart (A user has added a recommended product to the cart)

  6. Click Recommendation (A user has opened a recommended product page)

  7. Start Over (A user has completed the quiz and clicked on start over button)

Events Paramaters

By default we use the same parameters in all of our events to GA, these includes:

  1. quiz_id: The quiz id for the event (useful if you have multiple quizzes)
  2. label: The event name (Start, Answer, etc)