Stripe Coupon Codes
Use coupons to track affiliate sales
Step 1: Tracking clicks (optional)
Insert this line of code in your website's <head>
tag to start tracking clicks, this step is optional if you're only tracking using coupons, however, clicks will not be tracked if you don't add this script.
Normal Method
<script
src="https://pushlapgrowth.com/affiliate-tracker.js"
data-affiliate
data-program-id="YOUR_AFFILIATE_PROGRAM_ID"
async>
</script>
Using Google Tag Manager
<script>
var pushLap = document.createElement('script');
pushLap.src = "https://pushlapgrowth.com/affiliate-tracker.js";
pushLap.setAttribute('data-affiliate', '');
pushLap.setAttribute('data-program-id', 'YOUR_AFFILIATE_PROGRAM_ID');
document.head.appendChild(pushLap);
</script>
Step 2: Connect Stripe
To proceed, connect your Stripe account by going to Dashboard → Integrations → Connect payment processor → Stripe. (Please complete the whole stripe connection flow to have your affiliate program connected to your stripe account).
When you connect your stripe account and set up the affiliate promo rate and type in the affiliate program details step, each affiliate that signs up to your affiliate program will get a discount code generated automatically that they can share, and they're given a commission when a customer uses that discount code.