Description
Drona Call & Phone Click Analytics is a lightweight and secure WordPress plugin that automatically logs phone number clicks from tel: links on your website.
It helps you understand how many users are clicking on your phone numbers, from which pages, and from which device types (mobile or desktop).
The plugin stores click data in a custom database table and displays:
• Total phone clicks
• Today’s clicks
• Mobile clicks
• Desktop clicks
• Searchable logs
• Excel (.xls) export option
Security & Privacy:
• Uses nonce verification
• Input sanitization
• Prepared SQL statements
• Proper output escaping
• Stores IP address for analytics purposes
Note: If IP-based geolocation is enabled, the plugin may send the visitor IP address to a third-party geolocation API.
Features
✔ Automatic tracking of tel: links
✔ AJAX-based logging
✔ Secure nonce verification
✔ IP address logging
✔ Device type detection
✔ WordPress admin dashboard integration
✔ Search filter
✔ Pagination with Screen Options
✔ Excel export functionality
✔ Secure & sanitized database queries
✔ Fully GPL licensed
License
This plugin is licensed under the GPLv2 or later.
Credits
Developed by Kuldeep Kumar.
Installation
- Upload the plugin folder to the
/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to Phone Hits in the admin menu.
- Start tracking phone clicks automatically.
No additional configuration is required.
FAQ
-
How does the plugin detect phone clicks?
-
The plugin listens for clicks on links that contain the
tel:protocol and logs them using AJAX. -
Does this plugin slow down my website?
-
No. It is lightweight and uses optimized queries with proper indexing.
-
Is the plugin secure?
-
Yes. It follows WordPress security best practices.
-
Can I export the data?
-
Yes. You can export all logs in Excel (.xls) format from the admin dashboard.
-
Does it work for logged-out users?
-
Yes. It tracks both logged-in and non-logged-in users.
-
Will the data be deleted if I uninstall the plugin?
-
Yes. The custom database table is removed upon uninstall.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Drona Call & Phone Click Analytics” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Drona Call & Phone Click Analytics” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
- AJAX phone click tracking
- Admin analytics dashboard
- Excel export functionality
- Secure coding implementation