Plugin info

Total downloads: 945
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 3/1/2024 (670 days ago)
Added to WordPress: 1/28/2023 (2 years old)
Minimum WordPress version: f
Tested up to WordPress version: 6.4.7
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 670 days ago

26/100

Is First Party Analytics abandoned?

Possibly abandoned (last update 670 days ago).

Compatibility

Requires WordPress: f
Tested up to: 6.4.7
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Botslovers Integration
Rating 0.0/5 (0 reviews)Active installs 0
WooCommerce Blocks
Rating 2.5/5 (91 reviews)Active installs 80,000
EAN Barcode Generator for WooCommerce: UPC, ISBN & GTIN Inventory
Rating 4.9/5 (55 reviews)Active installs 10,000
Custom Order Status for WooCommerce
Rating 3.3/5 (31 reviews)Active installs 10,000
Customer Email Verification for WooCommerce
Rating 4.8/5 (47 reviews)Active installs 8,000
Product Visibility by User Role for WooCommerce
Rating 3.7/5 (20 reviews)Active installs 7,000

Description

This is a plugin for tracking of user website page visits. Similar to Google Analytics. Contains many different types of tracking.

Shows about 40 graphs and tables in total. Tracks about 50 data parts (visits count, user-agents, visited links, web-vitals, etc).

Types of tracking

  • General
  • Times
  • Interaction capabilities
  • Sessions
  • Pages
  • Screen Sizes
  • Languages
  • Countries
  • Searches
  • Visited links
  • User-Agents
  • Referrers
  • Sources
  • Performance
  • Misc

Bug reports / Questions / Suggestions

[email protected]

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. "General" tab.

    "General" tab.

  2. "Times" tab.

    "Times" tab.

  3. "Interaction capabilities" tab.

    "Interaction capabilities" tab.

  4. "Sessions" tab.

    "Sessions" tab.

  5. "Pages" tab.

    "Pages" tab.

  6. "Screen Sizes" tab.

    "Screen Sizes" tab.

  7. "Languages" tab.

    "Languages" tab.

  8. "Countries" tab.

    "Countries" tab.

  9. "Searches" tab.

    "Searches" tab.

  10. "Visited links" tab.

    "Visited links" tab.

  11. "User-Agents" tab.

    "User-Agents" tab.

  12. "Referrers" tab.

    "Referrers" tab.

  13. "Sources" tab.

    "Sources" tab.

  14. "Performance" tab.

    "Performance" tab.

  15. "Misc" tab.

    "Misc" tab.

  16. Page edit panel.

    Page edit panel.

  17. Settings - General Settings.

    Settings - General Settings.

  18. Settings - Exclude by Cookie.

    Settings - Exclude by Cookie.

  19. Settings - Exclude by IP.

    Settings - Exclude by IP.

  20. Settings - Cache.

    Settings - Cache.

Changelog

1.2.20 2023-03-01

Bugfixes

  • Change catalog_viewed_products from ‘saffy-placeholder-post’ to ‘speedsearch-placeholder-post’.
  • Fix the products viewed in catalog tracking logic (to not add duplicates, or the products that are already being tracked).
  • Fix the POST requests storm (add a rate limit).
  • Fix Undefined array key error (in many places).

1.2.19 2023-09-12

Enhancements

  • Improved client-side filtering of “number” input fields (only digits are allowed now).

1.2.18 2023-09-09

Enhancements

  • Use wp_options table instead of cache for the lock of migrations.
  • Change visitor_id table column type from VARCHAR(255) to DECIMAL(20,0).
  • Add a support for standard events collection (sessions trace for the Premium plugin).
  • Add a support for plugin data CSV export.

Bugfixes

  • Fix missing public suffix.
  • Fix get_domain_data() call.

1.2.6 2023-07-18

Enhancements

  • Set min PHP version to 7.4.

1.2.4 2023-07-16

Enhancements

  • Add a notice when the plugin is being updated instead of blocking the whole logic.

1.2.3 2023-07-12

Bugfixes

  • Make the plugin to work with cache.

1.2.0 2023-06-12

Enhancements

  • Load FE scripts async.

1.1.49 2023-06-10

Bugfixes

  • Delete wp_date() from standalone script.

1.1.48 2023-05-23

Enhancements

  • Use beacon flexibly: for all requests when they are below the size of the beacon limit.

1.1.45 2023-05-15

Bugfixes

  • Bundle prebid-ads.js and analytics.js.

1.1.44 2023-05-14

Bugfixes

  • Write data in WP-localized date format.

1.1.43 2023-05-08

Bugfixes

  • MU-plugin fixed.
  • Many minor fixes.

1.0.96 2023-02-27

Bugfixes

  • Visitor details unique key fix (now is based on key + value, previosuly was just on key).
  • Save visitor details only when they are present (i.e. no “empty” write for BE-only request – as it writes only once due to is_unique).
  • Use post_id (when available) instead of post_url for marking/detecting unique visits – less false positives (for uniqueness detection).

1.0.80 2023-02-20

Enhancements

  • Support for FPAP adblock buster feature.

1.0.80 2023-02-18

Bugfixes

  • Min PHP version required downgraded to 7.2.

1.0.79 2023-02-15

Bugfixes

  • Mitigate BF cache effect on metrics.

1.0.76 2023-02-15

Bugfixes

  • Min PHP version required downgraded to 7.4.

1.0.73 2023-02-09

Enhancements

  • Added “BF (Back-Forward) cache present” collection and representation.

Bugfixes

  • Web vitals DB fix (when incremented “needs_improvement” instead of “poor” vitals).
  • Record 0 for web vital values (previosuly was considered as ” (null)) – now no string convertion is done, which helps to preserve the real original values.
  • Raw requests storage reset of requests structure change.

1.0.71 2023-01-29

Enhancements

  • Changelog added.