当我执行 console.log(__st); 在任何Shopify网站上,它都会返回JSON
console.log(__st);
{ "a": 22971355, "offset": -14400, "reqid": "aa1c5fad-1b95-43c2-aa29-c6d053e5c6d0", "pageurl": "demo-new-store-1.myshopify.com/", "t": "prospect", "u": "e50223bc3803", "cid": 213975957513, "p": "home" }
所有元素的含义是什么以及如何使用(帮助)它我知道其中一些元素 除了a,t,u
__st 看起来这是Shopify内部工具/应用程序的内部对象。它有关于页面/用户等的内部数据。
__st
我不认为Shopify开发团队之外的任何人都会使用这个对象。