Developers
mParticle’s core functionality includes sending events and identifying users. These features are compatible with the following browsers:
Additionally, mParticle takes advantage of web APIs that vary in terms of browser compatibility in order to further optimize your event tracking and success rates:
Web API | Description |
---|---|
Navigator.sendBeacon | Allows the SDK to complete event uploads even if a user closes a browser window (v3 events endpoint only) |
Navigator.watchPosition | gathers user’s position. For very old browsers who don’t have this, you can alternatively set the position yourself using mParticle.setPosition(lat, lng) |
Was this page helpful?