Title: CodifyCore Server-Side Tracking for WooCommerce
Author: codifycore
Published: <strong>September 15, 2026</strong>
Last modified: September 15, 2026

---

Search plugins

![](https://ps.w.org/codifycore-server-side-tracking-for-woocommerce/assets/banner-
772x250.png?rev=3697616)

![](https://ps.w.org/codifycore-server-side-tracking-for-woocommerce/assets/icon-
256x256.png?rev=3697624)

# CodifyCore Server-Side Tracking for WooCommerce

 By [codifycore](https://profiles.wordpress.org/codifycore/)

[Download](https://downloads.wordpress.org/plugin/codifycore-server-side-tracking-for-woocommerce.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/codifycore-server-side-tracking-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/codifycore-server-side-tracking-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/codifycore-server-side-tracking-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/codifycore-server-side-tracking-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/codifycore-server-side-tracking-for-woocommerce/)

## Description

CodifyCore Server-Side Tracking for WooCommerce connects WooCommerce product, cart,
checkout, and order activity to Server-Side Google Tag Manager and Google Analytics
4 Measurement Protocol.

#### Key features

 * Server-side WooCommerce ecommerce event tracking.
 * sGTM routing through GA4 Measurement Protocol.
 * PageView, ViewContent, Search, AddToCart, InitiateCheckout, and Purchase events.
 * Optional browser-side Meta Pixel events using a Pixel ID.
 * Shared browser/server event IDs for supported Meta deduplication.
 * WooCommerce order, billing, product, cart, and checkout context mapping.
 * SHA-256 hashing controls for selected customer matching fields.
 * Privacy Policy Tool with generated disclosure text.
 * Pro extension points for Direct Meta CAPI, diagnostics, logs, and licensed events.

### Requirements

WooCommerce must be installed and active. Without WooCommerce, the addon remains
dormant and shows an admin notice.

### External services

CodifyCore Server-Side Tracking for WooCommerce is an independent plugin and is 
not affiliated with, endorsed by, or sponsored by WooCommerce, Google, or Meta.

This plugin does not send tracking data until a site administrator enables and configures
a tracking destination or enables the optional Meta Pixel feature. Site owners are
responsible for obtaining any consent required for their configuration.

When server-side tracking is enabled, the plugin sends selected ecommerce events
to the sGTM endpoint entered by the site administrator. Depending on the enabled
event and available WooCommerce data, this can include event time and name, page
URL, product and order details, value and currency, IP address, browser user agent,
first-party attribution identifiers, and selected customer fields after SHA-256 
hashing. The endpoint is chosen and controlled by the site owner; tags configured
in that sGTM container may forward data to Google Analytics or other services.

Google privacy policy: https://policies.google.com/privacy
 Google Analytics terms:
https://marketingplatform.google.com/about/analytics/terms/us/

When Frontend Pixel is explicitly enabled in Install mode, the plugin loads Meta’s`
fbevents.js` from `connect.facebook.net` and sends the selected browser events to
Meta using the configured Pixel ID. Those events can include event name and ID, 
page URL, product details, order value, currency, and identifiers available to Meta
Pixel.

Meta privacy policy: https://www.facebook.com/privacy/policy/
 Meta terms: https://
www.facebook.com/legal/terms

## Screenshots

[⌊General settings with master enablement, environment mode, system status, and 
support links.⌉⌊General settings with master enablement, environment mode, system
status, and support links.⌉[

General settings with master enablement, environment mode, system status, and support
links.

[⌊Server-side Google Tag Manager integration settings and the pre-configured container
download.⌉⌊Server-side Google Tag Manager integration settings and the pre-configured
container download.⌉[

Server-side Google Tag Manager integration settings and the pre-configured container
download.

[⌊Optional frontend Meta Pixel settings with loading mode and duplicate-pixel guidance.⌉⌊
Optional frontend Meta Pixel settings with loading mode and duplicate-pixel guidance
.⌉[

Optional frontend Meta Pixel settings with loading mode and duplicate-pixel guidance.

[⌊Event selection, value calculation, and privacy-aware customer data hashing controls.⌉⌊
Event selection, value calculation, and privacy-aware customer data hashing controls
.⌉[

Event selection, value calculation, and privacy-aware customer data hashing controls.

[⌊Privacy Policy Tool with copy-ready privacy, cookie, and data-sharing disclosures.⌉⌊
Privacy Policy Tool with copy-ready privacy, cookie, and data-sharing disclosures
.⌉[

Privacy Policy Tool with copy-ready privacy, cookie, and data-sharing disclosures.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`, or install the plugin ZIP from**
    Plugins > Add New > Upload Plugin**.
 2. Activate **CodifyCore Server-Side Tracking for WooCommerce**.
 3. Go to **CodifyCore > Server-Side Tracking for WooCommerce**.
 4. Configure your sGTM endpoint, GA4 Measurement ID, and GA4 API secret.
 5. Enable the events you want to track.

## FAQ

### Which Purchase triggers are supported?

Purchase dispatch runs once when WooCommerce reports payment complete or when the
order enters WooCommerce’s paid-status list. A transient and order meta flag prevent
duplicate Purchase dispatches.

### Does this support Checkout Blocks?

Yes. Checkout context is captured through both classic checkout hooks and `woocommerce_store_api_checkout_order_processed`.

### Does the plugin hash customer data?

Yes. Enabled matching fields are normalized and SHA-256 hashed before being sent
in supported payloads.

### Where are docs and changelog?

Documentation: https://codifycore.com/docs/codifycore-server-side-tracking-for-woocommerce/

Changelog: https://codifycore.com/docs/codifycore-server-side-tracking-for-woocommerce/
changelog/

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ codifycore ](https://profiles.wordpress.org/codifycore/)

[Translate “CodifyCore Server-Side Tracking for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/codifycore-server-side-tracking-for-woocommerce)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial WooCommerce release.
 * Added WooCommerce-native product, cart, checkout, order, billing, and customer
   payload mapping.
 * Added PageView, ViewContent, Search, AddToCart, InitiateCheckout, and Purchase
   tracking.
 * Added optional browser Meta Pixel support and event ID sharing.
 * Added Privacy Policy Tool and Pro extension points.

## Meta

 *  Version **1.0.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [analytics](https://wordpress.org/plugins/tags/analytics/)[ga4](https://wordpress.org/plugins/tags/ga4/)
   [google tag manager](https://wordpress.org/plugins/tags/google-tag-manager/)[Server Side Tracking](https://wordpress.org/plugins/tags/server-side-tracking/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/codifycore-server-side-tracking-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/codifycore-server-side-tracking-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/codifycore-server-side-tracking-for-woocommerce/reviews/)

## Contributors

 *   [ codifycore ](https://profiles.wordpress.org/codifycore/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/codifycore-server-side-tracking-for-woocommerce/)