How to Install the Revscale Tracking Pixel on Your Website
Here’s a generic version of your Revscale pixel installation guide that works for any website (not WordPress-specific):
📖 How to Install the Revscale Tracking Pixel on Your Website
This guide shows the easiest and safest way to add the Revscale tracking pixel to your website. The Revscale pixel is a small script that tracks visitor activity and provides valuable data for analytics and marketing.
You will receive your unique pixel code directly from the Revscale team.
📌 The Revscale Pixel
Your pixel is a single line of code that looks like this (example):
<script async="async" src="https://mm-uxrv.com/js/business_[YOUR_BUSINESS_ID]-[YOUR_ACCOUNT_ID].js"></script>
⚠️ Important: Replace [YOUR_BUSINESS_ID] and [YOUR_ACCOUNT_ID] with the exact values in the script provided by Revscale. Do not edit or modify the code.
🚀 Step-by-Step Installation
✅ Step 1: Access Your Website’s HTML
To add the pixel, you need to access your website’s HTML code or its settings panel where custom scripts can be added.
- For custom-built sites: Edit your HTML template or layout files directly.
- For CMS platforms (WordPress, Shopify, Wix, Squarespace, etc.): Look for an option to add code to the <head> section in your site settings or use a plugin/app for custom scripts.
- For tag managers (like Google Tag Manager): Add the pixel as a new tag.
✅ Step 2: Paste the Revscale Pixel Script
- Open your website’s global header file or the settings area for header scripts.
- Paste the entire Revscale pixel script right before the closing </head> tag of your HTML.
Example placement:
<head>
...
<script async="async" src="https://mm-uxrv.com/js/business_12345-67890.js"></script>
</head>
Save or publish your changes.
✅ Step 3: Verify Installation (Optional)
- Open your website in a browser.
- Right-click and select View Page Source (or press Ctrl+U / Cmd+U).
- Use Ctrl+F or Cmd+F to search for part of the script URL (e.g., mm-uxrv.com).
- If you see the script, it’s installed correctly.
Alternatively, you can use browser extensions like Tag Assistant (for Chrome) or online tools like https://www.gachecker.com/ to verify the pixel.
Updated on: 07/10/2025
Thank you!
