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/tests
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-11-08 05:33:00 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-11-08 05:32:59 +0300
commitee4c3087779d43cd52a4fd8f31ed9e61489b8e79 (patch)
tree83ed3bad075e51a0accd4327a501ce8cd9886370 /tests
parentd5c9010a9a3a2db3e3564f8e1b92e81215e275c5 (diff)
Adds links to online guides in reports help (#15030)
* Adds links to online guides in reports help for reports where the new onlineGuideUrl property is defined * Adds more online guide links * updates expected test files * include online guide url in report glossary API * Adjust link * Add punctuation to translation.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_flat__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_flat__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_flat__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_month.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_day.xml3
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_month.xml3
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_month.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_month.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions_Goals.getDaysToConversion_firstSite_lastN__API.getProcessedReport_day.xml1
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml11
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml40
-rw-r--r--tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml1
22 files changed, 69 insertions, 6 deletions
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_flat__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_flat__API.getProcessedReport_day.xml
index 3fa326f001..c19a197eb4 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_flat__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_flat__API.getProcessedReport_day.xml
@@ -9,6 +9,7 @@
<module>Events</module>
<action>getAction</action>
<dimension>Event Action</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventAction>Event Action</Events_EventAction>
<Events_EventName>Event Name</Events_EventName>
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_lastN__API.getProcessedReport_day.xml
index 853ac06441..21e0f6a7d3 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getAction_lastN__API.getProcessedReport_day.xml
@@ -9,6 +9,7 @@
<module>Events</module>
<action>getAction</action>
<dimension>Event Action</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventAction>Event Action</Events_EventAction>
<Events_EventName>Event Name</Events_EventName>
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_flat__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_flat__API.getProcessedReport_day.xml
index e0be406537..8daa941cd1 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_flat__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_flat__API.getProcessedReport_day.xml
@@ -9,6 +9,7 @@
<module>Events</module>
<action>getCategory</action>
<dimension>Event Category</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventCategory>Event Category</Events_EventCategory>
<Events_EventAction>Event Action</Events_EventAction>
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_lastN__API.getProcessedReport_day.xml
index c77c84ef4b..2c9318f3bd 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getCategory_lastN__API.getProcessedReport_day.xml
@@ -9,6 +9,7 @@
<module>Events</module>
<action>getCategory</action>
<dimension>Event Category</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventCategory>Event Category</Events_EventCategory>
<Events_EventAction>Event Action</Events_EventAction>
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_flat__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_flat__API.getProcessedReport_day.xml
index 8ea7eef70d..f32cfb8594 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_flat__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_flat__API.getProcessedReport_day.xml
@@ -9,6 +9,7 @@
<module>Events</module>
<action>getName</action>
<dimension>Event Name</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventName>Event Name</Events_EventName>
<Events_EventAction>Event Action</Events_EventAction>
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_lastN__API.getProcessedReport_day.xml
index 2fada86989..88680087dc 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents_Events.getName_lastN__API.getProcessedReport_day.xml
@@ -9,6 +9,7 @@
<module>Events</module>
<action>getName</action>
<dimension>Event Name</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventName>Event Name</Events_EventName>
<Events_EventAction>Event Action</Events_EventAction>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml
index 3cfa8a197f..bdb7be023f 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml
@@ -10,6 +10,7 @@
<action>getPageTitlesFollowingSiteSearch</action>
<dimension>Destination Page</dimension>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
<nb_hits>Pageviews</nb_hits>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
index 29823496db..5aa677c9d2 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageTitlesFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
@@ -10,6 +10,7 @@
<action>getPageTitlesFollowingSiteSearch</action>
<dimension>Destination Page</dimension>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
<nb_hits>Pageviews</nb_hits>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml
index 1a7ac90e71..db235f8dbb 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_day.xml
@@ -10,6 +10,7 @@
<action>getPageUrlsFollowingSiteSearch</action>
<dimension>Destination Page</dimension>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
<nb_hits>Pageviews</nb_hits>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
index 562ef3d4a8..08ceb97ae9 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getPageUrlsFollowingSiteSearch_firstSite_lastN__API.getProcessedReport_month.xml
@@ -10,6 +10,7 @@
<action>getPageUrlsFollowingSiteSearch</action>
<dimension>Destination Page</dimension>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
<nb_hits>Pageviews</nb_hits>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_day.xml
index 85c6c29538..fb7aa48a2b 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_day.xml
@@ -10,6 +10,7 @@
<action>getSiteSearchCategories</action>
<dimension>Search Category</dimension>
<documentation>This report lists the Categories that visitors selected when they made a Search on your website.&lt;br/&gt;For example, Ecommerce websites typically have a &quot;Category&quot; selector so that visitors can restrict their searches to all products in a specific Category.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
<nb_pages_per_search>Search Results pages</nb_pages_per_search>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_month.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_month.xml
index 4ccb3a99a5..8086186a1f 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_month.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchCategories_firstSite_lastN__API.getProcessedReport_month.xml
@@ -10,6 +10,7 @@
<action>getSiteSearchCategories</action>
<dimension>Search Category</dimension>
<documentation>This report lists the Categories that visitors selected when they made a Search on your website.&lt;br/&gt;For example, Ecommerce websites typically have a &quot;Category&quot; selector so that visitors can restrict their searches to all products in a specific Category.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
<nb_pages_per_search>Search Results pages</nb_pages_per_search>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_day.xml
index 22e30c51d0..be7c2069e0 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_day.xml
@@ -9,7 +9,8 @@
<module>Actions</module>
<action>getSiteSearchKeywords</action>
<dimension>Keyword</dimension>
- <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://matomo.org/docs/site-search/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Learn more about Tracking how your visitors use your Search engine.&lt;/a&gt;</documentation>
+ <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
<nb_pages_per_search>Search Results pages</nb_pages_per_search>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_month.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_month.xml
index ab84268479..267aaa1e32 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_month.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_month.xml
@@ -9,7 +9,8 @@
<module>Actions</module>
<action>getSiteSearchKeywords</action>
<dimension>Keyword</dimension>
- <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://matomo.org/docs/site-search/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Learn more about Tracking how your visitors use your Search engine.&lt;/a&gt;</documentation>
+ <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
<nb_pages_per_search>Search Results pages</nb_pages_per_search>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_day.xml
index 5c7f659cf3..3e583e54c0 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_day.xml
@@ -10,6 +10,7 @@
<action>getSiteSearchNoResultKeywords</action>
<dimension>Keyword with No Search Result</dimension>
<documentation>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br /&gt;&lt;br /&gt;This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
</metrics>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_month.xml b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_month.xml
index 12185b137e..815d1f6157 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_month.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_Actions.getSiteSearchNoResultKeywords_firstSite_lastN__API.getProcessedReport_month.xml
@@ -10,6 +10,7 @@
<action>getSiteSearchNoResultKeywords</action>
<dimension>Keyword with No Search Result</dimension>
<documentation>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br /&gt;&lt;br /&gt;This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
</metrics>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_day.xml
index 3338d96592..d02e6fa4ee 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_day.xml
@@ -10,6 +10,7 @@
<action>getCustomVariables</action>
<dimension>Custom Variable name</dimension>
<documentation>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. &lt;br /&gt; For more information about Custom Variables in general, read the &lt;a href=&quot;https://matomo.org/docs/custom-variables/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Custom Variables documentation on matomo.org&lt;/a&gt;</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/custom-variables/</onlineGuideUrl>
<dimensions>
<CustomVariables_CustomVariableName>Custom Variable name</CustomVariables_CustomVariableName>
<CustomVariables_CustomVariableValue>Custom Variable value</CustomVariables_CustomVariableValue>
diff --git a/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_month.xml b/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_month.xml
index d5a66377ac..25d1860f9f 100644
--- a/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_month.xml
+++ b/tests/PHPUnit/System/expected/test_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_month.xml
@@ -10,6 +10,7 @@
<action>getCustomVariables</action>
<dimension>Custom Variable name</dimension>
<documentation>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. &lt;br /&gt; For more information about Custom Variables in general, read the &lt;a href=&quot;https://matomo.org/docs/custom-variables/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Custom Variables documentation on matomo.org&lt;/a&gt;</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/custom-variables/</onlineGuideUrl>
<dimensions>
<CustomVariables_CustomVariableName>Custom Variable name</CustomVariables_CustomVariableName>
<CustomVariables_CustomVariableValue>Custom Variable value</CustomVariables_CustomVariableValue>
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions_Goals.getDaysToConversion_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions_Goals.getDaysToConversion_firstSite_lastN__API.getProcessedReport_day.xml
index dd4b8e8f1c..5ead103051 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions_Goals.getDaysToConversion_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_Conversions_Goals.getDaysToConversion_firstSite_lastN__API.getProcessedReport_day.xml
@@ -8,6 +8,7 @@
<module>Goals</module>
<action>getDaysToConversion</action>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
index e15047f0e1..a4fe0eec4f 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
@@ -18,7 +18,8 @@
</row>
<row>
<name>Campaigns (Referrers)</name>
- <documentation>This report shows which campaigns led visitors to your website. &lt;br /&gt; For more information about tracking campaigns, read the &lt;a href=&quot;https://matomo.org/docs/tracking-campaigns/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;campaigns documentation on matomo.org&lt;/a&gt;</documentation>
+ <documentation>This report shows which campaigns led visitors to your website.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-campaigns/</onlineGuideUrl>
</row>
<row>
<name>Channel Type (Referrers)</name>
@@ -43,6 +44,7 @@
<row>
<name>Custom Variables (Visitors)</name>
<documentation>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. &lt;br /&gt; For more information about Custom Variables in general, read the &lt;a href=&quot;https://matomo.org/docs/custom-variables/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Custom Variables documentation on matomo.org&lt;/a&gt;</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/custom-variables/</onlineGuideUrl>
</row>
<row>
<name>Downloads (Actions)</name>
@@ -79,6 +81,7 @@
<row>
<name>Page Titles Following a Site Search (Actions)</name>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
</row>
<row>
<name>Page URLs (Actions)</name>
@@ -91,6 +94,7 @@
<row>
<name>Pages Following a Site Search (Actions)</name>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
</row>
<row>
<name>Pages per Visit (Actions)</name>
@@ -103,6 +107,7 @@
<row>
<name>Search Categories (Actions)</name>
<documentation>This report lists the Categories that visitors selected when they made a Search on your website.&lt;br/&gt;For example, Ecommerce websites typically have a &quot;Category&quot; selector so that visitors can restrict their searches to all products in a specific Category.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
</row>
<row>
<name>Search Engines (Referrers)</name>
@@ -111,10 +116,12 @@
<row>
<name>Search Keywords with No Results (Actions)</name>
<documentation>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br /&gt;&lt;br /&gt;This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
</row>
<row>
<name>Site Search Keywords (Actions)</name>
- <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://matomo.org/docs/site-search/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Learn more about Tracking how your visitors use your Search engine.&lt;/a&gt;</documentation>
+ <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
</row>
<row>
<name>Social Networks (Referrers)</name>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
index 367ef50e29..5df96236ac 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
@@ -904,6 +904,7 @@
<action>getCustomVariables</action>
<dimension>Custom Variable name</dimension>
<documentation>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. &lt;br /&gt; For more information about Custom Variables in general, read the &lt;a href=&quot;https://matomo.org/docs/custom-variables/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Custom Variables documentation on matomo.org&lt;/a&gt;</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/custom-variables/</onlineGuideUrl>
<dimensions>
<CustomVariables_CustomVariableName>Custom Variable name</CustomVariables_CustomVariableName>
<CustomVariables_CustomVariableValue>Custom Variable value</CustomVariables_CustomVariableValue>
@@ -1216,7 +1217,8 @@
<module>Actions</module>
<action>getSiteSearchKeywords</action>
<dimension>Keyword</dimension>
- <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://matomo.org/docs/site-search/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Learn more about Tracking how your visitors use your Search engine.&lt;/a&gt;</documentation>
+ <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.&lt;br/&gt;&lt;br/&gt;Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
<nb_pages_per_search>Search Results pages</nb_pages_per_search>
@@ -1241,6 +1243,7 @@
<action>getPageUrlsFollowingSiteSearch</action>
<dimension>Destination Page</dimension>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
<nb_hits>Pageviews</nb_hits>
@@ -1268,6 +1271,7 @@
<action>getSiteSearchNoResultKeywords</action>
<dimension>Keyword with No Search Result</dimension>
<documentation>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.&lt;br /&gt;&lt;br /&gt;This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
</metrics>
@@ -1290,6 +1294,7 @@
<action>getPageTitlesFollowingSiteSearch</action>
<dimension>Destination Page</dimension>
<documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.&lt;br/&gt;Use the plus and minus icons on the left to navigate.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_hits_following_search>Clicked in search results</nb_hits_following_search>
<nb_hits>Pageviews</nb_hits>
@@ -1317,6 +1322,7 @@
<action>getSiteSearchCategories</action>
<dimension>Search Category</dimension>
<documentation>This report lists the Categories that visitors selected when they made a Search on your website.&lt;br/&gt;For example, Ecommerce websites typically have a &quot;Category&quot; selector so that visitors can restrict their searches to all products in a specific Category.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
<metrics>
<nb_visits>Searches</nb_visits>
<nb_pages_per_search>Search Results pages</nb_pages_per_search>
@@ -1380,6 +1386,7 @@
<module>Events</module>
<action>getCategory</action>
<dimension>Event Category</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventCategory>Event Category</Events_EventCategory>
<Events_EventAction>Event Action</Events_EventAction>
@@ -1414,6 +1421,7 @@
<module>Events</module>
<action>getAction</action>
<dimension>Event Action</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventAction>Event Action</Events_EventAction>
<Events_EventName>Event Name</Events_EventName>
@@ -1448,6 +1456,7 @@
<module>Events</module>
<action>getName</action>
<dimension>Event Name</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl>
<dimensions>
<Events_EventName>Event Name</Events_EventName>
<Events_EventAction>Event Action</Events_EventAction>
@@ -1482,6 +1491,7 @@
<module>Contents</module>
<action>getContentNames</action>
<dimension>Content Name</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/content-tracking/</onlineGuideUrl>
<metrics>
<nb_impressions>Impressions</nb_impressions>
<nb_interactions>Content Interactions</nb_interactions>
@@ -1506,6 +1516,7 @@
<module>Contents</module>
<action>getContentPieces</action>
<dimension>Content Piece</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/content-tracking/</onlineGuideUrl>
<metrics>
<nb_impressions>Impressions</nb_impressions>
<nb_interactions>Content Interactions</nb_interactions>
@@ -1901,7 +1912,8 @@
<module>Referrers</module>
<action>getCampaigns</action>
<dimension>Campaign</dimension>
- <documentation>This report shows which campaigns led visitors to your website. &lt;br /&gt; For more information about tracking campaigns, read the &lt;a href=&quot;https://matomo.org/docs/tracking-campaigns/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;campaigns documentation on matomo.org&lt;/a&gt;</documentation>
+ <documentation>This report shows which campaigns led visitors to your website.</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-campaigns/</onlineGuideUrl>
<dimensions>
<Referrers_Campaign>Campaign</Referrers_Campaign>
<Referrers_Keyword>Keyword</Referrers_Keyword>
@@ -1947,6 +1959,7 @@
<parameters>
<idGoal>ecommerceOrder</idGoal>
</parameters>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Ecommerce Orders</nb_conversions>
<nb_visits_converted>Visits with Conversions</nb_visits_converted>
@@ -1977,6 +1990,7 @@
<idGoal>ecommerceOrder</idGoal>
</parameters>
<dimension>Visits to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -1993,6 +2007,7 @@
<idGoal>ecommerceOrder</idGoal>
</parameters>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2008,6 +2023,7 @@
<parameters>
<idGoal>ecommerceAbandonedCart</idGoal>
</parameters>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Abandoned Carts</nb_conversions>
<conversion_rate>Conversion Rate</conversion_rate>
@@ -2033,6 +2049,7 @@
<idGoal>ecommerceAbandonedCart</idGoal>
</parameters>
<dimension>Visits to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2049,6 +2066,7 @@
<idGoal>ecommerceAbandonedCart</idGoal>
</parameters>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2063,6 +2081,7 @@
<module>Goals</module>
<action>getItemsName</action>
<dimension>Product Name</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<revenue>Product Revenue</revenue>
<quantity>Quantity</quantity>
@@ -2085,6 +2104,7 @@
<module>Goals</module>
<action>getItemsSku</action>
<dimension>Product SKU</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<revenue>Product Revenue</revenue>
<quantity>Quantity</quantity>
@@ -2107,6 +2127,7 @@
<module>Goals</module>
<action>getItemsCategory</action>
<dimension>Product Category</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl>
<metrics>
<revenue>Product Revenue</revenue>
<quantity>Quantity</quantity>
@@ -2127,6 +2148,7 @@
<name>Goals</name>
<module>Goals</module>
<action>get</action>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
<nb_visits_converted>Visits with Conversions</nb_visits_converted>
@@ -2148,6 +2170,7 @@
<module>Goals</module>
<action>getVisitsUntilConversion</action>
<dimension>Visits to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2168,6 +2191,7 @@
<module>Goals</module>
<action>getDaysToConversion</action>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2190,6 +2214,7 @@
<parameters>
<idGoal>0</idGoal>
</parameters>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
<nb_visits_converted>Visits with Conversions</nb_visits_converted>
@@ -2214,6 +2239,7 @@
<idGoal>0</idGoal>
</parameters>
<dimension>Visits to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2230,6 +2256,7 @@
<idGoal>0</idGoal>
</parameters>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2245,6 +2272,7 @@
<parameters>
<idGoal>1</idGoal>
</parameters>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
<nb_visits_converted>Visits with Conversions</nb_visits_converted>
@@ -2269,6 +2297,7 @@
<idGoal>1</idGoal>
</parameters>
<dimension>Visits to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2285,6 +2314,7 @@
<idGoal>1</idGoal>
</parameters>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2300,6 +2330,7 @@
<parameters>
<idGoal>2</idGoal>
</parameters>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
<nb_visits_converted>Visits with Conversions</nb_visits_converted>
@@ -2324,6 +2355,7 @@
<idGoal>2</idGoal>
</parameters>
<dimension>Visits to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2340,6 +2372,7 @@
<idGoal>2</idGoal>
</parameters>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2355,6 +2388,7 @@
<parameters>
<idGoal>3</idGoal>
</parameters>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
<nb_visits_converted>Visits with Conversions</nb_visits_converted>
@@ -2379,6 +2413,7 @@
<idGoal>3</idGoal>
</parameters>
<dimension>Visits to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
@@ -2395,6 +2430,7 @@
<idGoal>3</idGoal>
</parameters>
<dimension>Days to Conversion</dimension>
+ <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl>
<metrics>
<nb_conversions>Conversions</nb_conversions>
</metrics>
diff --git a/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml
index d9af181b9b..210611e0da 100644
--- a/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml
@@ -9,6 +9,7 @@
<action>getCustomVariablesValuesFromNameId</action>
<dimension>Custom Variable value</dimension>
<documentation>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. &lt;br /&gt; For more information about Custom Variables in general, read the &lt;a href=&quot;https://matomo.org/docs/custom-variables/&quot; rel=&quot;noreferrer noopener&quot; target=&quot;_blank&quot;&gt;Custom Variables documentation on matomo.org&lt;/a&gt;</documentation>
+ <onlineGuideUrl>https://matomo.org/docs/custom-variables/</onlineGuideUrl>
<isSubtableReport>1</isSubtableReport>
<metrics>
<nb_visits>Visits</nb_visits>