Google Tag Manager Variable that fetches content from the browsers Storage object
function() {
return localStorage.getItem({{oos}});
// Find more information about localStorage here: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
}