
What this integration can and can’t track
Because the sale side of this integration runs through Stripe, it handles the whole life of a customer: the first payment, every renewal, refunds, and cancellations — not just the initial sale.
Before you start
You’ll need:- A live Referly program with at least one affiliate to test with. See setting up your program if you haven’t got that far.
- A BoomerangMe site you can edit the page code on (the
<head>and the page that holds your sign-up form). - A Stripe account that BoomerangMe charges through.
Step 1: Add the Referly tracking script
Copy the script from Step 1 of the instructions window and paste it into your site’s<head> tag so tracking starts as early as possible. Your program’s own identifier is already filled in where YOUR_PROGRAM_ID appears here:
Step 2: Connect Stripe
BoomerangMe takes payment through Stripe, and Stripe is where Referly reads your revenue from. Without this step you’ll see clicks and sign-ups but no sales. In the instructions window, go to Step 2: Connect Stripe and select Connect Stripe. You’ll be sent to Stripe to authorise the connection, then returned to Referly.Step 3: Capture sign-ups and sales
Add this script to the page where users sign up or enter their email. Make sure the Step 1 script is present on that page too. Paste this just before the closing</body> tag:
Test it end to end
Run a real sign-up and payment through before telling affiliates the integration is live.1
Grab a real affiliate link
Open Affiliates in the left sidebar of Referly, pick an affiliate, and copy their referral link.
2
Open it in a private window
Use a private or incognito window so no old tracking interferes. Land on your site and let the page finish loading.
3
Sign up and pay
Go through your normal sign-up with a fresh email address, then buy a paid plan. Use a low-priced plan or a full-discount coupon rather than a live card charge if you can.
4
Check Referly
Open Customers in the left sidebar. The buyer should appear within a minute, credited to the affiliate whose link you used, with the amount they paid and its commission.
When the test payment appears under Customers against the right affiliate with the right amount, you’re done.
Troubleshooting
Clicks are counted but no sales ever appear
Clicks are counted but no sales ever appear
Almost always the Stripe connection. Check that Referly is connected to the same Stripe account BoomerangMe charges through, and that your program’s test-or-live mode matches the payments you’re expecting.
Nothing is tracked at all, not even clicks
Nothing is tracked at all, not even clicks
The Step 1 script isn’t running. Confirm it’s in the
<head> of the pages affiliates send traffic to, then load one with an affiliate link on the end and check a click shows up in Referly.Sign-ups aren't being recorded
Sign-ups aren't being recorded
The Step 3 script needs to be on the same page as your sign-up form, and that page also needs the Step 1 script. Confirm your form has an email input the script can find (
type="email" or name="email").The wrong affiliate got the credit
The wrong affiliate got the credit
The customer most likely visited on another affiliate’s link earlier. The first affiliate to refer someone keeps the credit for the length of your cookie window. You can move a referral from the customer’s page, described in managing referred customers.
Related
Stripe
Connect the Stripe account BoomerangMe charges through.
Universal forms integration
The general form-capture pattern this integration builds on.
Commissions overview
Set recurring commission for subscription revenue.
All integrations
See every platform Referly connects to.