• IT Business Net: What's next for the Metaverse

  • 28 Oct 2022

    In the News

Metaverse

Article about the metaverse written by Matías Rodriguez.

Read the original content in IT Business Net.

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