Skip to content

The Visitorkit JavaScript Library is a set of methods attached to a global visitorkit object intended to be used by websites wishing to send data to Visitorkit projects.

Notifications You must be signed in to change notification settings

Khabin/visitorkit-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visitorkit-JS

Install SDK

The Visitorkit JavaScript Library is a set of methods attached to a global visitorkit object intended to be used by websites wishing to send data to Visitorkit projects. https://visitorkit.com/docs

npm install --save visitorkit
import VK from "visitorkit";
VK.init("SITE-ID");

To disable auto pageview tracking.

VK.init("SITE-ID", false);

Events

Track Pageviews

VK.pageview();

About

The Visitorkit JavaScript Library is a set of methods attached to a global visitorkit object intended to be used by websites wishing to send data to Visitorkit projects.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published