Jason Crouse
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Opt-out Message vs. HTML CacheHi Frank,
we are going to release an update sometime this week. If you want to test it in advance, it’s already available on our github repository at
https://github.com/slimstat/wp-slimstat
Cheers,
JasonForum: Plugins
In reply to: [SlimStat Analytics] HTTPS for the www.jsdelivr.comHi,
Slimstat will use WP’s is_ssl() function to determine what protocol to use:
$schema = is_ssl() ? 'https' : 'http';So, it looks like yor WordPress is not fully aware that pages are being served over a secure protocol.
Forum: Plugins
In reply to: [SlimStat Analytics] GDPR opt-out page instead of overlay msgWe’ve used this one on the past, for some clients of ours:
https://wordpress.org/plugins/ginger/
Not sure if it does what you need, though.
Forum: Plugins
In reply to: [SlimStat Analytics] GDPR issuesThat might depend on your GDPR settings for Slimstat. Do you have any “third-party opt-in” cookies setup?
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat optin cookieTerrific! Thank you for sharing this solution.
Forum: Plugins
In reply to: [SlimStat Analytics] GDPR issuesHi Peter,
it looks like you have a caching plugin enabled. We are working on fixing this issue. If you want to test the new version, you can download it already from our github repository.
Forum: Plugins
In reply to: [SlimStat Analytics] Is this a known slimstat php file?Hi,
that doesn’t look like our code, so you may want to scan your website for vulnerabilities or possible XSS attacks. Someone planted that code to look for other stuff on your server.
Forum: Plugins
In reply to: [SlimStat Analytics] GDPR opt-out page instead of overlay msgHi,
Slimstat allows you to use any third-party tools that implement that feature by setting their own cookie to remember what the user chose to do. You can then deactivate the opt-out feature offered by Slimstat and rely on the other one. There are a few plugins that implement this functionality, already.
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat optin cookieHi Richard,
Slimstat can read “plain text” cookies for this purpose, but not more complex structures. In that case, you may want to develop your own custom add-on, that scans your visitors’ using the specific format used by the other plugin, and then tells Slimstat if this pageview should be tracked or not. Please contact us at http://support.wp-slimstat.com if you would like us to assist you in developing this custom functionality (for a fee).
Forum: Plugins
In reply to: [SlimStat Analytics] Opt-out Message vs. HTML CacheHi, would you be available to test the new version, which implements this feature?
Forum: Plugins
In reply to: [SlimStat Analytics] SlimStat User Overview add on and GDPRThis is only done for performance purposes. If it’s local, your web server will need to handle more traffic, to serve the page AND the tracker. However, if that’s not an issue for you, then you can change this behavior in the settings, and have the script loaded from your own server.
Forum: Plugins
In reply to: [SlimStat Analytics] Cookie purposesHi Anna,
while I don’t know what the redux_blast cookie is for (it’s not set by our plugin), the cookie
slimstat_tracking_codeis used to track visitors’ sessions on your website across multiple IPs or page views. The value is a session ID uniquely associated to each session. We implement the Google Analytics definition of session, and you can find more information about it here:https://support.google.com/analytics/answer/2731565?hl=en
I hope this helps.
Forum: Plugins
In reply to: [SlimStat Analytics] Code that could turn Slimstat on or offLike I said, you can configure Slimstat to use another plugin’s cookie 🙂 Not sure if other plugins are capable of doing the same, though.
Forum: Plugins
In reply to: [SlimStat Analytics] MultisitesHi,
please make sure you’re using our Network Settings add-on, which will allow you to determine what WordPress capability is needed at the blog level to access the reports.
Forum: Plugins
In reply to: [SlimStat Analytics] Code that could turn Slimstat on or offHi,
This feature is indeed available starting with Slimstat 4.7.8. You can either use the built-in opt-in feature, which will allow users to accept or decline tracking, or you can configure it to use a third-party cookie to determine if a given user should be tracked or not. Is this what you have in mind?