Nutanix Essentials brings together a diverse community of IT and DevOps professionals to help you discover new ways to rein in IT complexity with a hybrid multicloud platform that’s as powerful as it is simple.
View the Full Agenda
Registration
function appendScript(url) {
var s = document.createElement("script");
s.type = "text/javascript";
s.src = url;
s.async = "true";
document.head.appendChild(s);
}
window.appendScript('https://www.googletagmanager.com/gtag/js?id=DC-10764590');
window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'DC-10764590');
(function () {
// ----- our code -----
// try to remove tracking scripts for linked in if they exist already on the page
var script1Id = 'rf-tracking-scripts-linked-in-1'
var script2Id = 'rf-tracking-scripts-linked-in-2'
var script1 = document.getElementById(script1Id)
var script2 = document.getElementById(script2Id)
// do script removal if elements exist
script1 != null && script1.parentNode.removeChild(script1)
script2 != null && script2.parentNode.removeChild(script2)
// LinkedIn requires a script tag that contains the pixelId inside of it
var s = document.createElement("script");
s.type = "text/javascript";
s.id = script1Id
s.async = false;
document.getElementsByTagName('head')[0].appendChild(s)
var javascriptCode = '_linkedin_data_partner_id = ' + 3052188
s.appendChild(document.createTextNode(javascriptCode));
// ----- end our code -----
var b = document.createElement("script");
b.type = "text/javascript";
b.id = script2Id
b.async = true;
b.src = "//snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);
})();