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

coveo.analytics

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coveo.analytics

πŸ“ˆ Coveo analytics client (node and browser compatible)

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26K
increased by28.46%
Maintainers
1
Weekly downloads
Β 
Created
Source

coveo.analytics

Build Status dependency status dev dependency status

Coveo's usage analytics javascript client

Usage

You have to provide your own promise and fetch api compatible libraries

npm install

Contributing

git clone
npm install
./node_modules/.bin/typings install
npm run tsc
npm run webpack
# code code code

Web Analytics Usage

<script>
(function(k,r,y,p,t,o,n){
n='coveoua';k[n]=k[n]||function(){(k[n].q=k[n].q|| []).push(arguments)};
k[n].t=Date.now();o=r.createElement(y);o.async=1;o.src=p;
t=r.getElementsByTagName(y)[0];t.parentNode.insertBefore(o,t)
})(window,document,'script','https://static.cloud.coveo.com/coveo.analytics.js/latest/coveo.analytics.js')

coveoua('init','YOUR-TOKEN'); // Replace your token with your real token
coveoua('send','pageView');
</script>

License

MIT license; see LICENSE.

FAQs

Package last updated on 13 Apr 2016

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