| 开发者 |
trackcombo
lucaswhiather |
|---|---|
| 更新时间 | 2026年6月4日 12:56 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
<head>.window.tcWoo with structured product, cart, order, and customer data so events do not depend on DOM scraping.WC_Webhook that sends order.updated to the Track Combo backend when the order reaches the purchase status you choose.purchase between the client-side complement_data event and the server-side webhook using the order ID as transaction_id.page_view, search, view_item_list, view_itemadd_to_cart, initiate_checkout, add_shipping_info, add_payment_infocomplement_data (client-side on thank-you page, merged server-side)purchase (server-side via webhook — reliable even when the browser tab is closed)event_id mismatches./wp-content/plugins/track-combo-woocommerce/ or install it through the Plugins screen in WordPress.processing).Yes. The plugin is the WooCommerce connector for the Track Combo platform. You need an API key generated inside your Track Combo workspace.
Yes. Once Track Combo is active and your destinations are configured inside the platform, you should remove the other pixels to avoid duplicate events.
Yes. The plugin declares custom_order_tables compatibility.
Yes. The plugin exposes cart_type: 'classic' | 'blocks' to the code-event script so both flows are tracked correctly.
You pick it in the settings. Default is processing. The server deduplicates so changing the status later (e.g., processing → completed) does not double-count.
Inside your Track Combo workspace. You can also enable Debug mode in the settings to write verbose logs through the WooCommerce logger (source: track-combo-woocommerce).
The plugin sends events only to the Track Combo backend. Track Combo then forwards them to the destinations you configured in your workspace (Meta, Google, TikTok, etc.).
The plugin itself does not persist orders or customer data. It forwards the data WooCommerce already holds to Track Combo for tracking purposes.
window.tcWoo payload, and HPOS / Checkout Blocks compatibility.WC_Webhook provisioning with idempotent reconciliation on settings save.