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-08-22 12:18:16 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-22 12:18:16 +0400
commit101ea2554ac9ccf9ef9bd45c4361398d2d738f07 (patch)
treef6d4ebab33def092adedae09e8981cb6646b1a50 /misc/internal-docs/content-tracking.md
parent1236b19f5640d0bfab931fb5ca28a8c1d5e6ccc2 (diff)
parente4c780d4c43d7aa4e5eaf0898add81f1ae375b36 (diff)
Merge branch '4996_content_tracking' of github.com:piwik/piwik into 4996_content_tracking
Diffstat (limited to 'misc/internal-docs/content-tracking.md')
-rw-r--r--misc/internal-docs/content-tracking.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index fb11ac732d..a350bf4d05 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -3,15 +3,15 @@
This is the technical concept for implementing content tracking. We won't plan anything to death but a little bit of thinking upfront makes sense :) Feel free to contribute and let us know if you have any objections! If your thoughts are not technical please comment on the actual issue [#4996](#4996).
## Naming
-* Plugin name: Content
+* Plugin name: Contents
* Content name - The name of the content visible in reports
* Content piece - eg a video file, image file, text, ...
-* Content target - a clicked url, a started video, any "conversion"...
+* Content target - a clicked url, a started video, any "conversion" to be a bit more generic?
## Further Questions
-1. Can the same piece have different names / targets? Can the same content name have different targets? How are they presented?
-2. Are we always assuming the "conversion" or "target URL" is caused by a click or can it be a hover or drag/drop, ...?
-3. Would a piece of content have maybe custom variables etc?
+1. Can the same piece have different names / targets? Can the same content name have different targets?
+2. Are we always assuming the "conversion" or "target URL" is caused by a click or can it be a hover or drag/drop, ...? For a general solution we might want to assume it can be anything?
+3. Would a piece of content - such as a banner - have maybe custom variables etc?
4. How do we present the data in a report? Similar to events with second dimensions? Probably depends on 1)
## Tagging of the content piece declarative
@@ -47,4 +47,4 @@ Of course everything goes kinda in parallel:
* Make tracking of impressions work
* Make a report work
* Make tracking the clicks work
-* Piwik.js and tagging of the content of pieces \ No newline at end of file
+* Piwik.js and tagging of the content of pieces