Ticket #739 (closed New feature: fixed)
piwik.js enhancements
| Reported by: | vipsoft | Owned by: | vipsoft |
|---|---|---|---|
| Priority: | normal | Milestone: | Piwik 1.2 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description (last modified by vipsoft) (diff)
With the JavaScript tracking API in #355 completed, we can turn our attention to some internals:
optional file:// and framebustersend heart beat (or ping) when view duration reached on a page (e.g., 30 seconds) to differentiate from a traditional bounce
On the horizon:
set a milestone for removing the deprecated legacy tracking interface (piwik_log and piwik_track)ditto for IE5 support (e.g., arguments.callee)
Deferred:
- to better support multiple trackers, install the link tracking once; not a common use case, so performance hasn't been an issue
- re-work unit tests to not depend on an eval(); we use DEBUG tags to exclude this from the minified piwik.js
- finish and document the hook (plugin) interface (see #1635); depends on use cases
Wontfix:
- serve a leaner version that uses features built into ECMAScript 5th Ed.; we need backwards compatibility to track with older browsers
- move piwik_ignore (and ignore class) filtering to the click handler; not sure this is worth doing as it depends on the number of links on the page
Change History
Note: See
TracTickets for help on using
tickets.
