Overview
The live tail functionality within the data hub gives development teams a single place to view and query all impression and event data. With live tail, development teams can,
- Add query criteria to refine the stream of impressions and events
- View impressions and events in real-time
- View raw JSON payload for debugging in Split and 3rd party integrations
This feature allows teams, for instance, to check if a split is being evaluated properly or events are being received from data integrations.
Query impressions
After installing Split’s SDKs and setting up a split, impressions will be generated via the getTreatment
call. To view these impressions in the live tail,
- Navigate to the data hub icon in the navigation
- Select which data type to view, impressions will be selected by default
- Click query
- Impressions will begin flowing
- Pause or resume paying data at any time
- Apply column headers as filters by clicking add query criteria
- Once selected click query again
The live tail can also be accessed on the split page under the live tail tab, where impressios will automatically be filtered down to that specific split.
Learn more about impressions in Split.
Query events
After installing Split’s SDKs and calling track() or configuring a data integration, events will be passed to Split. To view these events in the live tail,
- Navigate to the data hub icon in the navigation
- Click the data type selector and click on events
- Click query
- Events will begin flowing
- Pause or resume paying data at any time
- Apply column headers as filters by clicking add query criteria
- Once selected click query again
Learn more about events in Split.
Comments
0 comments
Please sign in to leave a comment.