Giter Site home page Giter Site logo

Comments (13)

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Attachment: much cleaner version, less hardcoded, delete cookie if no site is excluded from tracking, user is sent back to dashboard (renamed widget, delete and add new!)
BlockingCookie.php

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Attachment:
BlockingCookie-0.3.tar.gz

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

I would like that feature too.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

Patch for review (submitted to [Piwik-hackers] by Christoph Moseler).

http://lists.piwik.org/pipermail/piwik-hackers/2008-December/000548.html

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

I created a plugin that could allow anybody to opt out of being tracked. It works, but I need help for creating a nice widget and/or API that allows users to do so.

Current state:
Adds a widget (Special > Blocking Cookie) with a short message and a link to toggle tracking, clicking that link enables/disables tracking but doesn't take you back to the dashboard.

I thought of a link (button) to click which then replaces the widget content with the updated status message and a new link, but my jQuery code didn't work was I wanted.

from matomo.

mattab avatar mattab commented on April 28, 2024

I had a quick look at plugin;

Feedback:

  • html could be extracted in templates
  • code to create the cookie should be in an API.
    • instead of building your URLs manually, you can reuse Piwik_Url::getCurrentQueryStringWithParametersModified( $params )
  • security: creating the cookie should only be available for users with a "view" access and that are logged in.

Also ideally we would like to add this feature in the admin section of the website, with a link to create a special cookie to be excluded from all websites in this Piwik.

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

it has grown a little bit :) -> v0.3

  • API to exclude from one or all sites (includes sites that are not yet created)
  • API to check if excluded from one or all sites
  • uses a little template for the widget
  • API checks if user has view access for the site he wants to set the cookie for
    • Please check that, it seems to work but I'm unexperienced which checks Piwik does anyways. My second test user was not able to use a modified link but I didn't see any error message because of my redirect.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

Unless there are reasonable use cases where someone might want to deactivate the SitesManager, I've moved #554 to the same milestone as it would be a logical extension to integrate the per-site exclusion UI into the SitesManager UI.

from matomo.

mattab avatar mattab commented on April 28, 2024

Note: cookie exclusion will not be possible "per website"; there will be a global cookie that would disallow tracking for all websites in the Piwik installs. we already have problems with the number of cookies (see #409). We could have a cookie that contain all website IDs to exclude, but this would not work and cause errors when the Piwik contains dozens/hundreds of websites (which is a more and more common use case that we def want to handle gracefully)

For finer grain control over which users are excluded from which websites, the IP exclusion would be the proper solution to use.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

black silence: please advise if you're able to make Matt's proposed changes for the upcoming release. Your help is appreciated.

from matomo.

mattab avatar mattab commented on April 28, 2024

I'll do it at the same time as #43

from matomo.

mattab avatar mattab commented on April 28, 2024

(In [2142]) Fixes #5462 Adding cookie exclude feature in the user settings page; will exclude visits from all websites tracked in the Piwik instance.

from matomo.

mattab avatar mattab commented on April 28, 2024

(In [2143]) Refs #5462 anonymous user can't set the cookie (csrf protection)

from matomo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.