auth0-analytics

1.3.1 • Public • Published

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> 

Readme

Keywords

none

Package Sidebar

Install

npm i auth0-analytics

Weekly Downloads

0

Version

1.3.1

License

MIT

Last publish

Collaborators

  • jfromaniello
  • edgarchirivella-okta
  • sanjay.manikandhan
  • ncluer
  • vic-dev
  • enriquepina
  • ece-okta
  • pubalokta
  • dougmiller-okta
  • zak.nour
  • stheller
  • jamescgarrett-okta
  • madhuri.rm23
  • willvedd
  • david.renaud.okta
  • jeff.shuman
  • auth0-oss
  • codepete
  • ziluvatar
  • iaco
  • cocojoe
  • auth0npm
  • auth0brokkr
  • hzalaz
  • aaguiarz
  • charlesrea
  • lbalmaceda
  • julien.wollscheid
  • cristiandouce
  • sambego
  • stevehobbsdev
  • sandrinodimattia
  • lzychowski
  • joshcanhelp
  • davidpatrick0
  • widcket
  • adamjmcgrath
  • jim.andersoon
  • frederikprijck
  • sergii.biienko
  • tomauth0
  • jpadilla
  • jessele
  • rhamzeh_auth0