almai
4/12/2018 - 12:10 PM

Google Tag Manager Variable that fetches content from the browsers Storage object

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
}