Event BG
Tech N' Fest at SXSW 2025 | Globant Events
Austin
Sun, Mar 09, 2025
7:00 PM CT.
Austin
Sun, Mar 09, 2025
7:00 PM CT.
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; } });