Title: ServerTrack – Server-Side Tracking &amp; Tagging for WooCommerce
Author: ServerTrack.io
Published: <strong>May 7, 2026</strong>
Last modified: May 7, 2026

---

Search plugins

![](https://ps.w.org/servertrack-connect/assets/banner-772x250.png?rev=3526036)

![](https://ps.w.org/servertrack-connect/assets/icon-256x256.png?rev=3526036)

# ServerTrack – Server-Side Tracking & Tagging for WooCommerce

 By [ServerTrack.io](https://profiles.wordpress.org/servertrack/)

[Download](https://downloads.wordpress.org/plugin/servertrack-connect.1.3.1.zip)

 * [Details](https://wordpress.org/plugins/servertrack-connect/#description)
 * [Reviews](https://wordpress.org/plugins/servertrack-connect/#reviews)
 *  [Installation](https://wordpress.org/plugins/servertrack-connect/#installation)
 * [Development](https://wordpress.org/plugins/servertrack-connect/#developers)

 [Support](https://wordpress.org/support/plugin/servertrack-connect/)

## Description

ServerTrack is a powerful Server-Side Tracking solution designed to fix signal loss
caused by iOS14, Ad Blockers, and ITP (Intelligent Tracking Prevention). By moving
your tracking from the browser to the server, you ensure 99% data accuracy and improve
your ROAS.

**Why use this plugin?**

Most tracking solutions require complex setups involving Google Tag Manager (GTM),
DataLayer plugins, and expensive monthly subscriptions.

**ServerTrack is different.** This plugin handles everything:

 1. **Generates the DataLayer:** It automatically detects WooCommerce events (ViewContent,
    AddToCart, Checkout, Purchase) and creates the necessary data. You do NOT need “
    GTM4WP” or any other plugin.
 2. **Connects to CAPI:** It loads the ServerTrack SDK to send events directly to your
    server and Facebook Conversion API.
 3. **Handles Deduplication:** Automatically manages Event IDs to ensure Facebook does
    not double-count events from your Browser Pixel and Server.

**Key Features:**

 * **Zero-Code Setup:** Just paste your Auth Key and select “Full Plug-and-Play”.
 * **Custom Domain Support:** Use your own subdomain (e.g., `track.yourstore.com`)
   to set first-party cookies and bypass ad blockers completely.
 * **Automatic WooCommerce Tracking:** Tracks Product Views, Cart Additions, Checkouts,
   and Purchases out of the box.
 * **Advanced Matching:** Automatically captures and hashes customer data (Email,
   Phone, Name, City) from WooCommerce orders to improve Facebook Match Quality 
   scores.
 * **Custom Events:** Fire custom tracking events on any URL pattern you define.
 * **URL Exclusions:** Disable tracking on specific pages (e.g., privacy policy,
   terms).
 * **Configurable AddToCart Triggers:** Add custom CSS class, ID, name, href, or
   data-attribute selectors to detect add-to-cart buttons on any theme.

## Screenshots

 * [[
 * [[
 * [[
 * [[

## Installation

 1. Upload the `servertrack` folder to the `/wp-content/plugins/` directory, or install
    directly through the WordPress Plugins screen.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **Settings > ServerTrack**.
 4. Enter your **Authentication Key** (found in your ServerTrack Dashboard under Server
    Deck > Edit Configuration).
 5. Select **“Full Plug-and-Play (Recommended)”** as the tracking mode.
 6. (Optional) Enter your **Custom Server Domain** if you are using a custom subdomain(
    e.g., `track.mystore.com`).
 7. Click **Save Settings**.

## FAQ

### Do I need Google Tag Manager (GTM)?

No. This plugin includes a built-in DataLayer generator specifically for WooCommerce.
It creates the tracking data automatically without any additional plugins.

### Can I use my own Custom Domain?

Yes. In the settings, you can replace the default server domain with your own custom
subdomain (e.g., `track.yoursite.com`). This turns ServerTrack into a first-party
tracker, which is much harder for browsers to block.

### Where do I find my Auth Key?

Log in to your ServerTrack Dashboard, go to the **Server Deck** tab, click **Edit
Configuration**, and copy the Authentication Key for your specific server instance.

### What if I already have a Facebook Pixel plugin installed?

Disable your existing pixel plugin and let ServerTrack handle everything (Browser
+ Server). This ensures clean, deduplicated data with no double-counting.

### Does this plugin work without WooCommerce?

The automatic event tracking (ViewContent, AddToCart, Checkout, Purchase) requires
WooCommerce. The SDK loader and custom events work on any WordPress site.

### How do I exclude pages from tracking?

Go to **Settings > ServerTrack**, scroll to the **Excluded URLs** section, and add
one path per row using the repeater field. For example: `/privacy-policy`, `/terms`,`/
cart`.

### Can I track custom events on specific pages?

Yes. Use the **Custom Events** section in the settings to define a URL pattern, 
an event name, and an optional value. The event will fire automatically when a visitor
lands on a matching page.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ServerTrack – Server-Side Tracking & Tagging for WooCommerce” is open source software.
The following people have contributed to this plugin.

Contributors

 *   [ ServerTrack.io ](https://profiles.wordpress.org/servertrack/)

[Translate “ServerTrack – Server-Side Tracking & Tagging for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/servertrack-connect)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/servertrack-connect/),
check out the [SVN repository](https://plugins.svn.wordpress.org/servertrack-connect/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/servertrack-connect/)
by [RSS](https://plugins.trac.wordpress.org/log/servertrack-connect/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.1

 * Fix: Removed remote favicon.ico image from admin header.
 * Fix: Removed JSON_UNESCAPED_UNICODE and JSON_UNESCAPED_SLASHES flags from wp_json_encode
   calls.
 * Fix: Refactored inline event script to use a single wp_json_encode payload, eliminating
   variable interpolation in JS strings.
 * Fix: Removed dead server-side add-to-cart hook and method.
 * Improvement: Removed Pixel Interceptor references from readme (feature not present
   in current UI).

#### 1.3.0

 * New: Excluded URLs is now a repeater field (array-based) instead of a textarea.
 * New: Redesigned settings page with Premium sidebar, Supported Platforms, and 
   Video Tutorial links.
 * Improvement: Completely rewritten frontend.js – smarter price detection, cleaner
   selector building, and better duplicate prevention.
 * Improvement: Simplified admin.js with shared repeater logic.
 * Improvement: CSS refactored to use utility classes, removing inline styles from
   PHP.
 * Fix: Excluded URLs now correctly handles the array format from the repeater.

#### 1.2.0

 * New: Added Custom Events repeater – fire events on any URL pattern.
 * New: Added URL Exclusions – disable tracking on specific pages.
 * New: Added configurable AddToCart Triggers repeater.
 * Improvement: All events now use the unified `window.st()` WebSocket API.
 * Improvement: Improved duplicate AddToCart prevention logic.
 * Improvement: Better sale price detection on product pages.

#### 1.1.0

 * New: Added Custom Domain / Subdomain support field.
 * New: Added built-in WooCommerce DataLayer generator.
 * New: Added “Full Plug-and-Play” mode.
 * Improvement: Enhanced “Purchase” event to include full customer details for Advanced
   Matching.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.3.1**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [analytics](https://wordpress.org/plugins/tags/analytics/)[Facebook Pixel](https://wordpress.org/plugins/tags/facebook-pixel/)
   [Server Side Tracking](https://wordpress.org/plugins/tags/server-side-tracking/)
   [tracking](https://wordpress.org/plugins/tags/tracking/)[woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/servertrack-connect/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/servertrack-connect/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/servertrack-connect/reviews/)

## Contributors

 *   [ ServerTrack.io ](https://profiles.wordpress.org/servertrack/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/servertrack-connect/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://servertrack.io)