Socket
Socket
Sign inDemoInstall

auth0-analytics

Package Overview
Dependencies
5
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    auth0-analytics

[![Build status][circleci-image]][circleci-url] [![License][license-image]][license-url]


Version published
Weekly downloads
2
increased by100%
Maintainers
3
Install size
3.17 MB
Created
Weekly downloads
 

Readme

Source

Build status License

Auth0 Analytics (Web)

This library adds Facebook and Google analytics integrations to Lock.

Usage

<script src="https://cdn.auth0.com/js/lock/11.0.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/analytics/X.Y.Z/analytics.min.js"></script>

Notice: The script version above uses a placeholder version X.Y.Z. In order to determine the latest release view the releases. For example, to reference release 1.2.0 use https://cdn.auth0.com/js/analytics/1.2.0/analytics.min.js

Optional Configuration

If you want to disable either the Facbeook or Google Analytics integrations you can do so with the optional configuration.

Note: This must be placed on the page before the analytics script is loaded.

<script>
  window.auth0AnalyticsOptions = {
    'facebook-analytics': {
      id: 'YOUR_FACEBOOK_APP_ID'
    }
  }
</script>

If you already have the Facebook JS SDK on your page you can set the script to use that.

<script>
  window.auth0AnalyticsOptions = {
    'facebook-analytics': {
      preloaded: true
    }
  }
</script>

FAQs

Last updated on 05 Jan 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc