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-10 19:42:47 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-10 19:42:47 +0400
commitdc98df3dbe9b2d29b2b31488286aad93420f0744 (patch)
tree1850328091db077e25ccd3c24f4acb265df19cf0 /misc
parent628d8d5e75740dc299dde4a7bc0a7109a5017097 (diff)
refs #4996 fixing more tests
Diffstat (limited to 'misc')
-rw-r--r--misc/internal-docs/content-tracking.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index b58af4e8ff..f8cd093415 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -429,14 +429,13 @@ 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
-* Redirect to URL in piwik.php only if trusted host
+* Redirect to URL in piwik.php only if a known site (site table in Piwik)
* Would content impressions be tracked in overlay session?
* Overlay session should not trigger a content impression
* Test scroll event in ie9, ie10, ie11, opera
* Run JS tests in ff3, ie7, ie8, ie9, ie10, ie11, opera, android, iphone, ms phone, safari
* Write PHP tests
* Show images on hover in report
-* Write JS tests for interaction click event listener
* Better position #contenttest in JS tests to make isNodeVisible work on all platforms
* makeNodesUnique should return same result on all browsers. It does currently but different order which is no problem at all but makes test work in all browsers
* 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