All Collections
Integrations
Guides
How to Get a Shareable URL / Link for Quiz Results
How to Get a Shareable URL / Link for Quiz Results
Octane Plus users will have a shareable link generated for each result customers see, for dynamic and custom results.
Mark Baek avatar
Written by Mark Baek
Updated yesterday

Overview


When customers take quizzes on the Octane Plus plan, a shareable link is generated each time a result is generated.

These links can automatically be sent and inserted into integration content such as Klaviyo emails and Attentive SMS, but they can also be exported.

What you'll learn

How to create, access & send a shareable link to a specific results page.

Prerequisites

Shareable links for quiz results are generated when seeing the results in a published quiz on Octane Plus.


How does it work?


Whenever a published quiz is completed and someone lands on the result page, a link is created of those results.

Even if result page content or logic is changed later, content inside of links won't change.

Integrations

After an account is connected to an integration, result page links will be sent into the integration each time once is generated.

The links can then be added into integration content using the appropriate steps in the target platform.


Finding shareable result page URLs in Octane AI


Shareable result page links are included inside of quiz responses exports which can be found through the following steps.

  • Step 1: In Octane AI, go to the Quiz page.

  • Step 2: Click on your quiz name.

  • Step 3: Scroll down to the Download quiz data section.

  • Step 4: Set the time frame with date picker

  • Step 5: Click Export data

This will export a CSV file that includes response data for each quiz session including:

  • Timestamp

  • Answers

  • Opt-ins

  • Product IDs

  • Result page link


Using the shareable result page URL in Klaviyo


When a quiz is completed with an email or SMS opt-in, quiz data will automatically be sent to Klaviyo as one of 2 data types.

Data type

What it includes

Used in

Custom properties

  • Quiz answers & result page

  • Result page URL

  • Shopify tags

  • Octane AI list membership

  • All flows

Quiz completed event

  • Quiz answers & result page

  • Result page URL

  • Product data

  • Metric-triggered flows

Dynamically adding result page URLs into Klaviyo messages

Use the code below to insert the result page URL (depending on the type of flow).

Data type

Flow type

Dynamic variable

Custom properties

  • All flows

{{ person|lookup:"quiz results URL"|default:"" }}

Timeline event

  • Metric-triggered flows

{{ event|lookup:'quiz results URL' }}

If you change the name of your quiz result property, you'll need to replace the text quiz results URL in the variable with the new name of your result link property.


Using a list-triggered flow vs. metric-triggered flow in Klaviyo


With custom property data being usable in all types of flows, what is the timeline event for and why would you make a metric-triggered flow?

Customers can enter a metric-triggered flow as many times as they qualify, while list or segment-triggered flows can only be entered once.

This makes metric-triggered flows the best choice for a quiz results flow as it lets your customers receive their quiz follow up emails every time they take a quiz, and not just the 1st time.

Learn more about Triggering a Quiz Results Flow on Quiz Completion in Klaviyo


Using the shareable result page URL in Attentive


Quiz links can be added to messages in Attentive as long as it's in a journey triggered by the quiz completed event.

As long as the journey is being triggered by the correct data, quiz links can be easily added to SMS messages.

Did this answer your question?