0.0.19 • Published 1 year ago

miniappsanalytics v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Miniapps analytics

Version 0.0.2

Miniapps analytics is an SDK that allows owners of Telegram web applications to receive analytics about consumer actions of their miniapp.

Installation

  1. Add the script tag to your html head
<script src="https://unpkg.com/miniappsanalytics@latest/dist/src/index.js" type="text/javascript"></script>
  1. Start a conversation with a bot that will give you a unique identifier (https://t.me/analyticsminiapps_bot or @analyticsminiapps_bot)
  2. Initialize the token on your HTML page
<script>
    window.telegramAnalytics.init('YOUR_TOKEN')
</script>

Result

As a result, after initializing your webapp, the statistics will record that the user has opened a miniapp

0.0.18

1 year ago

0.0.19

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago