This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
    
Add Client-side Tracking¶
The final step is setting up a tracking script.
It requires a head tracking script between the <head></head> tags on your website, a main script after the head script, and cookie consent.
For more information about setting up a tracking script, see Raptor documentation.
Now, you need to add a tracker to specific places in your website where you want to track users. For example, add this tracker to the landing page template to track user entrances.
| 1 |  | 
| 1 2 3 4 |  | 
For tracking to be effective, you also need to send ID of a logged-in user in the same way. Add the user ID information by using below script:
| 1 |  | 
For more information on tracking events, see the documentation.