Danny van Kooten
Danny van Kooten
Hello @joshuadelange, Koko Analytics doesn't offer any function to manually track a pageview right now, but I can see this being useful. This is complicated by the fact that Koko...
Hello @joshuadelange, A bit late, but after 7bd9d001175521c8549bac4287977bebe60a0a34 this function is now exposed on the global `window.koko_analytics` object. Here's an example of using it: ```js window.koko_analytics.trackPageview(0); // to track a...
Hey @khromov, Interesting! Thank you for submitting this as a PR. I wonder, does Koko Analytics function without this change and is it simply the optimized tracking endpoint that does...
While not supported from within the settings interface of the plugin just yet, after 132bd544e4d618cada65adf0b1904fe72f531842 you can now do this using a filter hook: ```php add_filter( 'koko_analytics_load_tracking_script', function() { $ip_address...
Hello @optimist-law, I am not sure yet. I'd like to keep the settings relatively simple and avoid any settings that would only be used by less than 20% of the...
I'd like to be able to do this eventually but it is not easy to do right now, as the plugin references pages and posts by their post ID (for...
👍 Love the idea, I'll take a stab at it.
So after some more thinking, there are two possible option for each referrer URL coming in. ### 1. Multiple URL's with the same meaning In case of google.com/search, bing.com/search and...
Awesome @danielrunvegan, that is super helpful indeed! Thank you so much.
Hey @bhadaway, This is a great idea and obviously one I've mulled over at times. It actually existed in the form of (the original version of) [Fathom](https://github.com/usefathom/fathom) already, which I...