PixelWeb Analytics is a comprehensive tracking and analytics plugin for WordPress that provides enterprise-grade event tracking with a beautiful React admin dashboard.
This plugin performs a one-time scan of your site’s homepage on activation to auto-detect existing tracking codes (Meta Pixel, GA4, GTM, Google Ads). No data is sent externally.
This plugin facilitates connections to third-party analytics and marketing platforms to help you track user behavior and conversions. Depending on your configuration, the plugin may load scripts from and send data to the following services:
Meta (Facebook): When a Meta Pixel ID or Conversion API token is configured, the plugin connects to Meta to send page views, product interactions, and purchase events.
_fbc, _fbp), client IP address, HTTP user agent, current page URL, event metadata (value, currency, content IDs, content name, order ID). Under Advanced Matching, SHA256 hashed customer details (email, first name, last name, phone, external user ID) are also transmitted.Google Analytics 4 (GA4): When configured, the plugin loads the gtag.js script from Google and sends ecommerce and page view data to Google Analytics.
Google Tag Manager (GTM): When configured, the plugin injects the GTM container and pushes data to the browser’s dataLayer array.
Google Ads: When configured, the plugin loads Google Ads tracking scripts for conversion tracking, dynamic remarketing, and enhanced conversions.
The plugin only connects to these services if you explicitly enable them and provide your specific tracking IDs or API tokens in the plugin settings. It does not send data to any hidden or undocumented third-party services.
The human-readable, uncompiled source code for all compiled and minified assets in this plugin is included locally inside the plugin package at:
/admin/src
Build files:
/admin/package.json
/admin/package-lock.json
Build process:
1. Navigate to the admin directory.
2. Run npm install
3. Run npm run build