I have a client that is asking for pretty detailed information about how the landing_site attribute of an Order resource works. The documentation here says that this is set to the first page that someone visits when they come to the shop.
How persistent is this? For example, if someone visits a shop (entering via the home page, let's say) then I assume that the landing_site will be "/". Let' say that visitor then comes back a day or two later (this time via a link with a ref parameter) and visits a product page. Does the landing_site attribute update to "/products/sample-product?ref=mytoken"?
If not, how long does this value persist? Is there a way to reset it? If someone at Shopify could explain this, I think it would be something that a lot of app developers would reference.
Thanks.