Brilliant Directories
Use brilliant directories with stripe as payment processor
Step 1: Tracking Clicks
Insert the following script in your website's <head>
tag to start tracking clicks:
Go to your Brilliant Directories admin panel and select your website
Go to the Design Settings -> Custom CSS/HEAD
Copy and paste the script below:
<script
src="https://pushlapgrowth.com/affiliate-tracker.js"
data-affiliate
data-program-id="YOUR_AFFILIATE_PROGRAM_ID"
async>
</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)
Step 3: Tracking sign-ups and sales
Insert this code in your website's <head> tag on all pages where you have stripe payment links. This code will send the affiliate data to stripe.
Go to your Brilliant Directories admin panel and select your website
Go to the Toolbox -> Widget Manager
Search for the widget Bootstrap Theme - Conversion Tracking Codes
Click Actions -> Customize
In the HTML section, find the text that says Enter Conversion Tracking Codes To Track Sign Ups & Upgraded Members Below ******* →
Paste the following code:
<script>
window.createPushLapSale({
userId: '<?php echo $conversion_tracking['user_id']; ?>',
amount: <?php echo $conversion_tracking['amount']; ?>,
name: '<?php echo $conversion_tracking['full_name']; ?>',
email: '<?php echo $conversion_tracking['email']; ?>'
});
</script>
Summary
By following these steps, you can successfully integrate Brilliant Directories with Push Lap Growth for accurate affiliate tracking.