Custom Analytics Plugin
The Custom Analytics Plugin automatically tracks page views and time spent by users. No additional configuration is required once the plugin is activated.
by Your Name · github.com/mrpilu/custom-analytics-plugin-of-wordpress
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mrpilu/custom-analytics-plugin-of-wordpress/archive/refs/heads/main.zipFrom the readme
Custom Analytics Plugin
Track user activity on your website with the Custom Analytics Plugin.
Description
The Custom Analytics Plugin allows you to track user activity on your WordPress website. It captures information such as page views, time spent on each page, and user details like IP address and browser. This information can be useful for analyzing user behavior and optimizing your website's performance.
Installation
1. Download the plugin zip file from the GitHub repository.
2. Log in to your WordPress admin dashboard.
3. Navigate to "Plugins" "Add New".
4. Click on the "Upload Plugin" button.
5. Choose the plugin zip file and click "Install Now".
6. After installation, click on the "Activate Plugin" button.
Usage
The Custom Analytics Plugin automatically tracks page views and time spent by users. No additional configuration is required once the plugin is activated.
Database Table
The plugin creates a custom database table to store the tracked data. On plugin activation, the table is automatically created with the following structure:
- id: INT(11) - The unique identifier for each record.
- pageurl: VARCHAR(255) - The URL of the visited page.
- starttime: BIGINT(20)