Separating Hype from Reality as Nearshore Confronts “Frictionless Digital Experience”
15 Jan 2016
In the News
The drive towards frictionless customer experiences requires a change in the way digital touch-points are designed and has major implications for nearshore providers.
Share
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;
}
});