Brilliant Directories

Use brilliant directories with stripe as payment processor

Ayo AbdulLast Updated June 26, 2025

Step 1: Tracking Clicks

Insert the following script in your website's <head> tag to start tracking clicks:

  1. Go to your Brilliant Directories admin panel and select your website

  2. Go to the Design Settings -> Custom CSS/HEAD

  3. 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.

  1. Go to your Brilliant Directories admin panel and select your website

  2. Go to the Toolbox -> Widget Manager

  3. Search for the widget Bootstrap Theme - Conversion Tracking Codes

  4. Click Actions -> Customize

  5. In the HTML section, find the text that says Enter Conversion Tracking Codes To Track Sign Ups & Upgraded Members Below ******* →

  6. 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.

Did this answer your question?
© 2025 Push Lap Growth - Track, Manage and Find Affiliates