5 minute setup
Include TelemetryDeck in your App with these 3 steps
This is how you get your analytics data:
- Step 1: Create an account and get started for free
- Step 2: Install the SDK into your app using your favourite package manager
- Step 3: Publish your app
Done! You’ll see real-time data on your dashboard within minutes.
TelemetryDeck offers actionable insights to enhance your user journey, customer success, development process, and conversion rates. Moreover, it does not process any personally identifiable information. This makes TelemetryDeck easy to integrate into your app, allowing you to start working with the data immediately.
const td = createTelemetryDeck({
app: process.env.APP_ID,
user: user.email
});
const App = () => {
return (
<TelemetryDeckProvider telemetryDeck={td}>
<Dashboard />
</TelemetryDeckProvider>
);
};
ReactDOM.render(
<App />,
document.getElementById(\"root\")
)
Get started in minutes
Quick Setup for fast-moving development teams
As a startup ourselves, we understand the struggle of having too little time for too many tasks. That's why we've built a service that's quick to integrate and easy to use.
- Ultra-quick setup.
- TelemetryDeck can be integrated into your product, app or website in minutes
- Event tracking.
- Capture specific user interactions within your app to analyze behaviors and optimize user experiences.
- Cookieless Tracking.
- We do not store any data at all in cookies so you don't have to show annoying cookie banners or deal with GDPR hassle.
Daily Active Users
Gain value immediately
Get started with the most valuable charts
At the beginning, it can be difficult to select the relevant information from large amounts of data. We support you by showing you the most important data by default. Need more? No problem create your own queries using the TelemetryDeck Query Language or our Visual Query Editor.
- Pre-made dashboards.
- All the key insights every product leader needs are ready and waiting for you.
- Visual Query Editor.
- Unlock insights effortlessly with our visual query editor
- TelemetryDeck Query Language.
- Use our JSON-based query language to retrieve exactly the data you need in exactly the format you need it.
Forget consent management
All of the data, none of the asking
Dealing with the GDPR is a major challenge for startups and we can't make this EU regulation go away. But what we can do for you is make a very time-consuming part of GDPR compliance obsolete: Consent management.
Since user tracking with TelemetryDeck does not process any personal data, you do not need to request consent, document the safe storage of data, and react to deletion requests. This easily saves you hours of development time and days of filling out forms and responding to deletion requests.