UXWizz
WebsitePricingDemoTwitter (X)
  • Introduction
  • 🛠️ Installation
    • Requirements
      • Limitations
      • Server specs (CPU, RAM)
    • Installation guide
      • Uploading the script
      • Creating a MySQL database
      • Running the installer
    • Install on a new server
      • Ubuntu 20.04 (or higher)
      • DigitalOcean
    • Docker
      • Via Docker Compose
      • Standalone Docker image
    • Adding the tracking code
      • Automatic SPA pageview tracking
      • Add tracker to Next.js App
      • Add tracker to React Router App
    • Optimization tips
      • MySQL/MariaDB
      • Auto-delete old data (cron jobs)
      • Apache
    • Frequently Asked Questions
  • 🔧JavaScript API
    • Tags
    • Events
    • Hooks/callbacks
    • Other API functions
    • Session Recording
      • Ignore specific elements
  • 📖Guides and features
    • Goals (NEW!)
    • Ask AI (NEW!)
    • Basic usage
    • A/B testing
    • Usage tips
    • Dashboard user access level
    • Resetting the admin password
    • Database querying
    • Technical details
      • IP Geolocation
    • Troubleshooting
      • Agency
        • MultiDB
      • Dashboard
        • Refreshing dashboard sub-page leads to 404 error
        • Website iframe not loading (x-frame-options)
        • License says "invalid"
        • Updating Fails
      • Tracking
        • No data is being recorded
        • Can't include tracker via Google Tag Manager
        • The A/B test JS file is missing
      • WordPress
        • Cloudways 403 Forbidden screen on WordPress
        • NGINX 403 Forbidden screen on WordPress
    • Extending the dashboard
    • Support
    • Migrating to a new server
  • 🎓Useful Examples
    • Feedback form (polls)
    • Tracking 404 Pages
    • Tracking UTM parameters
    • Tracking Google Ads GCLID
    • Storing user device types
    • Track video playback
  • 📜About
    • Changelog
    • Personal Data Information
    • Privacy Policy (uxwizz.com)
    • Licenses and pricing
    • [Deprecated] License Subscriptions
Powered by GitBook
On this page
  • Unique Visitor Tracking
  • Is UXWizz cookie-less?
  • Is a visitor uniquely tracked across sessions?
  • How can I track more accurately a visitor across sessions?
  • Generate custom dashboards
  • Can I generate custom graphs/charts using UXWizz?

Was this helpful?

  1. 🛠️ Installation

Frequently Asked Questions

PreviousApacheNextTags

Last updated 8 months ago

Was this helpful?

Unique Visitor Tracking

Is UXWizz cookie-less?

Yes. UXWizz does not store or use cookies.

Is a visitor uniquely tracked across sessions?

Not with high accuracy. By default, a hash of the IP and user agent of the user is stored. This can be used to approximately see all sessions of the same user, but it is not always accurate.

How can I track more accurately a visitor across sessions?

You can create a unique identifier, store it in localStorage and tag user's sessions using . For example, by adding this snippet:

UST.addTag('token_' + (localStorage['ust_token'] ||= UST.randomToken())) This will store a random ID in localStorage and tag each session of this user with this ID.

Generate custom dashboards

Can I generate custom graphs/charts using UXWizz?

No. UXWizz does not come with a chart editor, but your data is stored in a simple MySQL database. You can use any dashboard generation tool that comes with MySQL connection support. For example: or or any MySQL database viewer.

Read more about Personal Data on user's device here
Tags
getmotoradmin.com
chartbrew.com