Quick Start Guide
Get started with visitorTraq in just a few minutes. This guide will walk you through the process of setting up your account, installing the tracking code, and accessing your analytics dashboard.
Introduction
visitorTraq is a powerful website analytics platform that helps you understand your visitors and optimize your website. Our privacy-focused approach ensures that you get valuable insights while respecting your users' privacy.
This quick start guide will help you set up visitorTraq on your website in just a few minutes. Let's get started!
1. Create an Account
The first step is to create a visitorTraq account. If you haven't already, sign up for a free trial:
- Go to visitortraq.com/signup
- Enter your email address and create a password
- Fill in your name and company information
- Click "Create Account"
Once you've created your account, you'll be taken to the dashboard where you can add your website.
2. Install the Tracking Code
To start collecting data, you need to add the visitorTraq tracking code to your website. Here's how:
- In your dashboard, click on "Add Website"
- Enter your website URL and name
- Copy the tracking code provided
- Add the code to the
<head>
section of your website
<!-- visitorTraq Tracking Code -->
<script>
(function(v,i,s,t,r,a,q){v['visitorTraqObject']=r;v[r]=v[r]||function(){
(v[r].q=v[r].q||[]).push(arguments)},v[r].l=1*new Date();a=i.createElement(s),
q=i.getElementsByTagName(s)[0];a.async=1;a.src=t;q.parentNode.insertBefore(a,q)
})(window,document,'script','https://cdn.visitortraq.com/tracker.js','vt');
vt('init', 'YOUR_TRACKING_ID');
vt('trackPageview');
</script>
Make sure to replace YOUR_TRACKING_ID
with the actual tracking ID provided in your dashboard.
3. Verify Installation
After installing the tracking code, you should verify that it's working correctly:
- Go to your website in a web browser
- Return to your visitorTraq dashboard and look for the "Real-time" section to see if your visit is being tracked
- If you don't see any data, check that the tracking code is correctly installed and that you don't have any ad blockers or privacy extensions that might be blocking the tracker
4. Explore Your Dashboard
Once the tracking code is installed and verified, you can start exploring your dashboard. Here are some key areas to check out:
- Overview: Get a high-level view of your website's performance, including visitor count, session duration, and bounce rate.
- Real-time: See who's on your website right now, what pages they're viewing, and where they're coming from.
- Audience: Learn about your visitors, including their geographic location, devices, and browsers.
- Behavior: Understand how visitors interact with your website, including which pages they visit and how long they stay.
- Acquisition: Discover how visitors find your website, whether through search engines, social media, or direct visits.
5. Next Steps
Now that you have visitorTraq set up, here are some next steps to get the most out of your analytics:
- Set up event tracking to monitor specific user interactions like button clicks, form submissions, or video plays.
- Create custom reports to focus on the metrics that matter most to your business.
- Set up conversion funnels to track how visitors move through your website's conversion process.
- Explore integrations with other tools and platforms you use.