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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-14 19:38:11 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-14 19:38:11 +0400
commitb77da57fc5f596ef3e5eaea206f919b22002990f (patch)
treea40a1fe122e5c3fbe18832c5a98b7bf5e5296f46 /misc/internal-docs
parent5477eb9404a5fe35d8804e9b4d300294c9c1d4b5 (diff)
refs #4996 in case we are in an overlay session we should not track. Check could be maybe moved to trackCallback in general?
Diffstat (limited to 'misc/internal-docs')
-rw-r--r--misc/internal-docs/content-tracking.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index f09a237aa1..37cadc0005 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -429,8 +429,6 @@ 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
-* Would content impressions be tracked in overlay session?
- * Overlay session should not trigger a content impression
* 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