-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Req: exclude page and ip address #3
Comments
@awrog so yu want a front matter setting to not process a page ? and a list of ips to exclude from analytics ? |
@francodacosta That would be great. An example for the frontmatter:
A list of ip's to exclude in the plugin page would be awsome. |
@awrog I agree it would be useful, I will implement that another thing i'm considering is to block for a certain time IP's that constantly hit 404 pages. like '/wp-login.php' |
Nice, mostly bots hoping it's WordPress ;-) |
Clickable pagetitles would also be nice (convert title attribute to href) |
@awrog can you look at https://github.com/francodacosta/grav-plugin-page-stats/releases/tag/1.1.0 ? should allow to exclude ips (either by ip or regular expression) and exclude pages via front matter |
@francodacosta Simply brilliant! Also the feature to hide the unique visitors (I removed them myself ;-) ) |
@awrog have a look at I added the hability to:
|
@francodacosta Impressive, really perfect. Keep up the good work!! |
@awrog you want the url instead of the title ? |
@awrog have a look at 1.3.1 this version needs a db migration as it collects browser and os info |
A clickable title would be fine <span title="{{s.route}}"><a href="{{s.route}}">{{s.page_title}}</a></span> |
@awrog I might put a link (icon) to take you to the page. My plan for when you click the page, is to go to a detailed stats page for that page |
Nice, the url is awkward since it can be long (sometimes very long) => In the plugin page, a title is missing |
v1.5.0 all perfect now! |
@francodacosta You've been busy I see ;-) The fact that you have to click on the pagename is not very intuitive for such a great feature.
Just my two cents... |
The plugin works really well and is definitely an alternative to Google analytics.
It would add great value:
The text was updated successfully, but these errors were encountered: