Optimizing business value is now more important than ever. Top brands are maturing faster and faster. In order to stay relevant, we need a new way of understanding business value.
Here are 5 non-traditional ways to optimize business value, complete with practical tips and success cases.
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;
}
});