(function(){
var COOKIE_NAME = 'menthorq_utm_params';
var LS_KEY = 'menthorq_utm_params';
var UTM_KEYS = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','utm_id'];
var CLICK_ID_KEYS = ['gclid','fbclid','msclkid','ttclid'];
var COOKIE_DAYS = 30;// Read UTM parameters and click IDs from current URL
var params = new URLSearchParams(window.location.search);
var trackingData = {};
var hasData = false;
var allKeys = UTM_KEYS.concat(CLICK_ID_KEYS);
for (var i = 0; i < allKeys.length; i++) {
var val = params.get(allKeys[i]);
if (val) {
trackingData[allKeys[i]] = val;
hasData = true;
}
}if (hasData) {
// Fresh tracking data found in URL — store it (overwrites previous attribution)
trackingData.captured_at = new Date().toISOString();
setCookie(COOKIE_NAME, JSON.stringify(trackingData), COOKIE_DAYS);
try { localStorage.setItem(LS_KEY, JSON.stringify(trackingData)); } catch(e) {}
return;
}// No tracking params in URL — check if cookie exists
if (getCookie(COOKIE_NAME)) return;// Cookie is missing (expired or first visit) — try to restore from localStorage
try {
var stored = localStorage.getItem(LS_KEY);
if (stored) {
var parsed = JSON.parse(stored);
if (parsed && (parsed.utm_source || parsed.gclid || parsed.fbclid || parsed.msclkid || parsed.ttclid)) {
setCookie(COOKIE_NAME, stored, COOKIE_DAYS);
}
}
} catch(e) {}// Helper: set cookie
function setCookie(name, value, days) {
var expires = new Date(Date.now() + days * 864e5).toUTCString();
var cookie = name + '=' + encodeURIComponent(value) + ';expires=' + expires + ';path=/;SameSite=Lax';
if (location.protocol === 'https:') cookie += ';Secure';
document.cookie = cookie;
}// Helper: get cookie value (returns empty string if not found)
function getCookie(name) {
var match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
return match ? decodeURIComponent(match[1]) : '';
}
})();
var breeze_prefetch = {"local_url":"https://menthorq.com","ignore_remote_prefetch":"1","ignore_list":["/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
Welcome! In this guide, we’ll show you step-by-step how to easily register for our Affiliate Program. By joining MenthorQ’s Affiliate Program, you can earn by sharing and promoting innovative trading tools to your community and friends.
Why Join the Affiliate Program?
By signing up for our Affiliate Program, you gain access to exclusive benefits:
Earn: Receive a 20% commission for each sale made through your personal affiliate link.
Custom Links: Create your personalized affiliate links and easily track your results in real-time.
Timely Payments: Securely receive your monthly payments via PayPal.
Exclusive Discount: Your community will receive a 20% Discount on all MenthorQ Subscriptions.
Bonus Accelerators: The more you help promote us and the more you will earn.
60 Days Cookie: Referrals that sign up within 60 days will be assigned to you.
After creating your account, join the affiliate program by visiting the Affiliate Program Signup page.
Fill in the required details in the registration form and confirm your subscription.
Step 3: Access your Affiliate Dashboard
Log in to your MenthorQ Dashboard and navigate directly to the Affiliate menu to manage your links, access our marketing materials and track your performance.
Affiliate Program Setup 17
Dashboard
See your results in real time. Track commissions, performance metrics, and everything happening in your community.
Affiliate Program Setup 18
Marketing Materials
Find ready-to-use content to support your promotions.
This includes our most commonly used referral links, banners, images, and videos, designed to help you share MenthorQ quickly and effectively across any platform.
In here you can find our Banners, Videos, Logos and Links to the main MenthorQ Pages as well as a special 20% Discount code to your audience.
Affiliate Program Setup 19
Custom Links
Here you can manage and customize the referral links you’ll share with your audience.
Affiliate Program Setup 20
By default, we’ve already assigned you a personal link that points to the MenthorQ Homepage with your affiliate code: https://menthorq.com/?aff=2
https://menthorq.com → this is the destination URL
?aff=2 → this is your personal tracking number (added automatically). This will allows us to track any conversions, clicks and more.
Customizing your Links
If you’d like to send users to a specific page on the MenthorQ website (for example, the pricing page, a product page, or a landing page), you can create a Custom Link:
Click on “Add Custom Link”
Paste the full URL of the MenthorQ page you want to share
The system will automatically attach your affiliate ID at the end of the link
Affiliate Program Setup 21
Example: If you enter https://menthorq.com/pricing, your custom referral link will become: https://menthorq.com/products/?aff=2
Sharing Coupon Links
If you want to promote MenthorQ using a custom discount coupon, you can: