This guide shows you how to track conversions from your quiz funnels by sending purchase data back to bluebarry. This allows you to see how well your quiz funnels are performing and visualize conversion data in your bluebarry dashboard.
💡 Important: You only need to set this up once – it works for all your quiz funnels automatically!
If YOU aren't adding this script...
Why read this whole documentation page, right? Just copy the email below and send it to your webdeveloper:
Email to copy for your web developers . Don’t forget to change everything that’s between brackets [ ].
Subject: Implement bluebarry Performance Tracking Script (easy task)
Hi [COLLEAGUE],
We need to implement performance tracking for our bluebarry quiz funnels. This will help us track conversions and see how our quizzes are performing. Pretty exciting tool so far ;).
Here's what needs to be done:
1. Add the bluebarry performance tracking script to our checkout confirmation/thank you page
2. Configure the script with our dynamic order data (total, items, currency, etc.)
3. Make sure it fires after successful purchases (it's best to run a test order after using a live Quiz Funnel)
Full documentation: https://bluebarry.ai/implementing-performance-tracking-script/
Our bluebarry Tenant ID: [insert your tenant ID here]
Please let me know if you need any clarification or have questions about the implementation. Or just send an email to contact@bluebarry.ai. They're quick in their response.
Thanks!
[Your name]
Do you need this email in another language (e.g. Dutch)?
Just use Google Translate. Lazy sloth.
Step 1) What CMS are you using?
We have standard plugins and specific documentation for the most popular eCommerce platforms:
- WooCommerce – Download Plugin
- Magento 2 – Not in the AppStore yet, but ask us ([email protected]) if you need early access
- Shopify – Not in the AppStore yet, but ask us ([email protected]) if you need early access
- Lightspeed – Not in the AppStore yet, but ask us ([email protected]) if you need early access
💡 If you’re using one of these platforms, we recommend using our dedicated plugins instead of the manual implementation below.
Step 2) Copy the Performance Script
Just go to one of your Quiz Funnels > Launch > Performance script.
Hit “copy”.

Go old-school: Manually copy the Performance Script
Manually copy the script below.
1. Replace TENANT_ID_HERE with your actual Tenant ID
2. Find your Tenant ID in bluebarry: Go to “Integrations” → Click to copy your Tenant ID

Step 3) Changing the dynamic variables
Important step! The values in the Performance Script are examples. You need to replace them with dynamic variables from your CMS that pull the actual order data.
The following values need to be made dynamic (this depends on your CMS setup):
– currencyIso: Should pull the actual currency from the order
– conversionId: Should use the real order ID from your system
– orderProductTotal: Actual product total from the order
– orderTaxTotal: Actual tax amount from the order
– orderGrandTotal: Actual grand total from the order
– items array: All products from the actual order with real quantities and prices
Step 4) Adding the script to your confirmation page
This script must be added to your checkout confirmation (thank you) page – the page customers see after completing their purchase.
Important requirements:
– The script must run after the order details are available
– It should only execute on successful purchases
– Test the implementation with a test purchase to ensure proper tracking
Once implemented correctly, you’ll be able to see conversion data, purchase values, and performance metrics for your quiz funnels in your bluebarry dashboard.