Tracking Hippo Server-Side Tracking links your WordPress site to a server-side Google Tag Manager (sGTM) container hosted on Tracking Hippo. Server-side tagging moves tracking out of the visitor’s browser and onto your own first-party server, which improves data quality, page performance and resilience against ad blockers and browser tracking restrictions.
Container
<head>, after <body>, in the footer — or not at all, if you only want the data layer.gtm.js from your own container domain, with an optional custom path, so ad blockers and tracking prevention no longer recognise it.gtm_auth / gtm_preview), a configurable data layer variable name, and an optional <noscript> fallback.Consent Mode v2
gtag('consent', 'default', …) command ahead of the container, covering all seven signals including ad_user_data and ad_personalization.wait_for_update, ads_data_redaction and url_passthrough are all configurable, and the plugin warns you when a consent plugin is already publishing its own defaults.GA4 ecommerce for WooCommerce
The complete funnel: view_item_list, select_item, view_item, add_to_cart, remove_from_cart, view_cart, begin_checkout, add_shipping_info, add_payment_info and purchase, plus login and sign_up.
wc/store/cart data store — so the block checkout is covered as fully as the classic one.item_brand, item_variant, item_category through item_category5 from the real category hierarchy, discount, index, and item_list_id / item_list_name.add_to_cart, so GA4 can credit the right list.item_id is the SKU or the product ID, add a prefix to match your product feed, and report revenue with or without tax.{ ecommerce: null } is pushed before every ecommerce event, as GA4 requires.purchase is deduplicated per order, carries customer_type (new or returning), and can include hashed customer data for Enhanced Conversions.Server-side webhooks
purchase, refund and order_paid from your server to your container, so conversions survive a browser that blocks every script.Works on a plain WordPress site and adds the WooCommerce events automatically when WooCommerce is active. Compatible with High-Performance Order Storage.
Links
This plugin connects your site to a server-side Google Tag Manager container. Nothing is transmitted until you enter a container URL in the settings.
Your GTM server container (the domain you configure, hosted by Tracking Hippo or elsewhere)
Google Tag Manager (googletagmanager.com)
The plugin also stores, on each order, the analytics identifier, IP address and user agent captured at checkout, so orders can still be attributed when they are delivered later. This data is removed with the order, and everything the plugin stores is deleted when it is uninstalled. Suggested privacy-policy wording is added to Tools Privacy for you to review.