Tracking and Consent Manager – WP Full Picture
WP Full Picture is a tracking manager for WordPress and WooCommerce. It lets you install tracking tools, display a GDPR-compliant consent banner and block tracking until visitors give their consent. WP Full Picture replaces: Tracking plugins, like PixelYourSite, Pixel Manager for WooCommerce or Google Site Kit, GTM plugins, like GTM4WP, Consent Management Platforms, like CookieBot, CookieYes, Complianz and others. 🎁 WHAT’S INCLUDED 16 ready-to-use integrations with tools like Google Analytics, Google Ads, Meta Pixel, and more Built-in, pre-configured consent banner Google Consent Mode v2 and Microsoft UET Consent Mode support Google Tag Manager integration Comprehensive WooCommerce tracking …and much more 🧩 INTEGRATIONS Connect all your favorite tracking and analytics tools in minutes — no coding, no chaos. WP Full Picture comes with ready-to-use integrations that help you understand your visitors, optimize your campaigns, and grow your business — all while staying compliant. Google Analytics learn more Google Ads learn more Meta Pixel learn more Pinterest Ads tag learn more Hotjar learn more Twitter / X learn more Microsoft Advertising learn more Microsoft Clarity learn more LinkedIn Insights Tag learn more TikTok Pixel learn more Plausible Analytics learn more Matomo learn more Inspectlet learn more Crazy Egg learn more PostHog (installation only) Simple Analytics (installation only) Need something else? Install more tools with the built-in Google Tag Manager integration (advanced) or a Custom Integrations module (quick and simple). All tools installed with outhese modules work seamlessly with the built-in consent banner and consent management system — so every tool runs in full compliance. 🍪 CONSENT BANNER WP FP comes with a GDPR-compliant consent banner that just works — no setup headaches, no cookie scans, no limits. It comes with Google Consent Mode v2 and Microsoft UET Consent Mode built-in, so you can safely collect traffic insights, run ad campaigns and track conversions. The banner automatically manages all your tracking tools that you installed with WP Full Picture, ensuring your site stays compliant with privacy laws while you keep gathering valuable data. No complicated setup. No third-party cookie scanners. 👁️ ADVANCED TRACKING With WP Full Picture you can track: WooCommerce events (see below) Clicks in affiliate links, contact links, buttons and other page elements Form submissions Views of popups, ads and pricing tables Page types, categories, tags User roles and statuses and more You can track it with the tools installed with WP FP or push this data to Google Tag Manager’s dataLayer. Whatever you prefer. [PRO] With WP Full Picture Pro, you go one step further and unlock business-oriented features like: Server-side tracking with Meta CAPI and Measurement Protocol Google Tag Gateway via Cloudflare Advanced Matching / Enhanced conversions tracking Custom events builder Visitor scoring (for measuring the quality of traffic sources) Metadata tracking JavaScript error tracking and more 🛒 WOOCOMMERCE TRACKING WP Full Picture tracks all major WooCommerce events in 14 tracking tools, including Google Analytics, Google Ads, Meta Pixel, and Google Tag Manager. It tracks key actions like: Product views and list views Additions to cart Starting checkout Completed purchases Coupon usage and more Every event includes detailed product information for accurate conversion tracking and smarter ad targeting. [PRO] The Pro version adds: Status-based order tracking (for higher accuracy) Server-side tracking with Meta Capi and Measurement Protocol (to better avoid ad blockers) Enhanced conversions and advanced matching (for better conversion attribution and ad optimisation) 📈 STATISTICS IN WP ADMIN With WP Full Picture, you can embed reports with statistics from Google Looker Studio, Databox, and other BI platforms – directly in your WP admin. 💎 WP FULL PICTURE FREE vs PRO See Free vs Pro comparison Quizz: Check if Pro is for you
Top keywords
- tracking17×2.87%
- google15×2.53%
- learn14×2.36%
- wp13×2.20%
- consent12×2.03%
- full10×1.69%
- full picture9×1.52%
- picture9×1.52%
- wp full9×1.52%
- wp full picture9×1.52%
- pro7×1.18%
- tag7×1.18%
NewStatPress
NewStatPress is a new version of StatPress that was the first real-time plugin dedicated to the management of statistics about blog visits. It collects information about visitors, spiders, search keywords, feeds, browsers etc. Once the plugin NewStatPress has been activated it immediately starts to collect statistics information. Using NewStatPress you could spy your visitors while they are surfing your blog or check which are the preferred pages, posts and categories. In the Dashboard menu you will find the NewStatPress page where you could look up the statistics (overview or detailed). NewStatPress also includes a widget one can possibly add to a sidebar (or easy PHP code if you can’t use widgets!). With the new ajax/javascript usage for variables in widget, the plugin is faster for a user being visit your site even with 1GB or more of database to use! (requires the External API be enabled in NewStatPress>Options>API) IMPORTANT: all previous versions from 1.0.4 are subject to XSS and SQL injection from an old Statpress routine. You have to use at least version 1.0.6 to avoid security issue. PLEASE UPDATE always to the latest version available. Support Check at http://newstatpress.altervista.org What’s new? Simple adding index to database and changes some data fields for better database storing (from here http://www.poundbangwhack.com/2010/07/03/improve-the-performance-of-the-wordpress-plugin-statpress-and-your-blog/ where some modification comes from) Ban IP You could ban IP list from stats editing def/banips.dat file. DB Table maintenance NewStatPress can automatically delete older records to allow the insertion of newer records when limited space is present. This features is left as original StatPress but it will be replaced by the history data instead. External API External API are a way to gives the collected informations as a web service using a POST call. With it you can use (for example) your collected data of WordPress inside a Drupal site. The API must be enables by check a flag into the option (by default is disabled) and a private KEY must be entered (you can generate a random one). This KEY is for authenticate the called as a valid allowed client. Even if the API is for external usage, it will be used internally for speed up page generation using AJAX, so at some point you will need to activate it to continue to see overview and Details pages. Actually those are the available commands: Command | Parameters | Description version gives the Newstatpress version in use dashboard gives the Newstatpress dashboard overview table External API is actually used by Multi-NewStatPress (a software than manages data from multiple installation of NewStatPress in different servers). If you want to use the API you need to pass to POST those values: VAR the variable for the query (like ‘Version’) KEY the MD5 of date at minute level plus the key you enter into option (e.g in PHP: md5(gmdate(‘m-d-y H i’).key) ) PAR the parameter associated with the VAR TYP the type of result: JSON (default) of HTML into those url: your_site+”/wp-content/plugins/newstatpress/includes/api/external.php” NewStatPress Widget / NewStatPress_Print function Widget is customizable. These are the available variables: %thistotalvisits% – this page, total visits %alltotalvisits% – all page, total visits %totalpageviews% – total pages view %monthtotalpageviews% – total pages view in the month %todaytotalpageviews% – total pages view today %since% – Date of the first hit %visits% – Today visits %yvisits% – Yesterday visits %mvisits% – Month visits %wvisits% – Week visits %totalvisits% – Total visits %os% – Operative system %browser% – Browser %ip% – IP address %visitorsonline% – Counts all online visitors %usersonline% – Counts logged online visitors %toppost% – The most viewed Post %topbrowser% – The most used Browser %topos% – The most used O.S. %topsearch% – The most used search terms In widget, those are special html contropart: %br% => %ul% => * %/ul% => %li% => %/li% => Now you could add these values everywhere! NewStatPress offers a new PHP function newstatpress_print(). * i.e. newstatpress_print(“%totalvisits% total visits.”); New experimental functions: place this command [NewStatPress: xxx] every were in your WordPress blog pages and you will have the graph about the xxx function. Available functions are: * [NewStatPress: Overview] * [NewStatPress: Top days] * [NewStatPress: O.S.] * [NewStatPress: Browser] * [NewStatPress: Feeds] * [NewStatPress: Search Engine] * [NewStatPress: Search terms] * [NewStatPress: Top referrer] * [NewStatPress: Languages] * [NewStatPress: Spider] * [NewStatPress: Top Pages] * [NewStatPress: Top Days – Unique visitors] * [NewStatPress: Top Days – Pageviews] * [NewStatPress: Top IPs – Pageviews] License GPLv2 or later License URI https://www.gnu.org/licenses/gpl-2.0.html