レバウェル看護の公式ページへ移動中です

数秒で自動的に移動します

レバウェル看護の公式ページへ移動中です

const separator = REDIRECT_URL.includes('?') ? '&' : '?'; return REDIRECT_URL + separator + encodeURIComponent(AFF_PARAM_NAME) + '=' + encodeURIComponent(val); } (function(){ const finalUrl = buildFinalUrl(); let redirected = false; function safeRedirect() { if (redirected) return; redirected = true; window.location.replace(finalUrl); } function fireConversionThenRedirect() { const fallbackTimer = setTimeout(function(){ safeRedirect(); }, MAX_WAIT_AFTER_FIRE_MS); try { gtag('event', 'conversion', { 'send_to': GOOGLE_ADS_SEND_TO, 'event_callback': function() { clearTimeout(fallbackTimer); safeRedirect(); }, 'event_timeout': MAX_WAIT_AFTER_FIRE_MS }); } catch (e) { clearTimeout(fallbackTimer); safeRedirect(); } } // 1回描画→最低表示時間→MCV送信→遷移 requestAnimationFrame(function(){ setTimeout(function(){ fireConversionThenRedirect(); }, MIN_DISPLAY_MS); }); })();