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-28 20:10:08 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-28 20:10:08 +0400
commite46fd0109ca16eb1e59e261bd9acb22bd104f392 (patch)
tree1af428e18e1433525c0eb53351791877250d7104 /misc/internal-docs
parentcefc83a5ed6078bcdcea3a0c47fa4dcf435ea11f (diff)
refs #4996 track internal and external interactions (on click), also offer some APIs to manually track impressions and interactions (we might remove them later again, to be discussed)
Diffstat (limited to 'misc/internal-docs')
-rw-r--r--misc/internal-docs/content-tracking.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index ba355ba280..a39cf4ff01 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -129,6 +129,7 @@ Before ignoring content or setting content-name to "Unknown", maybe it would be
(But I'm not pushing this since it's not that important, if you think it's better to have only clear attribute names then I'm OK with it... As long as we document things clearly then it will be fine for users)
TODO document how we find contentPieceNode, contentTargetNode,...
+
### New proposed way of finding content target
* Search for any `data-content-interaction` attribute with a value in the content (`.piwikTrackContent` and children)
* search for `href` attribute in element with attribute `data-content-interaction` (if attribute has no value)