Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-15 13:26:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-15 13:26:57 +0400
commitb03f7c82734b3a0121a7aa10128f4baa8ed5d8f9 (patch)
tree75c674210e9ada4a3635c375675694fb64eef00c /misc
parent7aa9252ed7df0113cb4232094f4670998b6e9123 (diff)
refs #4996 cache all site urls in tracker
Diffstat (limited to 'misc')
-rw-r--r--misc/internal-docs/content-tracking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index a94dcc4733..0a149013c2 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -429,11 +429,11 @@ Yes it seems most logical to create an action entry for each Content.
Nothing special here I think. We would probably automatically detect the type of content (image, video, text, sound, ...) depending on the content eg in case it ends with [.jpg, .png, .gif] it could be recognized as image content and show a banner in the report.
## TODO
-* Cache allowed site urls for redirects
* When a user clicks on an interaction, we should check whether we have already tracked the impression as the content is visible now. If not tracked before, we should track the impression as well
* There can be a scroll or timer event that detects the same content became visible as well. This would not be a problem since we do not track same content block twice
* Maybe v2
* Content piece undefined vs Unknown?
+* UI / PHP tests
* Make JS tests work if piwik is installed in a path such as localhost/piwik
## V2: