Of Course! We love a good transformation story. You know those inspiring transformation stories? Like the failing author who can't get past his writer’s block, and then writes a memorable and successful novel? Or the young woman who’s determined to be the first in her family to attend college? These stories are powerful, inspiring, and rare.
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;
}
});