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-02 12:54:09 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-02 12:54:09 +0400
commite58a92d2512f7054c328f0e4370405d7bc0a17e8 (patch)
treebddf0f92be05766da07b4f312e4f04d8246a1a42 /misc/internal-docs/content-tracking.md
parent4d184bb5e870e7823526c9d60b2971b682278d6e (diff)
refs #4996 some tweaks for Piwik Mobile. Makes subtables work etc
Diffstat (limited to 'misc/internal-docs/content-tracking.md')
-rw-r--r--misc/internal-docs/content-tracking.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index 9fab2d9175..97d346869b 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -23,6 +23,9 @@ This is the technical concept for implementing content tracking. We won't plan a
* note to myself: They should be able to parse a node that we parse for all content as you maybe wanna parse only the replaced ajax content. maybe v2
* index.php, /foo/bar --> will be directly replaced by piwik.php in case clickNode (element having clickAttribute/Class) is an "A" element
* Need to think about possible XSS. If an attacker can set href attributes on that website and we replace attribute based on that but should be ok ...
+* "note: as a user, I see that piwik.php redirects is the default "click tracking" solution, but I want to be able to disable this piwik.php redirect and instead use the link tracking 500ms solution."
+ * You said this is V2 right?
+* FYI: Piwik Mobile displays currently only one metric, so people won't see impressions and number of interactions or ratio next to each other
## Answered Questions
1. Can the same content piece have different names / targets? Can the same content name have different targets/pieces?