https://github.com/telemetrydeck/websdk
Add TelemetryDeck to your website or blog
https://github.com/telemetrydeck/websdk
analytics
Last synced: 10 months ago
JSON representation
Add TelemetryDeck to your website or blog
- Host: GitHub
- URL: https://github.com/telemetrydeck/websdk
- Owner: TelemetryDeck
- License: other
- Created: 2023-07-05T16:26:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T10:58:33.000Z (about 2 years ago)
- Last Synced: 2024-06-21T01:38:09.227Z (about 2 years ago)
- Topics: analytics
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Telemetry Deck Web
This package allows you to send signals to [TelemetryDeck](https://telemetrydeck.com) from your website or blog.
## Prerequisites
- You'll need access to your website's code to install this package. If you're using a CMS like WordPress, you'll need to be able to edit the theme files.
- You'll need a TelemetryDeck account. [Sign up for free](https://dashboard.telemetrydeck.com/registration/organization?source=websdk) if you don't have one yet.
- You'll need a TelemetryDeck App ID. [Create a new app](https://dashboard.telemetrydeck.com/apps/create) if you don't have one yet.
Note that if you are a programmer working on a node package based JavaScript application, we recommend you use the [TelemetryDeck JavaScript SDK](https://github.com/TelemetryDeck/JavaScriptSDK) instead.
## Installation
Once you have your App ID, edit the source code of your website and add the following code snippet to the `` section of every page, making sure to replace `` with your actual App ID:
```html
```
## 📱 You need an App ID
Every application and website registered to TelemetryDeck has its own unique ID that we use to assign incoming signals to the correct app. To get started, create a new app in the TelemetryDeck UI and copy its ID.
## 📚 Full Docs
Go to [telemetrydeck.com/docs](https://telemetrydeck.com/docs) to see all documentation articles