We are looking to generate reports on individual visitors, which will include their IP addresses and details of their activities while on the website.
]]>Hi Support,
I run a large WordPress Multisite and was wondering if you’d considered creating an all inclusive network interface that would monitor all sites in one location which would be the network menu.
Louie
Is it possible track the pages (URI’s) and the tags on those pages per user?
we woud like to be able to export all teh users (emails) of people who visited posts that had a certain Tag on it, or export all users that viewed a particular post on our site. possible to do that with this plugin?
]]>Hi, can i track time spent during student lesson?
]]>Upgraded from 4.0.8 to 4.0.9 for the security patch and after the update the table displaying results in the “Activity Log” tab is not forming properly, the “Post Table” display outside of the table on the right. It seems the first <td> is being forces to 100% with of the table causing this. I tested this is both Firefox and Chrome with the same result.
]]>When this plugin is activated, WordPress will show that there are more plugin updates than what appear when viewing the Plugins page; however, when you deactivate this plugin, you can properly see the other plugins that need updating on the plugins page on WP.
How can this be fixed?
]]>Hi! I just noticed the plugin is not logging visits to the homepage, either main homepage or subdomain homepages. It was working in the past because I see old visits recorded in the history, but new ones are being ignored.
]]>After installing in a multisite website, and activating independently for several subdomains, the plugin is not showing any logs for any of those subdomains. It only shows a log for the main domain. The subdomains show a “No logs were found” message.
]]>The IP addresses are not showing up in the visits log since last update. Every entry just says the following:
User Email?N/A Username?N/A Display Name?N/A Visit Duration?0
]]>Hi
It has been affecting other plug-ins since the 4.x version band update.
The affected plug-in is “visitors-traffic-real-time-statistics”
The information about the visotor is not output.
If the other plug-in is successful, the following connection information will be displayed:
Currently, this information is not output after an update to the “Activity Tracking and Log” plug-in.
thanks
]]>Hi
Can you add a time zone function?
It seems that time is only available in UTC now.
Thanks
]]>I found my site (which happens to be on PHP 7.2.x still for other reasons) was giving me a fatal error of:
Parse error:
syntax error, unexpected ')'
in /wp-content/plugins/user-activity-tracking-and-log/class-moove-activity-options.php
on line 107
This plugin currently doesn’t have its PHP version requirement listed in the plugin details so my site was just freely able to update automatically where it then had code that didn’t work well with particular PHP versions (subsequently bringing the entire site down in the process.)
Thankfully, this is a quick & straightforward fix (with 1 code change to fix the issue & 1 other thing to help prevent this in the future.)
The cause of the error for the PHP version is:
add_submenu_page(
'moove-activity-log',
$plugin_tab['title'],
'<span class="uat-menu-item uat-menu-item-' . $plugin_tab['category'] . ' ' . ( $curren$ $permission,
$plugin_link . '&tab=' . $plugin_tab['slug'] . '&sm=' . $plugin_tab['category'],
);
in /wp-content/plugins/user-activity-tracking-and-log/class-moove-activity-options.php
around line 107
.
You can see how there’s a trailing comma at the end of the function parameters. It’s totally unnecessary & isn’t doing anything other than adding a comma that doesn’t need to be there while it then causes server errors for certain PHP versions (they’re okay with a comma at the end of something like an array [while still a bit unnecessary… it doesn’t break anything], but doing the same with function attributes was made to throw an error for some PHP versions.)
Simply deleting that one comma at the end of the function parameters to make that code become:
add_submenu_page(
'moove-activity-log',
$plugin_tab['title'],
'<span class="uat-menu-item uat-menu-item-' . $plugin_tab['category'] . ' ' . ( $curren$ $permission,
$plugin_link . '&tab=' . $plugin_tab['slug'] . '&sm=' . $plugin_tab['category']
);
fixes the issue (at least the site-wide error) where it, thankfully, doesn’t appear to be present in other files.
As such, I’d recommend patching this sooner than later since the fix is super straightforward (remove a comma that isn’t doing anything other than breaking some sites) which hopefully is patched before others with a similar setup find that updating this plugin to this current version causes a site-wide error then requiring them to delete the plugin files or patching their code manually to bring it back.
Also, it’s probably worth adding the PHP version requirement in the plugin’s info (which was added as something plugins could/should do years ago per https://make.www.ads-software.com/plugins/2017/08/29/minimum-php-version-requirement/.) That way, one can work on & maintain the plugin while expecting something like PHP 7.4+ while sites on older PHP simply keep the last version of the plugin that was confirmed as working for that PHP version while they can resume future plugin updates after they’ve updated their PHP which should be done at some point anyway (reducing the need to test against a ton of PHP versions that really should be phased out at a certain point during plugin development/updates & also helps make sure users of the plugin don’t find their site breaking due to a plugin update that doesn’t play nice with their PHP version.)
I might suggest doing a hotfix where the current version 4.0.0 of this plugin is silently updated to mention the PHP 7.3+ (or whatever) PHP version requirement so sites on older PHP will never update to this version that had code with this requirement. Meanwhile, 4.0.1 can then be rolled out that doesn’t have the problematic comma being used while still then having the PHP version requirement (possibly PHP 7.2+, or even lower, at that point since the compatibility issue has been resolved) while it then sets the PHP version requirement convention to then be changed to a newer version if/when needed in future releases. Though it might be fine with just the 4.0.1 fix where it’s fixed & has the PHP version requirement convention set and everyone just moves on from 4.0.0 (as long as the PHP version requirement isn’t higher than 7.2 since having this release require a higher version of PHP leaves people with that version having their site still wanting 4.0.0 where the issue was & then being unable to get the patched 4.0.1 plugin update [effectively making it so they’d be stuck with this plugin ending on a broken version for them.])
]]>Is there any way I can export every log from the custom triggers section? The “export csv” button only gives me the ones that are displayed in the table above.
Thank you kindly.
Hi
Since this morning, records of non-logged-in users other than admin users who suddenly logged in are not being tracked.
Please guide me on where to look
Other plugins that count visitors with additional information will also not count correctly.
Thanks
]]>I have a pdf download. how do i set up event tracking?
]]>Hi,
Just wondering if you can customise what gets saved in the logs on the Pro version?
We don’t want to save any personally identifiable data (username, email etc) because of GDPR implications. But each user has a custom Organisation field, and we want to log how many times users from the various organisations have triggered an event.
Is it possible to customise the fields that get logged?
Thanks.
]]>Hello, I have tried the free version but in the “Activity Log” -> “All logs” I do not see the visits to the entries, only to the pages. Is it because of the free version that I can only see the pages and not the posts? Greetings
]]>We are using WordPress as a headless CMS and the content is delivered via API endpoints. Does your plugin monitor API calls and usage?
]]>Hi,
When using the plugin on PHP 8.0 it generates Deprecated notices which are annoying during development when error reporting is necessary. Any chance you could have a look at it?
Deprecated: Required parameter $type follows optional parameter $license_key in wp-content/plugins/user-activity-tracking-and-log/controllers/class-moove-uat-license-manager.php on line 36
Deprecated: Required parameter $action follows optional parameter $license_key in wp-content/plugins/user-activity-tracking-and-log/controllers/class-moove-uat-license-manager.php on line 36
Deprecated: Required parameter $action follows optional parameter $default in wp-content/plugins/user-activity-tracking-and-log/controllers/class-moove-uat-updater.php on line 197
Deprecated: Required parameter $args follows optional parameter $default in wp-content/plugins/user-activity-tracking-and-log/controllers/class-moove-uat-updater.php on line 197
Cheers
]]>Looks good plugin but able to hold log upto 2weeks.
As all data store on website, so I think it should remove cap for 2 week.
Pro version selling is good idea and necessary for survival but basic requirement should free.
more free user will bring paid user. I think, installed but no use as only 2 week data and no export option.
Take it as feedback.
Thanks.
Hello there,
I have a problem when I access the event tracking section to download the csv I get the following DataTables warning error: table id = uat_et_log_table – Ajax error. For more information about this error, please see https://datatables.net/tn/7 What should I do?
Thank you so much
]]>Hello and thank you for using our plugin.
We’re putting a lot of effort into improving the plugin and every month we release new updates.
We would love some help from the community with translating the plugin into different languages so that it is accessible to even more people.
You can see our translation progress here.
We would highly appreciate your help with the following:
A) Translations
Help others by contributing translations in your local language.
You can read more about how to contribute in the Translators Handbook.
B) Approval
As we cannot approve your translations ourselves, it is very important to follow up with the official translation editors on the WordPress Translators Slack channel and ask them to approve the submitted translations.
Here is a quick video that shows how to find the official www.ads-software.com translator for your language: https://vimeo.com/426916746
As a thank you for your time & energy, if you manage to get a new language approved by the official WordPress translators, we’re happy to give you a premium add-on licence for free as a huge thank you for your kind contribution.
Thank you very much for your help and contributions, we really appreciate it!
]]>We’re looking at reporting tools for a WCAG 2.1 compliant back end (https://www.w3.org/TR/WCAG21/) – is this plugin compliant please?
]]>Hello users,
Thank you for using our plugin.
We have an official support forum for all users here:
https://support.mooveagency.com/forum/user-activity-tracking-and-log/
We encourage you to post your questions and problems there so that our friendly support team can get back to you as soon as possible.
Tutorial videos
We have also created the following tutorial videos to give you a quick overview of all of the powerful plugin features:
Event Triggers Video Tutorial
Thanks
Moove Agency
Hi,
We have encountered a problem where event triggers (click element, click target) are not working for elements that are inside an Oxygen Builder Modal Element. Nothing is being logged after clicking the hyperlink whether we set a trigger based on its class, id, or target.
Hi,
Can we integrate Google Analytics tracking with the “User Activity Tracking and Log” plugin together? If yes then please share the process.
I’m hoping to find a plugin that will allow me to track user engagement (percentage of video watched) on video.js videos hosted on a CDN. Ideally these logs could be displayed within a dashboard available to a “teacher” custom role to be able to observe the amount of video viewed by “student” custom role users.
]]>When a subscriber is logged in and has the basic admin bar, your plugin is broadcasting itself on the backend.
https://snipboard.io/RoL8JT.jpg
Granted, they can’t view anything due to “sufficient privileges”, but it seems like this should be hidden for subscribers, no? Or did you just leave this in to act as a nag to upsell?
Thanks
]]>Hi
Version 3.1.0 is faster than 3.0.9.
But it’s still unnaturally slower than 3.0.8.
What has changed internally?
In terms of use, I do not know the difference between 3.0.8 and 3.1.0, but there is a difference in speed in loading.
The loading speed of 3.1.0 needs to be improved.
Thanks
]]>The plugin is not loading since last update. I can’t open it.
]]>