⚡ ⚡ Learn how Investing.com uses Jitsu to move data faster
Learn more
Back to destinations directory
Statsig
Feature FlagsCloud (server-side)
Stream clean, real-time customer data into
Statsig
with Jitsu — collected from your websites, apps, and servers and delivered through managed pipelines.Website
App
API
Statsig
Free for up to 200k events
No credit card required
More Feature Flags destinations
Start sending data in 3 easy steps
01
Capture
As easy as adding a Google Analytics Tag. Capture events from your site, your app, and everywhere else your customers engage.
./index.html
<script
async
src="https://data.yourcompany.com/p.js">
</script>02
Store
Use a data warehouse for maximum autonomy and control. Share data with anyone in any team.
03
Discover
Unlimited flexibility to understand user behaviour, engagement and experience. Get and send trusted data everywhere it needs to go
--get signup page views in the last day
select * from events where
context_page_path = '/signup' and
timestamp > now() - interval '1 day'