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-19 11:05:52 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-19 11:05:52 +0400
commitac9bf4d98b652dc8f746f632077085cbe521139e (patch)
tree772c30e58eb6078fc42c90ee4c88632decd3e8e5 /misc/internal-docs/content-tracking.md
parentb44138f01d6047bb7d8a9fa68761ded65a53033a (diff)
refs #4996 some more tests
Diffstat (limited to 'misc/internal-docs/content-tracking.md')
-rw-r--r--misc/internal-docs/content-tracking.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index 503252dbb8..3eed70c4a7 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -438,12 +438,17 @@ Nothing special here I think. We would probably automatically detect the type of
* When we listen to scroll events we currently do not detect if user scrolls the entire page, not if within a div
* We need to check all parent elements of a content block whether it is scrollable and if so connect an event to this
* We could have in V2 or V3 an attribute data-content-interaction="submit" to tell Piwik to listen to the submit event and to use "submit" as an interaction
-* Provide more reports like which interactions, which targets, and more possible
+* Provide more reports like which interactions, which targets, unique impressions, unique interactions and more is possible
* Do not track the same interaction twice unless trackPageView is called?
* For instance if target=_blank used interaction would be tracked multiple times currently
* Alternatively provide "interactions" and "unique interactions"
* 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
+* Enrich other API's
+ * Live.getLastVisitDetails maybe add optionally an array of content impressions / interactions but not to actionDetails
+ * Add number of content impressions and interaction to each page in getPageUrl(s)
+ * Add number of total content impresions and interactions to visitor
+ * ...
## Open questions