Press "Enter" to skip to content
🎉 Tuesday, July 21st: New Real-Time Analytics report just launched!
v2.15.0

Introducing Real-Time Analytics v2.0

July 21, 2026
Real-Time Analytics v2.0 PRO

The revamped Real-time analytics report includes new features such as live filtering, additional campaign UTM parameters, city-level data, conversions, and the ability to pause the report for deeper analysis.

Form tracking for Breakdance, Core Forms, and Superb Addons PRO

Independent Analytics Pro can now track submissions for forms created with Breakdance, Core Forms, and the Super Addons plugin.

Improved the Solo Report styles on mobile PRO

The Solo Report was difficult to read and use on mobile devices. The design has been improved to make better use of the available space and to be easier to navigate.

Raised the minimum PHP version to PHP 8

To install v2.15.0, you’ll need to use PHP 8.0.30 or later. We see that many users are still on PHP 7.4, but after waiting for 3 years since PHP 8.0’s release, it’s time to require everyone to upgrade. This allows us to fix the deprecation notices that were beginning to appear and adopt more modern programming techniques in our codebase.

Added a filter hook to exclude the analytics script on specific pages

You can now use the `iawp_user_excluded_posts` hook to pass an array of page IDs, and the analytics script will be excluded on those pages.

Added an action hook to output the analytics script anywhere

If you have a page that doesn’t call the wp_footer() function, you can now call the iawp_output_tracking_script hook to output the analytics script.

Added a known referrer for the Google Android app

Visitors who reach your site via the Google app on Android devices were being seen as coming from com.google.android.googlequicksearchbox. These stats are now attributed to “Google App (Android).”

Click tracking fixed for multi-site installs. PRO

When one sub-site processed its clicks, it would inadvertently delete any temporary click tracking data recorded by another sub-site. This prevented more than one sub-site from recording clicks.

Geographic charts were black in the PDF exports

The geographic maps have been fixed in PDF exports to include their full colors.

Stopped making DB queries when admin bar stats are disabled

Independent Analytics was still making the database queries to get the page’s view counts even when the admin bar stats were disabled.

Resolved rare race condition bug

Added preventions for an extremely uncommon race condition that could occur when tracking a view.

Retry automatic data deletion when it fails

The automatic data deletion now retries the database query up to three times when it fails.