(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
artistic-blurry-colorful-wallpaper-background (1).jpg

Để được hỗ trợ thêm, vui lòng gửi phiếu yêu cầu của bạn tại đây

Các chuyên viên hỗ trợ của chúng tôi sẵn sàng hỗ trợ bạn từ 08:00 sáng - 22:00 tối (GMT+4) hằng ngày, kể cả ngày lễ. Vui lòng xem trang Câu hỏi thường gặp (FAQ) để tìm câu trả lời cho thắc mắc của bạn. Nếu bạn không tìm thấy thông tin cần thiết hoặc cần thêm hỗ trợ, vui lòng gửi email cho chúng tôi.

b71d33fc-a2f9-4978-a346-cf2cdf2a84bc.webp
9b07a450-f6c0-47e6-a8b4-c92f9454a1fc.webp
Tải ngay ứng dụng Rock-West

Bắt đầu giao dịch an toàn ngay hôm nay

d6c13381-ffc7-4904-98e1-b084966d056f.webp
95c9babc-7560-4599-b1f4-c0dd24cf30c9.webp
artistic-blurry-colorful-wallpaper-background (1).jpg

Trò chuyện với chúng tôi

bottom of page