Web npm based
Apxor Web SDK Integration
Add and Initialize Apxor SDK and Plugins
npm install --save apxor apxor-qe apxor-rtmimport Apxor from "apxor"; //ES6
import CE from "apxor-qe";
import ApxorRTM from "apxor-rtm";Apxor.init("YOUR_SITE_ID", {
// ...
plugins: ["ApxorRTM"],
deps: [ApxorRTM, CE],
version: "<YOUR_WEBSITE_VERSION>", // Optional (If provided, use semantic version eg. "1.4.4")
// ...
});Add-Ons
Initializing the Apxor SDK
Initialization options
Identifying Users
Setting up campaign triggers, capturing data for targeting and goal tracking

App Events

Immediate Reporting of an event
Client Events

Event tracking via Google Tag Manager (GTM)

User Properties
Personalizing and targeting by user persona

Session Properties
PageView
Get Client Id
Start New Session
End Session
Handle Deeplink Redirection
Example
Additional features API Guide
Last updated