Socket
Socket
Sign inDemoInstall

@convivainc/conviva-js-appanalytics-click-tracking

Package Overview
Dependencies
0
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @convivainc/conviva-js-appanalytics-click-tracking

Conviva Application Analytics Link & Button Click Tracking Plugin


Version published
Weekly downloads
8.9K
decreased by-1.18%
Maintainers
6
Install size
13.5 kB
Created
Weekly downloads
 

Readme

Source

conviva-js-appanalytics-click-tracking

Adds Link clicks and button clicks tracking capabilities to your Conviva Application Analytics Library.

Installation

npm install @convivainc/conviva-js-appanalytics-click-tracking

Usage

Initialize your tracker with the LinkClickTrackingPlugin and ButtonClickTrackingPlugin:

import { LinkClickTrackingPlugin, ButtonClickTrackingPlugin } from '@convivainc/conviva-js-appanalytics-click-tracking';

Then use the available functions from this package to track to all trackers which have been initialized with this plugin:

import { enableLinkClickTracking, enableButtonClickTracking } from '@convivainc/conviva-js-appanalytics-click-tracking';

enableLinkClickTracking();

enableButtonClickTracking();

Keywords

FAQs

Last updated on 19 Mar 2024

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