Giter Site home page Giter Site logo

Comments (11)

zawadzinski avatar zawadzinski commented on April 28, 2024

Attachment: latest piwik patch
[piwik.patch](http://issues.piwik.org/attachments/5460/piwik.patch)

from matomo.

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

I believe Download Tracking should be implemented server side. If outbound link tracking is enabled then you can process the URLs later for file extensions or custom mask,s such as ‘/download.php?file_id=’.

I believe I can have a prototype for outbound link tracking early in February.

from matomo.

mattab avatar mattab commented on April 28, 2024

Eli-D we want to add this feature on client side using automatic javascript link tracking.

from matomo.

mattab avatar mattab commented on April 28, 2024

(In 361) – deleting useless zend lib
- fix redirect bug in download/outlink tracking refs #5460

from matomo.

mattab avatar mattab commented on April 28, 2024

(In 366) – refs #5460: removed slash at the beginning of URL. Changed table output now output to datatable instead of dataTable_actions and also includes link to outlink

from matomo.

zawadzinski avatar zawadzinski commented on April 28, 2024

patch submitted:

changed piwik.js so you can override/define in javascript code:

piwik_install_tracker = 1 | 0
piwik_tracker_pause = (time in ms)
piwik_download_extensions = "jpg|png … ";
piwik_hosts_alias = [ “hostname1.com”, “hostname2.com”, … ];
(window.location is added to this array)

you can specify link classes:

piwik_ignore – do not track this link
piwik_download – this link is download
piwik_link – this link is outlink (even if it is from this host/host aliases)

and solved the bug with:
- relative URLs
- tracking image links

(patch attached)

from matomo.

mattab avatar mattab commented on April 28, 2024

(In 371) – refs #5460 updated test cases, updated function to test if an url looks like an URL in order to support ftp:// news:// etc.

from matomo.

mattab avatar mattab commented on April 28, 2024

(In 374) – refs #5460 one more test

from matomo.

mattab avatar mattab commented on April 28, 2024

(In 375) – refs #5460 added test with link text being image

from matomo.

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

(In 386) Commited some very good patch by Maciej Zawadzi?\197?\132ski :
-fix #5526, #112 : Admin index and menu
-fix #5508 : nice login screen
-fix #5525 : nice plugin admin management,
-fix #5460 : outlink/download tracking, solves bugs and adds some options

+Some code cleanup regarding new coding standard

from matomo.

mattab avatar mattab commented on April 28, 2024

(In 423) – changed default timeout to 500 refs #5460
- fix #5583 and added new test case
- added new configuration value Default date to load in piwik interface

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.