Spindl
  • πŸ‘‹Overview
    • Introduction
    • Attribution
    • Privacy
  • Your Spindl app setup
    • Managing team members
  • πŸͺ„Features
    • πŸ“ˆOnchain Attribution
      • πŸ“‰Plotting attribution
    • πŸ“ŠWeb3-native Analytics
      • Chart Builder
      • Event Selection and Filtering
      • Line Chart
      • Funnel
      • Cohort Retention
      • Sankey Diagram
      • Big Numbers
      • Pies and Donuts
    • πŸ§β€β™‚οΈAudiences
      • Creating an audience
    • πŸ”—Short Links
      • πŸ–‡οΈCustom Domains
    • 🀝Referrals
      • Management and reporting
      • ⏩Quick Start
      • ⛓️Technical Details
  • βš™οΈTechncial
    • ⏩Start Here
    • Google GTM Guide
    • Javascript SDK / HTML Script Guide
      • ➑️Install
      • ➑️Wallet Connects
      • ➑️Page Views
      • ➑️Custom Events
      • βœ…Verify That Events Are Sent Correctly
      • React, Next.js & Html Examples
      • Setup a Reverse Proxy
        • Using Next.js
        • Using Cloudflare Workers
        • Netlify
      • ➑️Referrals
      • Default vs Lite SDK Versions
      • Security
    • API
      • ➑️Short Links
      • ➑️Custom Events API
      • Data Exports
    • Android SDK
    • iOS (Swift) SDK
    • On-Chain
      • ➑️Rewards
  • Contact Spindl
  • Ads
    • ⏩Start Here
    • πŸ“’Creative Specifications
      • Web Banner Ads
      • Discord Embeds
Powered by GitBook
On this page
  1. Techncial
  2. Javascript SDK / HTML Script Guide

Default vs Lite SDK Versions

The Spindl SDK is available in two privacy modes:

  • Default: The default Spindl SDK behaves the same exact same way as other major analytics providers, whether Google Analytics, Twitter, or large attribution platforms like Branch or AppsFlyer: a combination of cookies and calculated device identifiers roughly unify a user journey across many different apps and experiences.

  • Lite: In our β€˜privacy safe’ version, we intentionally assign a transient device identifier to any Web 2 user touchpoint, refreshing the pseudonym regularly and essentially deleting any persistent data about that device. This is how Plausible and other privacy-aware services popular among some Web 3 projects work.

Both SDKs have the same API, and can be substituted between each other. The only difference is which package to install and import.

Unsure which model to choose? Reach out and we can help you find the right solution for your app and your customers.

PreviousReferralsNextSecurity

Last updated 9 months ago

βš™οΈ