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:
authorStefan Giehl <stefan@matomo.org>2020-11-09 03:06:32 +0300
committerGitHub <noreply@github.com>2020-11-09 03:06:32 +0300
commit38753e49205309a16ee8909f066f5447ea22fe93 (patch)
treecfb3c5ffd57d3f0765fee2c71dbe47a1a710d562 /plugins/CustomDimensions
parent9358005f07cb744507a1f21a417d2bacfa602140 (diff)
Fix siteSearchCategory segment (#16675)
* Fix siteSearchCategory segment * updates expected test files * Add segment to search category report * updates expected test files
Diffstat (limited to 'plugins/CustomDimensions')
-rw-r--r--plugins/CustomDimensions/tests/System/expected/test___API.getSegmentsMetadata.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/CustomDimensions/tests/System/expected/test___API.getSegmentsMetadata.xml b/plugins/CustomDimensions/tests/System/expected/test___API.getSegmentsMetadata.xml
index 2908e866a6..f8b837c60b 100644
--- a/plugins/CustomDimensions/tests/System/expected/test___API.getSegmentsMetadata.xml
+++ b/plugins/CustomDimensions/tests/System/expected/test___API.getSegmentsMetadata.xml
@@ -559,6 +559,12 @@
<row>
<type>dimension</type>
<category>Behaviour</category>
+ <name>Category (Site Search)</name>
+ <segment>siteSearchCategory</segment>
+ </row>
+ <row>
+ <type>dimension</type>
+ <category>Behaviour</category>
<name>Clicked Outlink</name>
<segment>outlinkUrl</segment>
</row>
@@ -655,12 +661,6 @@
<row>
<type>dimension</type>
<category>Behaviour</category>
- <name>Search Category</name>
- <segment>siteSearchCategory</segment>
- </row>
- <row>
- <type>dimension</type>
- <category>Behaviour</category>
<name>Server time - hour</name>
<segment>actionServerHour</segment>
</row>