This package allows you to send signals to TelemetryDeck from your website or blog.
- 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.
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>
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.
Go to telemetrydeck.com/docs to see all documentation articles