Benefits from the zero code tracking by connecting to Stormly directly from your Segment dashboard.
Segment has hundreds of connectors for platforms such as Magento, WooCommerce and Shopify.
Integrate with Segment »
Use mParticle to start sending data directly from your app to Stormly, no code changes or updates needed!
Integrate with mParticle »
Zero code tracking with RudderStack, no code changes or updates needed!
Integrate with RudderStack »
Import your data directly by uploading Excel or CSV files containing users and events. The fastest way to get started and receive your first insights.
If you've got a website that uses React, you can directly integrate with Stormly.
Integrate with React »
Use Google Tag Manager to seamlessly integrate with Stormly.
Integrate with Google Tag Manager »
If you've got your an e-commerce store on the Shopify platform, you can directly integrate with Stormly.
Integrate with Shopify »
If you're using the Wix platform to manage your webiste, you can directly integrate with Stormly.
Integrate with Wix »
If you've got your data in Amplitude or MixPanel already, we can back-fill your historical data into Stormly. Contact us to get this set up for your account.
<script>
(function(e,t,n,r,i,s,o){e["StormlyObject"]=i;e[i]=e[i]||function(){(e[i].q=e[i].q||[]).push(arguments)},s=t.createElement(n),o=t.getElementsByTagName(n)[0];s.async=1;s.src=r;o.parentNode.insertBefore(s,o)}) (window,document,"script","//cdn.stormly.com/assets/tracking/t.js","stormly");
stormly("create", "d123456789abcdefg", {anonymizeIP: true, storeOnlyOneCookie: true});
</script>
<script>stormly("event", "buy", {price: 99.95, color: "blue", paid: true});</script>
Integrate the Stormly JavaScript tracking script to capture data from your website directly.
Use our JSON Tracking API end-points to directly capture your data from mobile apps, server-side or browser based clients.
curl --request POST \
--url https://t.stormly.com/collect/json/d123456789abcdefg \
--data @- <<JSON
{
"user_client": "app",
"action": "event",
"name": "buy",
"user_id": "user-12345",
"timestamp": "2024-11-21T06:37:03.541Z",
"properties": {
"color": "blue",
"price": 99.95,
"onSale": true
},
"context": {
"device_manufacturer": "Apple",
"device_model": "iPhone7,2",
"device_name": "maguro",
"device_type": "ios",
"ip": "8.8.8.8"
}
}
JSON
curl --data-binary @/path/to/file.json \
"https://import.t.stormly.com/import/data/json/d123456789abcdefg?tag=import-abc"
Back-fill data into Stormly using our Import API, allowing you to send up to 500MB of JSON or CSV data per request.
Connect your data and get blown away 🤯