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

@analytics/crazy-egg

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@analytics/crazy-egg

Crazy Egg integration for 'analytics' module

  • 0.1.0
  • Source
  • npm
  • Socket score

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

Crazy Egg Plugin for analytics

Integration with crazy egg for analytics

For more information see the docs.

Install

npm install analytics
npm install @analytics/crazy-egg

Usage

Include analytics and @analytics/crazy-egg in the source code of your project.

Initialize analytics with the crazy-egg plugin and the crazy-egg heat mapping script will be automatically loaded into the page.

import Analytics from 'analytics'
import crazyEggPlugin from '@analytics/crazy-egg'

const analytics = Analytics({
  app: 'awesome-app',
  plugins: [
    crazyEggPlugin({
      accountNumber: '12345678'
    }),
  ]
})

// Crazy egg now loaded!

See the full list of analytics provider plugins in the main repo.

Keywords

FAQs

Package last updated on 07 Oct 2019

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