cakephp / plugins.cakephp.org

Self-contained application that automatically tracks cakephp developer's open source code repositories, including applications and plugins
http://plugins.cakephp.org
50 stars 32 forks source link

[ANALYTICS] Add tracking to comments #59

Open josegonzalez opened 11 years ago

josegonzalez commented 11 years ago

This link should be a good guide for this, if anyone is interested in working on this.

We should just make a ga event. There are examples of this in default.ctp on line 171. Probably something like:

_gaq.push(['_trackEvent', 'comment', 'package', PACKAGE-CATEGORY, PACKAGE-ID]);

This could help us identify categories that might need more attention, or popular packages.

angelxmoreno commented 11 years ago

easy peasy, I can take care of this.