Mô tả
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.
Cài đặt
- 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.
Hỏi đáp
-
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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Drona Call & Phone Click Analytics” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Drona Call & Phone Click Analytics” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
- Initial release
- AJAX phone click tracking
- Admin analytics dashboard
- Excel export functionality
- Secure coding implementation