image.png
# support
b
image.png
h
initial is how they came to be on the site (google), referrer is how the current page was linked to, could be the same values or if they clicked a different link on the current site the referrer would be the last page
e.g
b
OK. So the initial referrer is stored in a cookie then?
h
yup
b
Thanks. Also, what's the difference between url and tab_url?
image.png
h
If you have a canonical link page_url will be that else it will be the same as tab_url (window.location.href)
e.g one of these <link rel="canonical" href="http://www.example.com/product.html" />