Privacy & Compliance

TwoBucks is designed with privacy as a core feature, not an afterthought.

IP Anonymization

We never store full IP addresses. IP addresses are used only temporarily to determine the visitor's country and are immediately discarded. We do not store IP addresses in our database or logs.

No Cookies by Default

TwoBucks does not use cookies to track visitors across websites. We use a privacy-friendly method to identify unique visitors for a single day, which resets daily.

Note: If you use the identify() API to link events to logged-in users, you are responsible for obtaining necessary consents as per your local regulations.

Data Collection

We collect only the minimum data needed to provide useful analytics:

  • Page Views: URL, referrer, user agent (for device/browser detection)
  • Events: Custom events you explicitly track
  • Location: Country code (derived from IP, then IP is discarded)
  • Device: Browser, OS, device type (derived from User Agent)

We DO NOT collect:

  • Personal Identifiable Information (PII) unless explicitly sent via identify()
  • Precise geolocation (GPS)
  • Fingerprinting data

GDPR Compliance

TwoBucks is fully GDPR compliant.

  • Data Processing Agreement (DPA): Available upon request
  • Right to Erasure: You can delete all data for a specific user or website
  • Data Portability: You can export your data at any time
  • Server Location: All data is hosted in the EU (Germany)

Opt-Out Mechanism

You can provide an opt-out mechanism for your users. Setting this localStorage flag will stop the script from sending any data:

// Stop tracking for this user
localStorage.setItem('twobucks_ignore', 'true');