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

ParameterTypeDescription
apiKeyStringYour unique project API key (Required)
pathStringThe current page path (e.g., /about)
visitorIdStringUnique identifier for the visitor (Anonymized)