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
path: root/misc
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-05 13:42:51 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-05 13:42:51 +0400
commit96ed663d643b55b2f6fa86777d58e25e53eb3fce (patch)
tree7e3bea0542b9c66a1732b8c63e79363c2720dd39 /misc
parente89de039de65e9bc8c92b738fd73ed3cf3fac371 (diff)
refs #4996 a lot of new tests and bugfixes, also some code improvements
Diffstat (limited to 'misc')
-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 92ab8b3c23..a61fbe98f8 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -62,6 +62,7 @@ If we do not find any specific content piece element, we will use the content bl
* The simplest scenario is to provide an HTML attribute `data-content-piece="foo"` including a value anywhere within the content block or in the content block element itself.
* If there is no such attribute we will check whether the content piece element is a media (audio, video, image) and we will try to detect the URL to the media automatically. For instance using the `src` attribute.
+ * In case of video and audio elements, when there are multiple sources defined, we will choose the URL of the first source
* If we haven't found anything we will fall back to use the value "Unknown". In such a case you should set the attribute `data-content-piece` telling us explicitly what the content is.
Examples: