內容簡介
這個外掛使用本地儲存(localstorage)追蹤/抓取資料,而非使用 Cookie 或 Session 變數。透過本地儲存來追蹤資料是一種優越的方式,因為它不會影響到您的伺服器,也不會破壞快取。
這是透過 Bill Franklins 優秀而輕量的 JavaScript 函式庫實現的。我會自動在我的插件中包含這些資料,但您也可以在此處取得有關如何在您自己的選擇表單中存取這些資料的說明和範例:
https://github.com/bilbof/purser
外掛標籤
開發者團隊
原文外掛簡介
This plugin does tracking/grabbing properly by tracking the data by localstorage only, rather than cookies or session variables. This is a superior way of tracking this data as it does not impact your server or break caching in any way.
It does so by including the Bill Franklins fantastic lightweight JavaScript library for this. I will be including thiis data automatically in my own plugins. But you can access intrsuctions and examples on how access this data in your own opt in forms here:
https://github.com/bilbof/purser
