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:
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)