Opportunities are here to take for those who seek them. A true digital organization is always looking for new opportunities to engage with the customer. It looks for opportunities to interact and solve the needs of its clients by putting forth a value proposition. Today we want to talk about the importance of anticipating the need and creating a framework that allows forward thinking.
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;
}
});