Title: Stobio — Server-Side Tracking for WooCommerce (GA4 + Meta CAPI)
Author: Stobio
Published: <strong>2026 年 8 月 12 日</strong>
Last modified: 2026 年 8 月 31 日

---

搜尋外掛

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

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

# Stobio — Server-Side Tracking for WooCommerce (GA4 + Meta CAPI)

 由 [Stobio](https://profiles.wordpress.org/stobio/) 開發

[下載](https://downloads.wordpress.org/plugin/stobio.1.0.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/stobio/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/stobio/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/stobio/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/stobio/#developers)

 [技術支援](https://wordpress.org/support/plugin/stobio/)

## 外掛說明

**Stobio** is a tracking reliability platform for store owners — no developer needed.
Ad blockers, browser privacy features and fragile tag setups silently eat your conversion
data; Stobio catches your events server-side, shows you what is actually being delivered
to GA4 and Meta, and alerts you when something breaks.

This plugin is the official WordPress/WooCommerce connector. It does one thing well:
after you enter your Stobio site key, it places the official Stobio loader snippet
on your site front end — the exact same two-tag snippet you would otherwise paste
into your theme by hand.

**What you get with Stobio:**

 * Server-side event delivery to GA4 (Measurement Protocol) and Meta (Conversions
   API)
 * A delivery-health dashboard: what reached GA4/Meta, what failed, and why
 * Tag audit: detects duplicate or legacy tags on your pages
 * Alerts when tracking breaks — before your reports go dark
 * Consent-aware by design: honors Google Consent Mode v2 and the `window.stobioConsent`
   signal; when consent is denied, identifiers are not collected

**How it works with WooCommerce:** the Stobio loader observes your existing `dataLayer`
events (the ones your GTM/GA4 e-commerce setup already pushes) and mirrors them 
to Stobio server-side. It adds no tracking of its own on top of what your site already
emits, and it does not slow your pages — the loader is a small script loaded with`
defer`.

#### External service (please read)

Stobio is a **paid external service** (plans from $49/month, 14-day free trial —
no card required). This plugin is useless without a Stobio account.

When configured, your site loads the Stobio loader script from `api.stobio.com` 
and sends the observed events to the Stobio API, where they are processed and forwarded
to the destinations **you** configure (GA4 / Meta). No data is sent anywhere until
you save your site key in the plugin settings.

 * Service: [stobio.com](https://stobio.com)
 * Terms of service: [stobio.com/legal/en/terms.html](https://stobio.com/legal/en/terms.html)
 * Privacy policy: [stobio.com/legal/en/privacy.html](https://stobio.com/legal/en/privacy.html)

## 螢幕擷圖

[⌊Settings page — connect your site with the Stobio site key.⌉⌊Settings page — connect
your site with the Stobio site key.⌉[

Settings page — connect your site with the Stobio site key.

[⌊Account overview — delivery health for all your stores at a glance (service).⌉⌊
Account overview — delivery health for all your stores at a glance (service).⌉[

Account overview — delivery health for all your stores at a glance (service).

## 安裝方式

 1. Install and activate the plugin.
 2. Create a Stobio account at [stobio.com](https://stobio.com) (14-day free trial)
    and add your store.
 3. In your Stobio panel, open **Integrations** and copy the tracking snippet (or just
    the `data-tenant` value).
 4. In WordPress, go to **Settings  Stobio**, paste the snippet or the key, and click**
    Connect**.

That’s it — event delivery shows up in your Stobio dashboard within minutes of real
traffic.

## 常見問題集

### Do I need a Stobio account?

Yes. Stobio is a paid service with a 14-day free trial; the plugin only connects
your site to it.

### Why does GA4 show fewer orders than WooCommerce?

Ad blockers, iOS/Safari privacy features and consent banners stop browser-side tags
from firing, so GA4 and Meta typically miss a large share of your real conversions.
Stobio catches the events server-side, delivers them over the GA4 Measurement Protocol
and Meta Conversions API, and shows you exactly what was delivered and what failed.

### Does it work with WooCommerce?

Yes — WooCommerce stores are the main use case. The plugin observes the e-commerce`
dataLayer` events your existing GA4/GTM setup already pushes (view_item, add_to_cart,
purchase and so on) and mirrors them to Stobio server-side.

### Will it slow down my site?

No. The loader is a small script added with `defer`, so it never blocks page rendering.

### Does it work without Google Tag Manager?

Stobio observes `dataLayer` events. Most GA4/GTM e-commerce setups (including popular
WooCommerce GA4 plugins) already push these. If your site pushes no `dataLayer` 
events at all, connect a GA4/GTM plugin first — Stobio will then see the same events.

### What about GDPR / consent?

The loader honors Google Consent Mode v2 signals and the `window.stobioConsent` 
object set by your consent banner. When analytics consent is denied, no visitor 
identifiers are collected. See the [privacy policy](https://stobio.com/legal/en/privacy.html)
for details.

### Can I temporarily disable the snippet without deactivating the plugin?

Yes — either clear the site key in **Settings  Stobio**, or return `false` from 
the `stobio_should_inject` filter.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Stobio — Server-Side Tracking for WooCommerce (GA4 + Meta
CAPI)〉的開發相關工作。

參與者

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

〈Stobio — Server-Side Tracking for WooCommerce (GA4 + Meta CAPI)〉外掛目前已有 
1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/stobio/contributors)
為這個外掛做出的貢獻。

[將〈Stobio — Server-Side Tracking for WooCommerce (GA4 + Meta CAPI)〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/stobio)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/stobio/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/stobio/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/stobio/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/stobio/)。

## 變更記錄

#### 1.0.1

 * Listing update only — no functional changes: refreshed description, pricing and
   screenshots; clarified WooCommerce usage in the FAQ.

#### 1.0.0

 * Initial release: official Stobio loader snippet injection with settings page,
   full-snippet paste convenience and `stobio_should_inject` filter.

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **3 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.7 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/stobio/) 及 [Turkish](https://tr.wordpress.org/plugins/stobio/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/stobio)
 * 標籤:
 * [Conversions API](https://tw.wordpress.org/plugins/tags/conversions-api/)[ga4](https://tw.wordpress.org/plugins/tags/ga4/)
   [Meta Pixel](https://tw.wordpress.org/plugins/tags/meta-pixel/)[Server Side Tracking](https://tw.wordpress.org/plugins/tags/server-side-tracking/)
   [woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/stobio/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/stobio/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/stobio/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/stobio/)