⚡ ⚡ Learn how Investing.com uses Jitsu to move data faster

Get ready for cookieless world

Deploy Jitsu on our own domain and get ready for the cookieless world. You can use your own domain to access Jitsu Cloud.
Free for up to 200k events
No credit card required
<well-known domain>
data.mycompany.com

Improve data accuracy

Ad-blockers and cookie blockers are becoming more and more popular. Up to
20%
of your users may be completely invisible to you. Use your own domain to get accurate data.
Screenshot

One-click setup

Don't bother your infrastructure team. You won't need to set up a custom proxy. Use your own domain in few clicks.
HTML
React
<html>
    <head>
        <script async src="https://data.mycompany.com/j.js">
        </script>
    </head>
</html>




Implement in minutes

Drop a few lines of HTML code to your website to start collecting data. Or use NPM package, or React SDK.

Start analysing behaviour of
every
user 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.
file_type_mysql
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'