Install Tracking from the Console
Using npm:
Using yarn:
Initiate method: Set up user behaviour tracking on website or mobile app
Using the API key (TrackingID) that you generated.
Parameters
Description
Type
Required
Default value
url
URL tracking
string
true
trackingApiKey
API key
string
true
properties
Custom param
Object
Optional
{}
disable
Enable/ disable tracking
bool
Optional
False
***Initialized Analytics must call before any other tracking function.
Last updated