CINXE.COM
URLgenius App Deeplinks and QR Codes for Ledger
<!DOCTYPE html> <html> <head> <link rel="icon" type="image/png" href="/assets/favicon-4e8721d25c93d22d1ffb6f1b2bf5dc03eff92d7ff5ee829dac11ef6c6825fd85.ico"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> URLgenius App Deeplinks and QR Codes for Ledger </title> <meta name="description" content=" Generate free deeplink URLs for your mobile app, or to your content in other apps (such as Instagram, Amazon, Facebook, Messenger, Google Maps, YouTube...) with URLgenius "> <link rel="stylesheet" media="all" href="/assets/launch-80b7d6a8dfe2a3696831507557cde1885bb177e0183f0489b865accc581898e3.css" /> <script src="/assets/launch-4bc230fea8e536afbc0ae9bb725ba1af423d8992a46f50a438129e25053f52d1.js"></script> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="fRtituF5ULwnMAvGfjOrQjE3unswvwbsBsP4k2+aLqr/+xrt067My3mZMDeJdRwa0IMIMwqPiSdwWNa1heLevw==" /> </head> <body> <script> //<![CDATA[ window.after_app = ""; window.app = "Ledger Live"; window.app_icon_url = 'https://s3.amazonaws.com/urlg_production/apps/icons/4526/small_128/mHjR3KaAMw3RGA15-t8gXNAy_Onr4ZYUQ07Z9fG2vd51IXO5rd7wtdqEWbNMPTgdqrk?1712932045'; window.app_scheme = "ledgerlive://account"; window.app_store_url = "https://apps.apple.com/us/app/ledger-live-crypto-wallet/id1361671700"; window.background_image_1440 = ""; window.background_image_2880 = ''; window.browser_family = ""; window.custom_launch = 'true'; window.custom_style = ''; window.disable_launch = "false"; window.domain = ''; window.download_app = ""; window.download_app_url = ""; window.fallback_destination = 'mobile_web'; window.fallback_url = ""; window.first_try_url = ""; window.hit_update_path = '/api/internal/hits/c3d7abf46d1df5f5'; window.hit_update_qs_update_path = '/api/internal/hits/c3d7abf46d1df5f5/qs_update'; window.ios_delay = '0.1'; window.ios_facebook = ""; window.launch_url = 'https://go.ledger.com/ledger/staking_validator/ios'; window.link_id = "1758755"; window.mobile_web = "https://www.ledger.com/ledger-live"; window.os_family = 'other'; window.respect_link_fallback_options_on_choice_page = 'false'; window.whitelabel = 'true'; window.turn_off_fallback = 'false'; //]]> </script> <noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=&ev=PageView&noscript=1" /> </noscript> <script> ! function(f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function() { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', ""); fbq('track', 'PageView'); </script> <div class="" id='choice-section' style='display:none'> <div class="dumbBoxWrap"> <div class="dumbBoxOverlay"> </div> <div class="vertical-offset"> <div class="appBox" style=""> <a id="app-button" class="button app" href="ledgerlive://account" style=" "> <div class="app-img-wrap"><img id="app-img" class="app-img" src='https://s3.amazonaws.com/urlg_production/apps/icons/4526/small_128/mHjR3KaAMw3RGA15-t8gXNAy_Onr4ZYUQ07Z9fG2vd51IXO5rd7wtdqEWbNMPTgdqrk?1712932045' style=""></div> <span id="app-text" style="">Open in App</span> </a> <a id="browser-button" class="button browser" href="https://www.ledger.com/ledger-live" style=""> <span id="browser-text" style="">Open in Browser</span> </a> </div> </div> </div> </div> <script type="text/javascript"> window.send_cookies = ''; window.cookie_local = ''; window.session_id = ''; window.visitor_id = ''; window.referer = ''; window.xpurpose = ''; window.browser_language = ''; window.xforwardfor = ''; window.tapid = ''; window.current = ''; window.uniq_id = ''; window.simple_url = 'https://www.ledger.com/ledger-live'; window.simple_url = window.simple_url.replaceAll('&',"&").replaceAll("&", "&").replaceAll("&;", "&") function getCookie(name) { return (document.cookie.match('(^|;) *'+name+'=([^;]*)')||[])[2]; } function cookieParser(){ if(window.tapid.length > 0){ return window.tapid } var cookie = getCookie("utag_main") if (typeof cookie!=='undefined' && cookie.length > 0){ return cookie }else{ return "ug" + window.uniq_id } } function param_appender(input_url){ var cp = cookieParser() if( input_url.indexOf("?") > -1){ var test = input_url + "&ugclid=" + window.uniq_id+ "&tvid="+cp return(test) }else{ return(input_url+"?" + "ugclid=" + window.uniq_id+ "&tvid="+cp) } } function urlCreator(input){ if(window.send_cookies == 'true'){ return param_appender(input) }else{ return input } } function ajaxRequest() { var activexmodes = ["Msxml2.XMLHTTP", "Microsoft.XMLHTTP"] //activeX versions to check for in IE //Test for support for ActiveXObject in IE first (as XMLHttpRequest in IE7 is broken) if (window.ActiveXObject) { for (var i = 0; i < activexmodes.length; i++) { try { return new ActiveXObject(activexmodes[i]) } catch (e) { //suppress error } } } else if (window.XMLHttpRequest) { // if Mozilla, Safari etc return new XMLHttpRequest() } else { return false } } function sendAppInstalled(values) { var mypostrequest = new ajaxRequest(); var url = ''; if (window.fallback_destination === "mobile_web") { url = window.hit_update_qs_update_path + "?app_opened=" + values.app_opened + "&referrer=" + document.referrer; } else { url = window.hit_update_qs_update_path + "?app_opened=" + values.app_opened + "&app_downloaded=" + values.app_downloaded + "&referrer=" + document.referrer } if(window.send_cookies== 'true'){ window.send_cookies = ''; window.cookie_local = ''; window.session_id = ''; window.visitor_id = ''; window.referer = ''; window.xpurpose = ''; window.browser_language = ''; window.xforwardfor = ''; window.tapid = '' window.current = '' window.uniq_id = '' var cookierequest = new ajaxRequest(); function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } if(window.send_cookies== 'true'){ paramPayload = [{ 'visitor_id': window.visitor_id, 'session_id': window.session_id, 'app_scheme': window.app_scheme, 'app_store_url': window.app_store_url, 'mobile_web': window.mobile_web, 'fallback_destination': window.fallback_destination, 'dom_url': document.URL, 'referer': window.referer, 'cookies': document.cookie, 'app_opened': values.app_opened, 'app_downloaded': values.app_downloaded, 'xpurpose': window.xpurpose, 'browser_language': window.browser_language, 'xforwardfor': window.xforwardfor, 'tapid': window.tapid, 'utag_main': getCookie("utag_main"), 'current_url': window.current, 'sending_url': urlCreator(url), 'uniq_id': window.uniq_id}] cookierequest.open("PUT", window.cookie_local); cookierequest.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); cookierequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); cookierequest.send(encodeURIComponent(JSON.stringify(paramPayload))); } } mypostrequest.open("GET", url, true); mypostrequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); mypostrequest.send(); } if (window.app_scheme) { window.location = urlCreator(window.app_scheme); } else { window.location = urlCreator(window.mobile_web); } function storeOrWeb(){ if(window.fallback_destination==="app_store"){ return window.app_store_url }else{ return window.mobile_web } } setTimeout(() => { if (document.hasFocus()) { sendAppInstalled({ app_opened: "false", app_downloaded: "false" }); window.location = urlCreator(storeOrWeb()); } else { sendAppInstalled({ app_opened: "true", app_downloaded: "false" }); window.location = urlCreator(storeOrWeb()); } }, 8000); </script> <input type="hidden" name="background_image_1440" id="background_image_1440" /> </body> </html>