Skip to content

Add TelemetryDeck to your website or blog

License

Notifications You must be signed in to change notification settings

TelemetryDeck/WebSDK

Repository files navigation

Telemetry Deck Web

This package allows you to send signals to TelemetryDeck 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 if you don't have one yet.
  • You'll need a TelemetryDeck App ID. Create a new app 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 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

About

Add TelemetryDeck to your website or blog

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published