Building the “new normal” for retail

The COVID-19 pandemic has rapidly upended the retail industry and requires building digital channels in record time, launching new services, and improving the use of data to better understand changing customer requirements.

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; } });