Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

telemetry-js-beacon

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telemetry-js-beacon

Tracking referrals for Telemetry data-records

  • 2.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

Telemetry JS Beacon

Installation

Start with an npm install or yarn install.

To build the JS use npm run build-js and to build and watch for changes use npm run watch-js.

There's no server included with this project, but Mac users can start a simple Python server with python -m SimpleHTTPServer 8080 in the root.

Referrers

Sets the referrer data on load if the telemetryReferrer query string parameter is set.

Usage

<script src="dist/index.js"></script>
<script>
  var telRef = new Telemetry.TelemetryReferrer();
</script>

Accessing data

<script src="dist/index.js"></script>
<script>
  var telRef = new Telemetry.TelemetryReferrer();
  telRef.(telemetryReferrer | telemetryCampaign | telemetrySubCampaign | telemetryAdAccount | telemetryReferrerUrl)
</script>

FAQs

Package last updated on 02 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc