To be relevant, or not to be! Why do we keep thinking about channels when meaningful moments matter the most? There is a new way of thinking about how brands should interact with consumers and how we should design new strategies focused on relevancy.
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;
}
});