Plugin Compatibility
The Pixel Manager automatically detects and resolves tracking conflicts with other WooCommerce plugins. When the Pixel Manager is configured to handle tracking for a specific platform, it automatically disables the tracking features of other plugins for that same platform — preventing duplicate tracking, duplicate gtag.js loading, and inaccurate conversion data.
No manual configuration is required. The Pixel Manager handles all of this automatically in the background.
Google Listings & Ads
When Google Ads tracking is enabled in the Pixel Manager, it automatically disables the Google Listings & Ads (GLA) plugin's tracking features. This includes:
- GLA's
gtag.jsscript loading - GLA's
add_to_cartevent tracking - GLA's
view_itemevent tracking - GLA's
purchaseandconversionevent tracking - The
glaGtagDataJavaScript variable
Why this is necessary: The Google Listings & Ads plugin loads its own gtag.js and fires its own Google Ads tracking events (e.g., add_to_cart with send_to: "GLA"). If both GLA and the Pixel Manager are handling Google Ads, this causes duplicate event tracking and inaccurate conversion data in Google Ads.
How it works: The Pixel Manager uses the woocommerce_gla_disable_gtag_tracking filter provided by the Google Listings & Ads plugin to completely disable GLA's tracking framework.
You can safely keep Google Listings & Ads installed for product feed syncing with Google Merchant Center. The Pixel Manager only disables GLA's tracking features — the product feed functionality continues to work normally.
Facebook for WooCommerce
When Meta (Facebook) tracking is enabled in the Pixel Manager, it automatically disables the Facebook for WooCommerce plugin's pixel tracking.
How it works: The Pixel Manager uses the facebook_for_woocommerce_integration_pixel_enabled filter to disable Facebook for WooCommerce's pixel. It also overrides the product identifier format to match the Pixel Manager's configuration using the wc_facebook_fb_retailer_id filter.
You can still use Facebook for WooCommerce for the product catalog sync. The Pixel Manager only disables its tracking pixel.
Pinterest for WooCommerce
When Pinterest tracking is enabled in the Pixel Manager, it automatically disables the Pinterest for WooCommerce plugin's tracking using the woocommerce_pinterest_disable_tracking filter.
Reddit for WooCommerce
When Reddit tracking is enabled in the Pixel Manager, it automatically disables the Reddit for WooCommerce plugin's pixel and conversion tracking using the reddit_for_woocommerce_filter_tracking_data filter.
WooCommerce Google Analytics Integration
When Google Analytics (GA4) tracking is enabled in the Pixel Manager, it automatically disables the WooCommerce Google Analytics Integration plugin's tracking using the woocommerce_ga_disable_tracking filter.
WooCommerce Google Ads Dynamic Remarketing (WGDR)
When the Pixel Manager detects the WGDR plugin, it automatically disables its tracking features using the wgdr_third_party_cookie_prevention filter to prevent duplicate Google Ads remarketing events.
WooFunnels
When the Pixel Manager detects WooFunnels (FunnelKit), it automatically disables WooFunnels' built-in pixel tracking features (Google Ads, Facebook, etc.) to prevent duplicate event tracking. This only applies on non-admin pages to avoid interfering with WooFunnels settings.
Woo Product Feed
When the Pixel Manager detects the Woo Product Feed plugin, it automatically disables its built-in Facebook Pixel and Google Remarketing tracking features.
Summary
| Plugin | Condition | What's Disabled |
|---|---|---|
| Google Listings & Ads | Google Ads active in PMW | All gtag tracking and events |
| Facebook for WooCommerce | Meta (Facebook) active in PMW | Facebook Pixel |
| Pinterest for WooCommerce | Pinterest active in PMW | Pinterest tracking |
| Reddit for WooCommerce | Reddit active in PMW | Reddit Pixel and conversions |
| WooCommerce Google Analytics | Google Analytics active in PMW | GA tracking |
| WGDR | Plugin detected | Dynamic remarketing |
| WooFunnels | Plugin detected | Built-in pixel tracking |
| Woo Product Feed | Plugin detected | Facebook Pixel and remarketing |
All of these compatibility fixes are applied automatically. You don't need to manually configure anything. Just enable the tracking platforms you want in the Pixel Manager, and it will handle the rest.