Skip to main content
SDKsWeb

Privacy and data

What the MotiSig web SDK collects and sends to the client API.

Data sent on register (identify)

  • Your supplied user id and profile fields (email, firstName, lastName, tags, customAttributes)
  • Browser timezone and locale (Intl)
  • Device context: user agent, browser name, OS, screen size
  • Optional geolocation when enabled in anonymous.geolocation
  • anonymousId / anonymousIdProvider when linking pre-login activity
  • Server-stamped IP address (from the HTTP request)

Data sent on events

  • Event name and optional eventData
  • userId or anonymousId
  • Client context (locale, timezone, device)
  • Optional session id for activity batches

Local storage

The SDK persists userId, anonymous id, and anonymous provider in localStorage for session continuity. reset() clears these keys locally; it does not delete server-side users.