Adding the Swell Rewards System to your Justuno Promotions

Covers the code snippet required to link up your Justuno promotions to swell reward points

Updated 8/23/2021

Introduction


Swell Rewards is an incentive marketing platform; it's used to build on-brand rewards and referral programs. Fortune 500 companies and smaller retailers use Swell; Swell allows brands to reward customers for performing the actions that move the needle or lead to higher ROIs, as a result. The Swell integration has been removed from Justuno, however, you can still utilize Swell rewards with your Justuno promotions with the code cited below. 

Enabling Swell Rewards for All Promotions


Install this code on your website to capture Swell Rewards for all promos


window.juapp=window.juapp||function(){(window.juapp.q=window.juapp.q||[]).push(arguments)}
juapp('trackFunc','engagement',function(email, eventname, promotitle, cmid, options, form){
swellAPI.captureNewsletterSignup(email);
});


Enabling Swell Rewards for a Specific Promotion


To capture it only for a specific promotion, place this code in the TAB JS

juapp('trackFunc','engagement',function(email, eventname, promotitle, cmid, options, form){
swellAPI.captureNewsletterSignup(email);
});


Visit Justuno @ justuno.com