(function() { const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content']; const urlParams = new URLSearchParams(window.location.search); let hasParams = false; utmParams.forEach(param => { const value = urlParams.get(param); if (value) { localStorage.setItem(param, value); hasParams = true; } }); if (hasParams) { console.log('%c✅ UTM-метки сохранены в localStorage.', 'color: green; font-weight: bold;'); if (typeof gtag === 'function') { const eventParams = {}; utmParams.forEach(param => { eventParams[param] = localStorage.getItem(param); }); gtag('event', 'utm_parameters_captured', eventParams); console.log('%c📊 UTM-метки отправлены в GA4 как event utm_parameters_captured', 'color: blue; font-weight: bold;'); } } console.log('%c📦 UTM в localStorage:', 'color: orange; font-weight: bold;'); utmParams.forEach(param => { console.log(`${param}: ${localStorage.getItem(param)}`); }); // Навешиваем обработчик на кнопку регистрации const registerButton = document.querySelector('.StylableButton2545352419__container'); if (registerButton) { registerButton.addEventListener('click', function(e) { e.preventDefault(); let link = registerButton.querySelector('a') ? registerButton.querySelector('a').href : null; if (!link) { console.warn('⚠️ Кнопка не содержит ссылку'); return; } const url = new URL(link); utmParams.forEach(param => { const value = localStorage.getItem(param); if (value) { url.searchParams.set(param, value); } }); console.log('%c➡️ Переход на URL с UTM:', 'color: purple; font-weight: bold;', url.toString()); window.location.href = url.toString(); }); } else { console.warn('⚠️ Кнопка регистрации не найдена'); } })();
top of page
Untitled design-15.gif

100% 欢迎奖金

领取高达 $10,000 的入金奖金。

100%BONUS.webp

立即领取您的入金奖金!

利用我们丰厚的入金奖金和可提取返佣,将您的交易提升到新高度。

提升您的交易量

奖金总额高达 $10,000。

提取利润

使用自有资金和奖金资金交易所获得的利润均可提取。

提取奖金

达到交易量要求后即可提取奖金。

多种支付方式,方便快捷的存取款

从多种安全高效的支付方式中选择,轻松完成存取款。

Rock-West 与全球最优秀、最可靠的支付提供商合作,确保交易快速且安全。

选择最适合您的支付方式,与 Rock-West 一起享受无缝的金融交易体验。

bottom of page