2.3.3 • Published 7 years ago

telemetry-js-beacon v2.3.3

Weekly downloads
10
License
ISC
Repository
github
Last release
7 years ago

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>
2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago