• Expansión: Escape al Metaverso

  • 19 dic 2022

    En las noticias

Metaverse

Nelly Ortiz habló con Expansión México sobre la incorporación del metaverso en diferentes industrias y el proceso de maduración que aun require esta aplicación.

Lee el contenido original en Expansión

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; } });