CommerScope – Behavioural Analytics for Woo
Lightweight WooCommerce analytics plugin to track conversion rates, checkouts, cart abandonment, and checkout field friction diagnostics.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_commerscope_checkout_logs | A logging table that records activity, events, or audit history. | Static |
| wp_commerscope_events | Stores commerscope events data created by this plugin. | Static |
| wp_ffa_checkout_logs | A logging table that records activity, events, or audit history. | Static |
| wp_ffa_events | Stores ffa events data created by this plugin. | Static |
| wp_si_checkout_logs | A logging table that records activity, events, or audit history. | Static |
| wp_si_events | Stores si events data created by this plugin. | Static |
| wp_wc_orders | Stores order records and related transaction data. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
commerscope_allowed_urlsOption key:commerscope_cleaned_search_forms_v2Option key:commerscope_data_retention_daysOption key:commerscope_db_versionOption key:commerscope_exclude_adminsOption key:ffa_db_versionOption key:si_allowed_urlsOption key:si_data_retention_daysOption key:si_exclude_admins