Index: trunk/extensions/ClickTracking/README |
— | — | @@ -5,6 +5,9 @@ |
6 | 6 | |
7 | 7 | # Example LocalSettings.php additions |
8 | 8 | |
| 9 | +# to track a dynamic action, be sure that $j.trackAction("something to identify action") is called in JS |
| 10 | +# to track an action that has state information associated with it, fire $j.trackActionWithInfo("action", "state information"); |
| 11 | + |
9 | 12 | require_once("$IP/extensions/UsabilityInitiative/ClickTracking/ClickTracking.php"); |
10 | 13 | // Track 1 in every 10 clicks; set to 1 to track all clicks, -1 to disable |
11 | 14 | $wgClickTrackThrottle = 10; |
\ No newline at end of file |