0.0.28 • Published 9 months ago

testanalyticspackage v0.0.28

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Telegram Analytics

Telegram analytics is a unique SDK and API that turns your mini-application into a source of valuable data. Telegram analytics doesn't just track user activity in your app, it turns it into clear and useful analytics. With this tool, you get instant access to key metrics that help you understand how users interact with your application and what steps need to be taken to optimize it.


Documentation

Getting started

Installation with cdn

Add Telegram Analytics script to HTML head

<script async src="https://tganalytics.xyz/index.js" type="text/javascript"></script>

Alternative solution (not recommended)

<script async src="https://unpkg.com/@telegram-apps/analytics@latest/dist/index.js" type="text/javascript"></script>

Initialize the Telegram Mini Apps Analytics SDK

window.telegramAnalytics.init({
    token: 'YOUR_TOKEN',
    appName: 'APP_NAME',
});

Installation with npm

Install the npm package

npm install @telegram-apps/analytics

Initialize the Telegram Mini Apps Analytics SDK

To ensure that all events are collected, initialize the SDK before your application starts rendering

import telegramAnalytics from '@telegram-apps/analytics'

telegramAnalytics.init({
    token: 'YOUR_TOKEN',
    appName: 'APP_NAME',
});
0.0.28

9 months ago

0.0.26

9 months ago

0.0.25

9 months ago

0.0.24

9 months ago

0.0.23

9 months ago

0.0.22

9 months ago

0.0.21

9 months ago

0.0.20

9 months ago

0.0.19

9 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago