@@ -429,15 +429,12 @@ 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 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
* Run JS tests in ff3, ie7, ie8, ie9, ie11, android, iphone, ms phone
* Write UI test
* Show images on hover in report
* 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
* 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
array(true,'eXamPle.com',array('http://piwik.org','http://www.exaMple.com','http://exaMple.com')),// multiple urls one or more are valid but not first one
array(true,'example.com',array('http://example.com/test')),// url with path but correct host
array(true,'example.com',array('http://www.example.com')),// subdomains are allowed
array(false,'example.com',array('http://wwwexample.com')),// it should not be possible to create a similar host and make redirects work again. we allow only subdomains