// FirstPromoter Referral Detection (function() { // Get referral code from URL parameters function getReferralCode() { const urlParams = new URLSearchParams(window.location.search); return urlParams.get('ref') || urlParams.get('referral') || urlParams.get('affiliate'); } // Store referral code in localStorage for later use const referralCode = getReferralCode(); if (referralCode) { localStorage.setItem('fp_referral_code', referralCode); // Track the referral visit if (window.fprom) { window.fprom('track', 'referral_visit', { referral_code: referralCode, page: window.location.pathname }); } } // Track page views if (window.fprom) { window.fprom('track', 'page_view', { page: window.location.pathname, title: document.title }); } })();
top of page

Contact

Have a question, a thought, or a curiosity? We’d love to hear from you. Please use the form below to reach out and we will be in touch soon.

Let's Chat

Phone

615-397-8283

Email

Social Media

  • Facebook
  • Youtube
  • LinkedIn
  • Instagram

Thanks for submitting!

bottom of page