Analytics & Zero-PII Telemetry
Monitor your international conversion lift with lightweight, real-time edge telemetry that respects user privacy with 100% Zero-PII compliance.
Core Conversion Metrics
Fires when an eligible visitor in Tier 2, Tier 3, or an override country views your localized discount banner.
Recorded when a visitor clicks “Apply Discount” or copies the coupon code to their clipboard.
The percentage of visitors who engaged with the coupon after seeing the localized banner (Clicks / Impressions * 100).
Counts proxy or cloud hosting visitors (AWS, GCP, DigitalOcean) who attempted to access discounted pricing.
High-Velocity Telemetry Pipeline
Traditional analytics tools slow down user interactions with blocking requests. ParityEdge uses non-blocking browser primitives:
1. `navigator.sendBeacon` Zero-Latency Dispatch
Dispatches a minimal text/plain event beacon asynchronously in the browser background without blocking page unloads or UI interactions.
2. Edge KV Buffering (`POST /v1/event`)
The Cloudflare Worker increments in-memory KV counters in milliseconds and responds immediately with 204 No Content.
3. Scheduled Hourly Rollup Flusher
A Cloudflare Cron Trigger flushes and aggregates buffered counts into PostgreSQL table analytics_daily_rollup for permanent dashboard charts.
Zero-PII Privacy & GDPR Compliance Guarantee
ParityEdge is strictly designed with a Zero-Personally Identifiable Information (Zero-PII) architecture:
- Zero IP Persistence: Visitor IP addresses are inspected ephemerally in RAM at the Cloudflare edge for country lookup and never stored in any database.
- Zero Cookie Tracking: No tracking cookies, third-party session identifiers, or fingerprinting scripts are placed on visitor devices.
- GDPR & CCPA Compliant by Default: Because no personal data is collected or transferred, no cookie consent banners are triggered.
Next: Troubleshooting & FAQs
Common questions regarding domain whitelisting, fail-open guarantees, and local debugging.