Google Ads API Now Requires MFA. Your Plugin Will Reconnect.

The Google Ads API now requires multi-factor authentication on every new OAuth 2.0 refresh token from April 21, 2026 (Google Ads Developer Blog, 2026). Existing tokens keep working — but the next time a WooCommerce tracking plugin reconnects, the Google account holder needs 2-Step Verification enabled. Five scenarios force a re-auth: plugin reinstall, account migration, agency rotation, employee offboarding, and token revocation. Service account workflows are not affected. Stores running Conversios, Google for WooCommerce, FunnelKit Pro, or Pixel Manager Pro on shared or unaudited Google logins have lurking maintenance debt with a calendar trigger.

Your WooCommerce Tracking Plugin Broke Last Tuesday (and Nobody Told You)

WooCommerce tracking plugins break on a predictable schedule tied to the platform’s update cycle, and the average store discovers each failure 30 days later. 73% of GA4 implementations have silent misconfigurations causing 30-40% data loss (SR Analytics, 2025). Three recurring failure triggers account for most breakages: HPOS migration, Blocks checkout becoming default, and caching plugin conflicts. The root cause is architectural—browser-side JavaScript cannot survive a dynamic CMS update cycle. Server-side hook-based tracking eliminates this entire failure category by firing from WooCommerce’s order hooks, not from JavaScript in the browser.

Why WooCommerce Updates Keep Breaking Your GTM Tracking

Your WooCommerce store updated last Tuesday. By Wednesday, your add_to_cart events had stopped firing. By Thursday, you were in a support forum describing the problem to someone who told you GTM configurations “shouldn’t change between updates.” Here’s what actually happened: GTM Kit documented 5+ separate bug fixes for add_to_cart event failures in WooCommerce across 2024-2025 … Read more

Your Tracking Plugin Updated Tuesday. Nobody Noticed Your Pixel Broke.

70% of ecommerce stores have broken or incomplete tracking configurations (Conversios, 2025). A significant portion of those failures didn’t start broken — they broke silently after a plugin update. WordPress auto-updates your tracking plugin at 3am on a Tuesday, the plugin changes how it hooks into WooCommerce, and your Facebook pixel stops receiving purchase events. … Read more