Skip to content

logharvestor/log-harvestor-web

Repository files navigation

LogHarvestor Logo

Log Harvestor - LinkedIn   LogHarvestor - Twitter   Log Harvestor - You Tube

log-harvestor-web

Documentation

See API Docs for Log-Harvestor.

This package is specific to browsers. Please see our docs for other supported languages and frameworks, or use standard HTTP requests.

Getting Started


This package requires that you have a Log Harvestor account, and Forwarder's created. If you have not done this yet:

  1. Go to LogHarvestor.com
  2. Register for a new Account (This is free) Register
  3. Create a new Forwarder - Link
  4. Generate a Forwarder Token

Adding the script


Now you can use this forwarder token to send logs, by adding providing the token to the script like this.

<script data-fwd-token="YOUR_TOKEN_HERE" type="module" src="https://unpkg.com/log-harvestor-web@latest" id="log-harvestor" defer></script>

Google Tags


If you're adding Log Harvestor via Google Tags, add the following script:

<script data-fwd-token="YOUR_TOKEN_HERE" type="text/javascript" src="https://unpkg.com/log-harvestor-web@latest" id="log-harvestor" defer></script>

Script options


key type description
data-fwd-token string A token that you have created for your forwarder
data-api-url string The url that the logs are being sent to Development purposes
data-debug string Logs all the events to the console Development purposes

LogHarvestor Logo