🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

gather-integration

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gather-integration

A JavaScript/TypeScript library for integrating Gather customer engagement widgets into web applications. This package provides popup forms, embedded interfaces, and targeting capabilities based on user behavior such as scroll position, mouse movement, se

latest
npmnpm
Version
1.27.1
Version published
Maintainers
1
Created
Source

Gather Integration - LSJ V2.0

A JavaScript/TypeScript library for integrating Gather customer engagement widgets into web applications. This package provides popup forms, embedded interfaces, and targeting capabilities based on user behavior such as scroll position, mouse movement, session time, and visibility changes.

Features

  • Popup & Embedded Interfaces – Display targeted popups and embedded forms based on configurable triggers
  • Behavioral Targeting – Trigger interfaces based on scroll speed, mouse exit intent, session timeout, and tab visibility
  • UTM & Referrer Tracking – Automatically capture and store UTM parameters, referrer data, and landing URLs via cookies
  • Vue.js Integration – Load Vue-powered widget applications dynamically
  • Partner Target Events – Process and respond to partner-defined target events

Usage

import GatherJS from 'gather-integration';

GatherJS({
  $: jQuery,
  interfacesJson: interfaces,
  accountJson: account,
  targetEventsJson: targetEvents,
  vueJS: 'path/to/vue.js',
  vueCSS: 'path/to/styles.css',
  widgetsDomain: 'https://widgets.example.com',
  consent: true
});

Development

# Install dependencies
yarn install

# Run tests
yarn test

# Build the library
yarn build

# Watch for changes
yarn watch

# Lint the code
yarn lint

Releasing

  • Run yarn run release
  • Push the changes with git push --follow-tags origin master
  • Create a GitHub release with the tag that was pushed

FAQs

Package last updated on 29 Jan 2026

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