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

@adactive/adsum-client-analytics

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adactive/adsum-client-analytics

The Adsum Client Analytics project

  • 3.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

adsum-client-analytics

The Adsum Client Analytics is dedicated to interact with the adsum elastic proxy responsible for analytics and monitoring data storage.

Extending

Schema

The tracking schema is very flexible you can :

  • Add new type
  • Add new fields

The only constraints are :

  • The type must be a String
  • Field mapping are shared between all the fields into an index (zone, site). So for example you cannot put a string into poi.id whatever the type used. Keep in mind that it's the same.

WARNING: Elastic search provide an auto-mapping feature which can guess the data type of a field. This could be an issue if you are not consistent on the data type. Please define it once, and keep it.

WARNING: Modifying the schema is quite hard, try to well define your schema because once there is production data. Migrating data will not be a fun party !

Dashboard

The product provide a default dashboard for the basic schema. But if you add more data, you may want to create your own dashboard.

TODO:

Developing

FAQs

Package last updated on 05 Oct 2018

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