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

gb-tracker-client

Package Overview
Dependencies
Maintainers
20
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gb-tracker-client - npm Package Compare versions

Comparing version 5.3.0-beta.1701867512 to 5.3.0-beta.1702461988

docs/event-types.md

2

package.json
{
"name": "gb-tracker-client",
"version": "5.3.0-beta.1701867512",
"version": "5.3.0-beta.1702461988",
"description": "GroupBy client-side event tracker",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -70,2 +70,5 @@ # GroupBy Tracker Client

## Supported event types
List of supported event types with code examples available in [event-types.md](docs/event-types.md) file
## SiteFilter support since version 5.1.1

@@ -80,3 +83,3 @@ This new functionality allows you to indicate which specific site or banner the tracker is running in.

The `setSite` function will apply the given site to all beacons fired after that point.
Whenever a `Search`, `View product`, `Add to cart`, `Order`, or `Impression` beacon is fired, the site value, if it exists, will be added as part of the metadata in the request.
Whenever a `Search`, `Home page view`, `View product`, `Add to cart`, `Order`, or `Impression` beacon is fired, the site value, if it exists, will be added as part of the metadata in the request.

@@ -83,0 +86,0 @@ ## Shopper tracking

@@ -1,1 +0,1 @@

export declare const version = "5.3.0-beta.1701867512";
export declare const version = "5.3.0-beta.1702461988";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = "5.3.0-beta.1701867512";
exports.version = "5.3.0-beta.1702461988";
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