Skip to main content

Softr Integration

Instructions for integrating with Softr

Charles Rosel avatar
Written by Charles Rosel
Updated over 2 weeks ago

Integrating Rewardful is a quick way to set up affiliate and referral programs for your landing pages built with Softr. We automatically track referred Visitors, Leads, and Conversions from your affiliates, customers, influencers, and/or partners. Commissions are automatically adjusted for any billing event changes such as downgrades, upgrades, free trials, cancellations, and refunds.

Each person that signs up for your program will receive a personalized dashboard where they can create and manage their affiliate links, stats, and track their success.

I. Adding the Rewardful Tracking Script

Grab your Rewardful script from Step 1 on the Softr integration page.

Note: For users of Google Tag Manager, use the GTM version of the script listed in Step 1.
​

Paste the Step 1 script in section where you're allowed to add custom head codes or if you're using a third-party plugin for handling custom head codes, paste it into that section.

II. Build your Stripe checkout

Softr allows you to build your checkout via Stripe blocks. Click here to follow their instructions on how to build your checkout.

III. Add the conversion tracking script to your payment confirmation page

If your customers are redirected to a specific Softr page after a successful payment, add the following conversion tracking script to that page.

Place the code near the footer section:

<script> 
var userEmail = window['logged_in_user']['softr_user_email'];
rewardful('convert', { email: userEmail});
</script>

IV. Confirming the Rewardful dashboard initial setup

  • Go back to your Rewardful dashboard, click the Ok I've completed this button.

  • On the next set of instructions, open the link that has a ?via=install on an incognito window or private browser, let your site fully load.

  • Go back to your Rewardful dashboard and refresh the page. If the Step 1 tracking script is correctly placed, it will confirm your Rewardful initial dashboard setup.

  • If there's no confirmation, please chat with us or email us so that we'll check things for you.

Did this answer your question?