Event BG
Globant Career Events | Tech Insiders ServiceNow AI integration
Online
Thu, Jun 19, 2025
6:00 AM - 7:00 AM
Online
Thu, Jun 19, 2025
6:00 AM - 7:00 AM
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; } });