React
Here are the easy steps to add the SiteBehaviour Tracking script to their React project.
Steps to Add Script to a React Project
Go to your SiteBehaviour Organisation's page and click on the Settings button for your site.
Go to the Tracking code tab.
Click on Copy to copy the Tracking Code to your clipboard.
Locate the
public
Folder.In your React project directory, find the
public
folder. This folder contains static files likeindex.html
.Open the
index.html
file located in thepublic
folder.Locate the closing
</head>
tag in the file.Paste the Tracking script just before the closing
</head>
tag in theindex.html
file.
9 . After allowing a couple of minutes for the update, check SiteBehaviour's Dashboard for statistics. We recommend visiting your website to ensure that your initial activity is accurately reflected on the SiteBehaviour Dashboard.
Last updated