Hi,When a visitor types the URL of page A in the browser a redirect occurs to the page B.On the B page the URL is b/?ref= and document.referrer=AI set s.referrer = s.Util.getQueryParam("ref"); however since it's an empty string the value from document.referrer shows up.Any advice?Thank You!