• El Nuevo Tiempo: Todo lo que necesitas saber sobre el metaverso

  • 11 Mayo 2022

    En las noticias

Tiempo

Pragati Rithekar y Ritesh Menon participaron en este artículo sobre el metaverso. 

Lee el contenido original en El Nuevo Tiempo.

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