Split

Split

Feature flagging and experimentation platform that separates feature releases from deployments. Split's SDK evaluates targeting rules in real time to determine which users see which features. Also tracks experiment metrics to measure impact of feature changes.

Overview

Split is a feature flagging, experimentation, and feature management platform used by engineering and product teams to control feature rollouts independently from code deployments. The platform enables gradual rollouts (releasing a feature to 1% of users, then 10%, then 100%), A/B and multivariate experiments (measuring whether a new feature improves conversion, engagement, or other metrics), and kill switches (instantly disabling a feature in production without a deployment).

Split is used by teams that practice continuous delivery and want to decouple code deployment from feature activation. It is competing in the same space as LaunchDarkly, Optimizely Full Stack, and Flagsmith.

What This Script Does

The Split Browser SDK evaluates feature flags and tracks experiment metrics in the visitor's browser:

Feature flag evaluation: On initialization, the Split SDK fetches the current flag configuration for the visitor from Split's edge API (sdk.split.io). The SDK evaluates targeting rules — which user segments, percentage rollouts, or individual user overrides apply — and returns the treatment assignment (e.g., "on", "off", "variant_a", "variant_b") for each flag. This evaluation determines which features the visitor sees.

User identity and targeting: Split evaluates flags against a "key" — typically a user ID for authenticated users or an anonymous identifier for logged-out visitors. For anonymous visitors, the SDK may generate a UUID stored in localStorage or a cookie to maintain consistent treatment assignment across sessions. This prevents the same visitor from seeing different feature variants on different page loads, which would create a poor user experience.

Impression tracking: Each time a feature flag is evaluated, Split records an "impression" — the fact that user X was shown treatment Y at timestamp Z. Impressions are batched and sent to Split's data plane for experiment analysis. These impressions are the raw data from which Split calculates statistical significance for experiments.

Event tracking: The SDK supports custom event tracking (client.track('eventType')) that records conversion events attributed to specific feature flag treatments. These events feed into Split's experiment metrics dashboards, enabling teams to see whether a feature change increased conversions, reduced errors, or improved engagement.

Real-time streaming: Split can operate in streaming mode, opening a persistent connection to Split's streaming infrastructure to receive flag configuration updates in real time without polling.

Consent & Compliance

Split has a mixed consent profile that depends on implementation:

  • Feature flag evaluation for functional consistency (no consent required): The core flag evaluation function — ensuring a user consistently sees the same version of a feature across sessions — can be considered strictly necessary for delivering a coherent user experience. A session or local storage identifier used solely to maintain consistent treatment assignment is a functional mechanism, not a tracking cookie in the marketing sense.
  • Experiment tracking and analytics (consent required): The impression tracking and custom event tracking components — which record user behavior attributed to feature treatments for analytics and optimization purposes — constitute analytics data collection. Under GDPR, this requires a lawful basis; under ePrivacy, cookies or storage used for analytics require consent. These components should be gated behind analytics consent.
  • GDPR: Where Split stores an anonymous identifier in a cookie or localStorage for cross-session consistency, the strictly necessary exemption may apply for the flag evaluation function. For experiment analytics, legitimate interests requires a balancing test; explicit consent is safer.
  • CCPA: Experiment performance data (behavioral events tied to user identifiers) constitutes personal information. This is processed by Split as a service provider.

Should You Block This Without Consent?

Conditional. Pure feature flag evaluation for consistent UI behavior can typically run without consent. Experiment tracking, analytics event collection, and behavioral measurement should be blocked until analytics consent is obtained. If Split's functional and analytics capabilities cannot be separated in your configuration, treat it as analytics and require consent.

Visit website

Consent Categories

Functional
Analytics

Also Known As

Split.iofeature flagsfeature flaggingA/B testing platformexperimentation platformfeature togglessplit testing

Industries

Programming and Developer SoftwareComputers Electronics and Technology

Tracked Domains (2)

cdn.split.ioFunctional
sdk.split.ioFunctional

Frequently Asked Questions

Does Split require consent for feature flag evaluation?

Conditional. Pure feature flag evaluation that ensures consistent UI behavior can run without consent. However, Split's impression tracking and custom event analytics — recording which users saw which variants for experiment measurement — require analytics consent under GDPR and ePrivacy.

How does the Split SDK assign visitors to feature variants?

The SDK fetches the current flag configuration from Split's edge API and evaluates targeting rules — user segments, percentage rollouts, individual overrides — to assign a treatment. For anonymous visitors, a UUID stored in localStorage maintains consistent variant assignment across sessions.

How does ConsentStack handle Split?

ConsentStack applies a conditional approach: feature flag evaluation for UI consistency is permitted as functional, while impression tracking and experiment analytics are blocked until analytics consent is granted. ConsentStack enforces this split based on your configured consent categories.

Related Vendors

Google Maps
Google Maps
Google Maps is the dominant web mapping service used for embedded maps and location features on websites. Scripts load interactive map tiles, geocoding, and Places API functionality through the Maps JavaScript API. May set cookies to remember map preferences and manage API quota.
Google Search
Google Search
Google Search appears on websites through the Programmable Search Engine, enabling custom site-specific search functionality. Scripts load the search widget from Google's servers to render search bars and display results within the host website. Sends search queries to Google's index and may set cookies for search personalization and query history.
Google
Google
Google is the dominant provider of web analytics, advertising, and infrastructure tools. Scripts like Google Analytics, Tag Manager, Ads, and reCAPTCHA collect behavioral data, manage tag firing, serve targeted ads, and detect bots. Sets persistent cookies to track users and correlate activity across sites.
Microsoft Teams
Microsoft Teams
Microsoft Teams is a workplace communication and collaboration platform that can be embedded on websites for chat, meetings, and document sharing. Embedded widgets load from Microsoft's servers to enable real-time messaging, video calls, and file collaboration. Sets authentication and session cookies to verify participant identity and maintain connection state.
Apple Maps JS
Apple Maps JS
Apple Maps JS is Apple's JavaScript mapping framework for embedding interactive maps on websites. Scripts load map tiles, location pins, and routing data from Apple's MapKit servers to render navigable maps within web pages. Requires a MapKit JS token for authentication but does not set tracking cookies or collect behavioral analytics data.
Apple Business Chat
Apple Business Chat
Apple Business Chat enables direct customer messaging between websites and Apple's Messages app. Scripts load chat buttons and conversation interfaces that connect visitors to business support agents through iMessage. Sets minimal session cookies to maintain conversation context but does not track browsing behavior or collect analytics data.

Manage consent for Split

ConsentStack automatically detects and manages Split trackers so your site stays compliant with global privacy regulations.