Introduction
zyd-lystics is a developer-first analytics platform designed to be simple, privacy-focused, and powerful. We provide a lightweight solution to track page views and unique visitors without compromising user privacy.
Installation
The easiest way to get started is by including our tracking snippet in the <head> of your website.
<script>
(function() {
var apiKey = "YOUR_API_KEY";
// ... tracking logic
})();
</script>Parameters
| Parameter | Type | Description |
|---|---|---|
| apiKey | String | Your unique project API key (Required) |
| path | String | The current page path (e.g., /about) |
| visitorId | String | Unique identifier for the visitor (Anonymized) |