(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
alpha phone.png
card12.png

Alpha Card by Rock-West.

The First Card for Successful Traders
 

Your go-to card for everyday use

Alpha

Abstract Silver Shape

Alpha Card by Rock-West.

Not just a card. A reward for results.

You Earn

"You earn — we don't charge a commission for withdrawing profits to your card"

cards1.png

Alpha Card by Rock-West.

Digital-First Made Simple

Keep losing your cards? Go virtual and never worry about misplacing them again. Just link Rock-West Card to Apple Pay or Google Pay and start spending securely right away.

cards1.png
Rock-West.com

Tap Into Everyday Spending

Prefer to feel your card in hand? Order a physical premium card from Rock-West and use it like any other bank card.

Join the waiting list

Be among the first to receive the Alpha Card.

  • You earn - we don't charge a commission for withdrawing profits to your card.

  • Not just a card. A reward for results.

  • Solid like a rock. Rewarding like the market.

bottom of page