filipr27

thm - original location

Oct 5th, 2022 (edited)
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     window.originalLocation = window.originalLocation ||
  2.     document.location.protocol +
  3.     "//" +
  4.     document.location.hostname +
  5.     document.location.pathname +
  6.     document.location.search;
  7.  
  8.     window.dataLayer = window.dataLayer || [];
  9.     window.dataLayer.push({originalLocation: window.originalLocation});
Advertisement
Add Comment
Please, Sign In to add comment