Event BG
GeneXus Live

Join us for the GeneXus Live event. We will talk about the new era of software development: Generative AI, Super Apps, AI Assistants and more.

Online
Tue, Nov 12, 2024
2:00 PM - 4:00 PM
Online
Tue, Nov 12, 2024
2:00 PM - 4:00 PM
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; } });