let utm = {}; let params = new URLSearchParams(document.location.href.split("?")[1]); ["utm_campaign", "utm_source", "utm_medium"].forEach((name) => { let val = params.get(name); if (val) { if (name === "utm_campaign" && window.location.pathname === "index-2.html") { val += `_v${params.get("v") || "1"}`; } document.cookie = `${name}=${val}; path=/; max-age=2592000; domain=nexo.io`; utm[name] = val; } }); if (Object.keys(utm).length > 0) { document.cookie = `utm_data=${JSON.stringify(utm)}; path=/; max-age=2592000; domain=nexo.io`; } if (!document.referrer.match(/:\/\/(.*\.)?nexo\./)) { document.cookie = `referer=${document.referrer}; path=/`; } let clickId = params.get('irclickid') if (clickId) { document.cookie = `irclickid=${clickId}; path=/; domain=nexo.io`; }

Media Center

Nexo's media center is the place to get the full scoop on what the Nexo team got up to in the media. Read press releases, publications, and more.


Download Nexo
Brand Assets

Get our full brand assets kit, including logos, symbols, product screenshots, and a usage guide to help determine when and how to utilize our brand.

Download Assets