La Nación: Future Talent, Metaverse Manager Wanted
20 Nov 2021
In the News
Kevin Janzen talked about the worth a digital experience has when compared to a physical one and what is necessary to have a fully realized and immersive metaverse.
function getGAClientID() {
let match = document.cookie.match(/_ga=([^;]*)/);
return match ? match[1].split('.').slice(-2).join('.') : null;
}
document.addEventListener("DOMContentLoaded", function() {
let clientID = getGAClientID();
if (clientID) {
document.getElementById('client_id').value = clientID;
}
});