TelemetryDeck / WebSDK

Add TelemetryDeck to your website or blog
Other
2 stars 1 forks source link
analytics

Telemetry Deck Web

This package allows you to send signals to TelemetryDeck from your website or blog.

Prerequisites

Note that if you are a programmer working on a node package based JavaScript application, we recommend you use the TelemetryDeck JavaScript SDK instead.

Installation

Once you have your App ID, edit the source code of your website and add the following code snippet to the <head> section of every page, making sure to replace <YOUR APP ID> with your actual App ID:

<script
  src="https://cdn.telemetrydeck.com/websdk/telemetrydeck.min.js"
  data-app-id="<YOUR APP ID>"
></script>

📱 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 to see all documentation articles