RevenueHunt
RevenueHunt provides quiz-based product recommendation tools that can be displayed on your ShopWired website as interactive quizzes for visitors.
Key features for RevenueHunt include:
- Configurable quizzes created within the RevenueHunt dashboard
- Several display modes, including automatic pop-ups
- Menu-triggered quiz pop-ups for navigation menus
RevenueHunt integrates with ShopWired by adding code to your theme, selected pages, or website menus to display a RevenueHunt quiz that can provide product recommendations for visitors.
Account creation
Account creation
To begin using RevenueHunt with ShopWired, create an account at the RevenueHunt website. All RevenueHunt quizzes require a script to be added to your theme, similar to the example below:
<script src="https://admin.revenuehunt.com/embed.js" async></script>
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
Add this script to your theme’s master.twig file:
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to install it on - Add the script just above the closing
</head>tag
Link pop-up
Link pop-up
Use this method to display the quiz when a visitor selects a link in your website navigation. RevenueHunt will provide link pop-up code, similar to the example below:
#quiz-xxxxx
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
Add this code to your ShopWired website menu:
- Navigate to Website > Menus
- Open the menu where you want the quiz link to appear
- Select
add anotherto add a new link - Enter a name, for example: Quiz
- Select the
customlink type - Enter the RevenueHunt link code into the Link to setting
- Select
save changes - Complete the setup within your RevenueHunt account
Selecting the link in your menu will now open the quiz in a pop-up window.
Inline embed
Inline embed
Use this method to display the quiz directly on a landing page or website page. RevenueHunt will provide an , similar to the example below:
<div id="rh-inline-embed"></div> <script src="https://your-inline-script.js"></script>
The code shown above is provided as an example only. You must copy the exact code provided in your own account, as the code and any ID values will be unique to your website.
Add this code to your ShopWired account:
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the code into the Custom HTML setting
- Use the theme editor to position the quiz on the page
Automatic pop-up
Automatic pop-up
Use this display mode to automatically show the quiz after a visitor has spent a configured amount of time on a page. RevenueHunt will provide pop-up script, similar to the example below:
<div id="auto-popup" data-timeout="2" data-exit-intent="true" data-quiz-id="your_quiz_id" style="display: none;"></div>
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
Add this code to your ShopWired account:
- Navigate to Website > Themes
- Select the
code editor - Open the
master.twigfile - Add the script just above the closing
</body>tag - Select
save changes
The quiz will appear after the timing configured within RevenueHunt.
Recommendations
Recommendations
Test quiz visibility
Check that quizzes load correctly across desktop and mobile devices.
Confirm script placement
Ensure the theme script is added to the correct location within master.twig to allow quizzes to load correctly.