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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-12-01 02:57:37 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-12-01 02:57:37 +0300
commit107147670f46b234afadefe82e0c384b10c41279 (patch)
tree37aaebf3b7444cb03c36964696daae2604ce2ac5 /tests
parent592f9bd80e27e48f8159a90d6df055f8f0791f93 (diff)
New visit dimension "total interactions" and new action dimension "Interaction position" and corresponding segments (#10911)
* adding new interaction segments * add possibility to limit queries * fix Piwik does not join correctly if 2 custom joins require each other * added position to api output * Contents plugin: Rename "Interaction" metric to "Content Interaction"
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_day.xml18
-rw-r--r--tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_year.xml32
-rw-r--r--tests/PHPUnit/System/expected/test_AutoSuggestAPITest__Live.getLastVisitsDetails_range.xml616
-rw-r--r--tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__API.getSuggestedValuesForSegment.xml33
-rw-r--r--tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__VisitsSummary.get_range.xml12
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml58
-rw-r--r--tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml58
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml124
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__Live.getLastVisitsDetails_range.xml36
-rw-r--r--tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_1__Live.getLastVisitsDetails_month.xml13
-rw-r--r--tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_2__Live.getLastVisitsDetails_month.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortByIdVisit__Live.getLastVisitsDetails_month.xml25
-rw-r--r--tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortDesc__Live.getLastVisitsDetails_month.xml25
-rw-r--r--tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest__Live.getLastVisitsDetails_month.xml38
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml11
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml4
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml12
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml4
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml21
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php2
-rw-r--r--tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csvbin8100 -> 8138 bytes
-rwxr-xr-xtests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml5
-rwxr-xr-xtests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml16
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml4
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisits.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisitsDetails_range.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getVisitorProfile.xml4
-rw-r--r--tests/PHPUnit/Unit/DataAccess/LogQueryBuilder/JoinGeneratorTest.php59
-rw-r--r--tests/UI/expected-screenshots/CoreUpdaterDb_main.png4
35 files changed, 1035 insertions, 261 deletions
diff --git a/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_day.xml
index ca6aa942fb..b42228ab18 100644
--- a/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_day.xml
@@ -30,6 +30,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -56,6 +57,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -136,6 +138,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -162,6 +165,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -242,6 +246,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -268,6 +273,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -348,6 +354,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -374,6 +381,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -454,6 +462,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -480,6 +489,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -560,6 +570,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -586,6 +597,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -666,6 +678,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -692,6 +705,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -772,6 +786,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -798,6 +813,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -878,6 +894,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -904,6 +921,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_year.xml b/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_year.xml
index 0a45cfa38e..dea1215c4e 100644
--- a/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_year.xml
+++ b/tests/PHPUnit/System/expected/test_ArchiveCronTest_preArchivedSegment_noOptions__Live.getLastVisitsDetails_year.xml
@@ -20,6 +20,7 @@
</row>
</customVariables>
<generationTime>0.12s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -50,6 +51,7 @@
</row>
</customVariables>
<generationTime>0.12s</generationTime>
+ <interactionPosition>5</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -69,6 +71,7 @@
</row>
</customVariables>
<generationTime>0.02s</generationTime>
+ <interactionPosition>9</interactionPosition>
<timeSpent>52</timeSpent>
<timeSpentPretty>52s</timeSpentPretty>
<icon />
@@ -88,6 +91,7 @@
</row>
</customVariables>
<generationTime>0.23s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>50</timeSpent>
<timeSpentPretty>50s</timeSpentPretty>
<icon />
@@ -107,6 +111,7 @@
</row>
</customVariables>
<generationTime>0.29s</generationTime>
+ <interactionPosition>6</interactionPosition>
<timeSpent>49</timeSpent>
<timeSpentPretty>49s</timeSpentPretty>
<icon />
@@ -126,6 +131,7 @@
</row>
</customVariables>
<generationTime>0.24s</generationTime>
+ <interactionPosition>10</interactionPosition>
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
<icon />
@@ -145,6 +151,7 @@
</row>
</customVariables>
<generationTime>1.32s</generationTime>
+ <interactionPosition>3</interactionPosition>
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
<icon />
@@ -164,6 +171,7 @@
</row>
</customVariables>
<generationTime>0.62s</generationTime>
+ <interactionPosition>7</interactionPosition>
<timeSpent>7</timeSpent>
<timeSpentPretty>7s</timeSpentPretty>
<icon />
@@ -183,6 +191,7 @@
</row>
</customVariables>
<generationTime>0.54s</generationTime>
+ <interactionPosition>4</interactionPosition>
<timeSpent>8</timeSpent>
<timeSpentPretty>8s</timeSpentPretty>
<icon />
@@ -202,6 +211,7 @@
</row>
</customVariables>
<generationTime>0.34s</generationTime>
+ <interactionPosition>8</interactionPosition>
<icon />
</row>
@@ -228,6 +238,7 @@
<visitDurationPretty>54s</visitDurationPretty>
<searches>0</searches>
<actions>10</actions>
+ <interactions>10</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -316,6 +327,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -342,6 +354,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>piwik.org</referrerName>
@@ -435,6 +448,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -461,6 +475,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -545,6 +560,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -571,6 +587,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -644,6 +661,7 @@
<customVariablePageValue1>301</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -673,6 +691,7 @@
<customVariablePageValue1>307</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<icon />
</row>
@@ -699,6 +718,7 @@
<visitDurationPretty>3 min 2s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -772,6 +792,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<timeSpent>61</timeSpent>
<timeSpentPretty>1 min 1s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -790,6 +811,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<timeSpent>61</timeSpent>
<timeSpentPretty>1 min 1s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -808,6 +830,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/download.png</icon>
</row>
@@ -834,6 +857,7 @@
<visitDurationPretty>2 min 3s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -918,6 +942,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -944,6 +969,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1028,6 +1054,7 @@
<customVariablePageValue1>500</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1054,6 +1081,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1127,6 +1155,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/download.png</icon>
</row>
@@ -1153,6 +1182,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1237,6 +1267,7 @@
<customVariablePageValue1>404</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1263,6 +1294,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest__Live.getLastVisitsDetails_range.xml b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest__Live.getLastVisitsDetails_range.xml
index df849a8f3f..9079f5d43c 100644
--- a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest__Live.getLastVisitsDetails_range.xml
+++ b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest__Live.getLastVisitsDetails_range.xml
@@ -20,10 +20,11 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s pitch black...</pageTitle>
+ <pageTitle>It's pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>95</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -50,6 +51,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -124,6 +126,7 @@
<pageIdAction>4</pageIdAction>
<pageId>46</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -153,6 +156,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -173,9 +177,10 @@
<type>download</type>
<url>http://example.org/path/file8.zip</url>
<pageTitle />
- <pageIdAction>46</pageIdAction>
+ <pageIdAction>47</pageIdAction>
<pageId>48</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -185,9 +190,10 @@
<type>outlink</type>
<url>http://example-outlink.org/8.html</url>
<pageTitle />
- <pageIdAction>47</pageIdAction>
+ <pageIdAction>48</pageIdAction>
<pageId>49</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -196,13 +202,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>50</pageId>
<eventCategory>Cat8</eventCategory>
<eventAction>Action8</eventAction>
<eventName>Name8</eventName>
<eventValue>353.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -229,6 +236,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -318,7 +326,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>45</pageId>
@@ -332,6 +340,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 8</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -358,6 +367,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -440,6 +450,7 @@
<pageIdAction>4</pageIdAction>
<pageId>41</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -471,9 +482,10 @@
<type>download</type>
<url>http://example.org/path/file7.zip</url>
<pageTitle />
- <pageIdAction>41</pageIdAction>
+ <pageIdAction>42</pageIdAction>
<pageId>42</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -483,9 +495,10 @@
<type>outlink</type>
<url>http://example-outlink.org/7.html</url>
<pageTitle />
- <pageIdAction>42</pageIdAction>
+ <pageIdAction>43</pageIdAction>
<pageId>43</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -494,13 +507,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>44</pageId>
<eventCategory>Cat7</eventCategory>
<eventAction>Action7</eventAction>
<eventName>Name7</eventName>
<eventValue>352.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -527,6 +541,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -616,7 +631,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>40</pageId>
@@ -630,6 +645,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 7</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -656,6 +672,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -738,6 +755,7 @@
<pageIdAction>4</pageIdAction>
<pageId>35</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -767,6 +785,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -787,9 +806,10 @@
<type>download</type>
<url>http://example.org/path/file6.zip</url>
<pageTitle />
- <pageIdAction>36</pageIdAction>
+ <pageIdAction>37</pageIdAction>
<pageId>37</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -799,9 +819,10 @@
<type>outlink</type>
<url>http://example-outlink.org/6.html</url>
<pageTitle />
- <pageIdAction>37</pageIdAction>
+ <pageIdAction>38</pageIdAction>
<pageId>38</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -810,13 +831,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>39</pageId>
<eventCategory>Cat6</eventCategory>
<eventAction>Action6</eventAction>
<eventName>Name6</eventName>
<eventValue>351.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -843,6 +865,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -932,7 +955,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>34</pageId>
@@ -946,6 +969,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 6</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -972,6 +996,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1054,6 +1079,7 @@
<pageIdAction>4</pageIdAction>
<pageId>30</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -1085,9 +1111,10 @@
<type>download</type>
<url>http://example.org/path/file5.zip</url>
<pageTitle />
- <pageIdAction>31</pageIdAction>
+ <pageIdAction>32</pageIdAction>
<pageId>31</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -1097,9 +1124,10 @@
<type>outlink</type>
<url>http://example-outlink.org/5.html</url>
<pageTitle />
- <pageIdAction>32</pageIdAction>
+ <pageIdAction>33</pageIdAction>
<pageId>32</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -1108,13 +1136,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>33</pageId>
<eventCategory>Cat5</eventCategory>
<eventAction>Action5</eventAction>
<eventName>Name5</eventName>
<eventValue>350.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1141,6 +1170,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1230,7 +1260,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>29</pageId>
@@ -1244,6 +1274,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 5</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1270,6 +1301,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1352,6 +1384,7 @@
<pageIdAction>4</pageIdAction>
<pageId>24</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -1381,6 +1414,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -1401,9 +1435,10 @@
<type>download</type>
<url>http://example.org/path/file4.zip</url>
<pageTitle />
- <pageIdAction>26</pageIdAction>
+ <pageIdAction>27</pageIdAction>
<pageId>26</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -1413,9 +1448,10 @@
<type>outlink</type>
<url>http://example-outlink.org/4.html</url>
<pageTitle />
- <pageIdAction>27</pageIdAction>
+ <pageIdAction>28</pageIdAction>
<pageId>27</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -1424,13 +1460,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>28</pageId>
<eventCategory>Cat4</eventCategory>
<eventAction>Action4</eventAction>
<eventName>Name4</eventName>
<eventValue>349.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1457,6 +1494,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1546,7 +1584,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>23</pageId>
@@ -1560,6 +1598,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 4</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1586,6 +1625,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1668,6 +1708,7 @@
<pageIdAction>4</pageIdAction>
<pageId>19</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -1699,9 +1740,10 @@
<type>download</type>
<url>http://example.org/path/file3.zip</url>
<pageTitle />
- <pageIdAction>21</pageIdAction>
+ <pageIdAction>22</pageIdAction>
<pageId>20</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -1711,9 +1753,10 @@
<type>outlink</type>
<url>http://example-outlink.org/3.html</url>
<pageTitle />
- <pageIdAction>22</pageIdAction>
+ <pageIdAction>23</pageIdAction>
<pageId>21</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -1722,13 +1765,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>22</pageId>
<eventCategory>Cat3</eventCategory>
<eventAction>Action3</eventAction>
<eventName>Name3</eventName>
<eventValue>348.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1755,6 +1799,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1837,6 +1882,7 @@
<pageIdAction>4</pageIdAction>
<pageId>80</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -1868,9 +1914,10 @@
<type>download</type>
<url>http://example.org/path/file3.zip</url>
<pageTitle />
- <pageIdAction>21</pageIdAction>
+ <pageIdAction>22</pageIdAction>
<pageId>81</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -1880,9 +1927,10 @@
<type>outlink</type>
<url>http://example-outlink.org/3.html</url>
<pageTitle />
- <pageIdAction>22</pageIdAction>
+ <pageIdAction>23</pageIdAction>
<pageId>82</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -1891,13 +1939,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>83</pageId>
<eventCategory>Cat3</eventCategory>
<eventAction>Action3</eventAction>
<eventName>Name3</eventName>
<eventValue>348.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1924,6 +1973,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1961,7 +2011,7 @@
<city>Lhasa</city>
<location>Lhasa, Unknown, Tibet</location>
<latitude>29.650000</latitude>
- <longitude>91.099998</longitude>
+ <longitude>91.100000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>10</daysSinceLastVisit>
@@ -2005,7 +2055,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>18</pageId>
@@ -2019,6 +2069,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 3</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2045,6 +2096,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2134,7 +2186,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>79</pageId>
@@ -2148,6 +2200,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 3</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2174,6 +2227,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2184,22 +2238,22 @@
<referrerSearchEngineIcon />
<languageCode />
<language>Unknown</language>
- <deviceType>Unknown</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/unknown.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
- <deviceModel />
- <operatingSystem>Unknown</operatingSystem>
- <operatingSystemName>Unknown</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/UNK.gif</operatingSystemIcon>
- <operatingSystemCode>UNK</operatingSystemCode>
- <operatingSystemVersion>UNK</operatingSystemVersion>
- <browserFamily />
- <browserFamilyDescription>Unknown</browserFamilyDescription>
- <browser>Unknown</browser>
- <browserName>Unknown</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/UNK.gif</browserIcon>
- <browserCode>UNK</browserCode>
- <browserVersion />
+ <deviceType>Tablet</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/tablet.png</deviceTypeIcon>
+ <deviceBrand>Sony</deviceBrand>
+ <deviceModel>Xperia Tablet S</deviceModel>
+ <operatingSystem>Android 4.1</operatingSystem>
+ <operatingSystemName>Android</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/AND.gif</operatingSystemIcon>
+ <operatingSystemCode>AND</operatingSystemCode>
+ <operatingSystemVersion>4.1</operatingSystemVersion>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome 34.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>34.0</browserVersion>
<events>0</events>
<continent>Asia</continent>
<continentCode>asi</continentCode>
@@ -2211,7 +2265,7 @@
<city>Lhasa</city>
<location>Lhasa, Unknown, Tibet</location>
<latitude>29.650000</latitude>
- <longitude>91.099998</longitude>
+ <longitude>91.100000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>11</daysSinceLastVisit>
@@ -2256,6 +2310,7 @@
<pageIdAction>4</pageIdAction>
<pageId>13</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -2285,6 +2340,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -2305,9 +2361,10 @@
<type>download</type>
<url>http://example.org/path/file2.zip</url>
<pageTitle />
- <pageIdAction>16</pageIdAction>
+ <pageIdAction>17</pageIdAction>
<pageId>15</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -2317,9 +2374,10 @@
<type>outlink</type>
<url>http://example-outlink.org/2.html</url>
<pageTitle />
- <pageIdAction>17</pageIdAction>
+ <pageIdAction>18</pageIdAction>
<pageId>16</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -2328,13 +2386,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>17</pageId>
<eventCategory>Cat2</eventCategory>
<eventAction>Action2</eventAction>
<eventName>Name2</eventName>
<eventValue>347.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -2361,6 +2420,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2397,8 +2457,8 @@
<regionCode>P3</regionCode>
<city>Stratford-upon-Avon</city>
<location>Stratford-upon-Avon, Warwickshire, United Kingdom</location>
- <latitude>124.456001</latitude>
- <longitude>22.231001</longitude>
+ <latitude>124.456000</latitude>
+ <longitude>22.231000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>10</daysSinceLastVisit>
@@ -2443,6 +2503,7 @@
<pageIdAction>4</pageIdAction>
<pageId>74</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -2472,6 +2533,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -2492,9 +2554,10 @@
<type>download</type>
<url>http://example.org/path/file2.zip</url>
<pageTitle />
- <pageIdAction>16</pageIdAction>
+ <pageIdAction>17</pageIdAction>
<pageId>76</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -2504,9 +2567,10 @@
<type>outlink</type>
<url>http://example-outlink.org/2.html</url>
<pageTitle />
- <pageIdAction>17</pageIdAction>
+ <pageIdAction>18</pageIdAction>
<pageId>77</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -2515,13 +2579,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>78</pageId>
<eventCategory>Cat2</eventCategory>
<eventAction>Action2</eventAction>
<eventName>Name2</eventName>
<eventValue>347.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -2548,6 +2613,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2629,7 +2695,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>12</pageId>
@@ -2643,6 +2709,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 2</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2669,6 +2736,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2705,8 +2773,8 @@
<regionCode>P3</regionCode>
<city>Stratford-upon-Avon</city>
<location>Stratford-upon-Avon, Warwickshire, United Kingdom</location>
- <latitude>124.456001</latitude>
- <longitude>22.231001</longitude>
+ <latitude>124.456000</latitude>
+ <longitude>22.231000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>11</daysSinceLastVisit>
@@ -2758,7 +2826,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>73</pageId>
@@ -2772,6 +2840,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 2</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2798,6 +2867,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2808,22 +2878,22 @@
<referrerSearchEngineIcon />
<languageCode />
<language>Unknown</language>
- <deviceType>Unknown</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/unknown.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
+ <deviceType>Desktop</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
+ <deviceBrand>Dell</deviceBrand>
<deviceModel />
- <operatingSystem>Unknown</operatingSystem>
- <operatingSystemName>Unknown</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/UNK.gif</operatingSystemIcon>
- <operatingSystemCode>UNK</operatingSystemCode>
- <operatingSystemVersion>UNK</operatingSystemVersion>
- <browserFamily />
- <browserFamilyDescription>Unknown</browserFamilyDescription>
- <browser>Unknown</browser>
- <browserName>Unknown</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/UNK.gif</browserIcon>
- <browserCode>UNK</browserCode>
- <browserVersion />
+ <operatingSystem>Windows 7</operatingSystem>
+ <operatingSystemName>Windows</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
+ <operatingSystemCode>WIN</operatingSystemCode>
+ <operatingSystemVersion>7</operatingSystemVersion>
+ <browserFamily>Trident</browserFamily>
+ <browserFamilyDescription>Trident (IE)</browserFamilyDescription>
+ <browser>Internet Explorer 11.0</browser>
+ <browserName>Internet Explorer</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/IE.gif</browserIcon>
+ <browserCode>IE</browserCode>
+ <browserVersion>11.0</browserVersion>
<events>0</events>
<continent>North America</continent>
<continentCode>amn</continentCode>
@@ -2880,6 +2950,7 @@
<pageIdAction>4</pageIdAction>
<pageId>8</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -2911,9 +2982,10 @@
<type>download</type>
<url>http://example.org/path/file1.zip</url>
<pageTitle />
- <pageIdAction>11</pageIdAction>
+ <pageIdAction>12</pageIdAction>
<pageId>9</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -2923,9 +2995,10 @@
<type>outlink</type>
<url>http://example-outlink.org/1.html</url>
<pageTitle />
- <pageIdAction>12</pageIdAction>
+ <pageIdAction>13</pageIdAction>
<pageId>10</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -2934,13 +3007,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>11</pageId>
<eventCategory>Cat1</eventCategory>
<eventAction>Action1</eventAction>
<eventName>Name1</eventName>
<eventValue>346.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -2967,6 +3041,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3049,6 +3124,7 @@
<pageIdAction>4</pageIdAction>
<pageId>58</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -3080,9 +3156,10 @@
<type>download</type>
<url>http://example.org/path/file1.zip</url>
<pageTitle />
- <pageIdAction>11</pageIdAction>
+ <pageIdAction>12</pageIdAction>
<pageId>59</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -3092,9 +3169,10 @@
<type>outlink</type>
<url>http://example-outlink.org/1.html</url>
<pageTitle />
- <pageIdAction>12</pageIdAction>
+ <pageIdAction>13</pageIdAction>
<pageId>60</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -3103,13 +3181,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>61</pageId>
<eventCategory>Cat1</eventCategory>
<eventAction>Action1</eventAction>
<eventName>Name1</eventName>
<eventValue>346.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -3136,6 +3215,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3146,22 +3226,22 @@
<referrerSearchEngineIcon />
<languageCode>fr</languageCode>
<language>French</language>
- <deviceType>Desktop</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
- <deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <deviceType>Smartphone</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/smartphone.png</deviceTypeIcon>
+ <deviceBrand>HTC</deviceBrand>
+ <deviceModel>Desire</deviceModel>
+ <operatingSystem>MildWild 8.0</operatingSystem>
+ <operatingSystemName>MildWild</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/AND.gif</operatingSystemIcon>
+ <operatingSystemCode>MLD</operatingSystemCode>
+ <operatingSystemVersion>8.0</operatingSystemVersion>
+ <browserFamily>WebKit</browserFamily>
+ <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
+ <browser>Android Browser</browser>
+ <browserName>Android Browser</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/AN.gif</browserIcon>
+ <browserCode>AN</browserCode>
+ <browserVersion />
<events>1</events>
<continent>North America</continent>
<continentCode>amn</continentCode>
@@ -3173,7 +3253,7 @@
<city>Vancouver</city>
<location>Vancouver, British Columbia, Canada</location>
<latitude>49.250000</latitude>
- <longitude>-123.133003</longitude>
+ <longitude>-123.133000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>10</daysSinceLastVisit>
@@ -3218,6 +3298,7 @@
<pageIdAction>4</pageIdAction>
<pageId>69</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -3249,9 +3330,10 @@
<type>download</type>
<url>http://example.org/path/file1.zip</url>
<pageTitle />
- <pageIdAction>11</pageIdAction>
+ <pageIdAction>12</pageIdAction>
<pageId>70</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -3261,9 +3343,10 @@
<type>outlink</type>
<url>http://example-outlink.org/1.html</url>
<pageTitle />
- <pageIdAction>12</pageIdAction>
+ <pageIdAction>13</pageIdAction>
<pageId>71</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -3272,13 +3355,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>72</pageId>
<eventCategory>Cat1</eventCategory>
<eventAction>Action1</eventAction>
<eventName>Name1</eventName>
<eventValue>346.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -3305,6 +3389,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3342,7 +3427,7 @@
<city>Vancouver</city>
<location>Vancouver, British Columbia, Canada</location>
<latitude>49.250000</latitude>
- <longitude>-123.133003</longitude>
+ <longitude>-123.133000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>10</daysSinceLastVisit>
@@ -3379,6 +3464,7 @@
<pageIdAction>4</pageIdAction>
<pageId>91</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -3410,9 +3496,10 @@
<type>download</type>
<url>http://example.org/path/file1.zip</url>
<pageTitle />
- <pageIdAction>11</pageIdAction>
+ <pageIdAction>12</pageIdAction>
<pageId>92</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -3422,9 +3509,10 @@
<type>outlink</type>
<url>http://example-outlink.org/1.html</url>
<pageTitle />
- <pageIdAction>12</pageIdAction>
+ <pageIdAction>13</pageIdAction>
<pageId>93</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -3433,13 +3521,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>94</pageId>
<eventCategory>Cat1</eventCategory>
<eventAction>Action1</eventAction>
<eventName>Name1</eventName>
<eventValue>346.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -3466,6 +3555,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3480,18 +3570,18 @@
<deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
<deviceBrand>Unknown</deviceBrand>
<deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
+ <operatingSystem>Ubuntu 9.04</operatingSystem>
+ <operatingSystemName>Ubuntu</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/UBT.gif</operatingSystemIcon>
+ <operatingSystemCode>UBT</operatingSystemCode>
+ <operatingSystemVersion>9.04</operatingSystemVersion>
<browserFamily>Gecko</browserFamily>
<browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
+ <browser>Firefox 3.0</browser>
<browserName>Firefox</browserName>
<browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
<browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <browserVersion>3.0</browserVersion>
<events>1</events>
<continent>Asia</continent>
<continentCode>asi</continentCode>
@@ -3555,7 +3645,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>7</pageId>
@@ -3569,6 +3659,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 1</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3595,6 +3686,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3684,7 +3776,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>57</pageId>
@@ -3698,6 +3790,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 1</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3724,6 +3817,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3734,22 +3828,22 @@
<referrerSearchEngineIcon />
<languageCode>fr</languageCode>
<language>French</language>
- <deviceType>Desktop</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
- <deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <deviceType>Smartphone</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/smartphone.png</deviceTypeIcon>
+ <deviceBrand>HTC</deviceBrand>
+ <deviceModel>Desire</deviceModel>
+ <operatingSystem>MildWild 8.0</operatingSystem>
+ <operatingSystemName>MildWild</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/AND.gif</operatingSystemIcon>
+ <operatingSystemCode>MLD</operatingSystemCode>
+ <operatingSystemVersion>8.0</operatingSystemVersion>
+ <browserFamily>WebKit</browserFamily>
+ <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
+ <browser>Android Browser</browser>
+ <browserName>Android Browser</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/AN.gif</browserIcon>
+ <browserCode>AN</browserCode>
+ <browserVersion />
<events>0</events>
<continent>North America</continent>
<continentCode>amn</continentCode>
@@ -3761,7 +3855,7 @@
<city>Vancouver</city>
<location>Vancouver, British Columbia, Canada</location>
<latitude>49.250000</latitude>
- <longitude>-123.133003</longitude>
+ <longitude>-123.133000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>11</daysSinceLastVisit>
@@ -3813,7 +3907,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>68</pageId>
@@ -3827,6 +3921,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 1</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3853,6 +3948,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3863,22 +3959,22 @@
<referrerSearchEngineIcon />
<languageCode />
<language>Unknown</language>
- <deviceType>Unknown</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/unknown.gif</deviceTypeIcon>
+ <deviceType>Desktop</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
<deviceBrand>Unknown</deviceBrand>
<deviceModel />
- <operatingSystem>Unknown</operatingSystem>
- <operatingSystemName>Unknown</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/UNK.gif</operatingSystemIcon>
- <operatingSystemCode>UNK</operatingSystemCode>
- <operatingSystemVersion>UNK</operatingSystemVersion>
- <browserFamily />
- <browserFamilyDescription>Unknown</browserFamilyDescription>
- <browser>Unknown</browser>
- <browserName>Unknown</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/UNK.gif</browserIcon>
- <browserCode>UNK</browserCode>
- <browserVersion />
+ <operatingSystem>Windows Vista</operatingSystem>
+ <operatingSystemName>Windows</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
+ <operatingSystemCode>WIN</operatingSystemCode>
+ <operatingSystemVersion>Vista</operatingSystemVersion>
+ <browserFamily>Trident</browserFamily>
+ <browserFamilyDescription>Trident (IE)</browserFamilyDescription>
+ <browser>Internet Explorer 8.0</browser>
+ <browserName>Internet Explorer</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/IE.gif</browserIcon>
+ <browserCode>IE</browserCode>
+ <browserVersion>8.0</browserVersion>
<events>0</events>
<continent>North America</continent>
<continentCode>amn</continentCode>
@@ -3890,7 +3986,7 @@
<city>Vancouver</city>
<location>Vancouver, British Columbia, Canada</location>
<latitude>49.250000</latitude>
- <longitude>-123.133003</longitude>
+ <longitude>-123.133000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>11</daysSinceLastVisit>
@@ -3942,7 +4038,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>90</pageId>
@@ -3956,6 +4052,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 1</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3982,6 +4079,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3996,18 +4094,18 @@
<deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
<deviceBrand>Unknown</deviceBrand>
<deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
+ <operatingSystem>Ubuntu 9.04</operatingSystem>
+ <operatingSystemName>Ubuntu</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/UBT.gif</operatingSystemIcon>
+ <operatingSystemCode>UBT</operatingSystemCode>
+ <operatingSystemVersion>9.04</operatingSystemVersion>
<browserFamily>Gecko</browserFamily>
<browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
+ <browser>Firefox 3.0</browser>
<browserName>Firefox</browserName>
<browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
<browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <browserVersion>3.0</browserVersion>
<events>0</events>
<continent>Asia</continent>
<continentCode>asi</continentCode>
@@ -4064,6 +4162,7 @@
<pageIdAction>4</pageIdAction>
<pageId>2</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -4093,6 +4192,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -4116,6 +4216,7 @@
<pageIdAction>6</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -4128,6 +4229,7 @@
<pageIdAction>7</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -4136,13 +4238,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>6</pageId>
<eventCategory>Cat0</eventCategory>
<eventAction>Action0</eventAction>
<eventName>Name0</eventName>
<eventValue>345.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -4169,6 +4272,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4205,8 +4309,8 @@
<regionCode>P3</regionCode>
<city>Stratford-upon-Avon</city>
<location>Stratford-upon-Avon, Warwickshire, United Kingdom</location>
- <latitude>123.456001</latitude>
- <longitude>21.320999</longitude>
+ <latitude>123.456000</latitude>
+ <longitude>21.321000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>10</daysSinceLastVisit>
@@ -4251,6 +4355,7 @@
<pageIdAction>4</pageIdAction>
<pageId>52</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -4280,6 +4385,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -4303,6 +4409,7 @@
<pageIdAction>6</pageIdAction>
<pageId>54</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -4315,6 +4422,7 @@
<pageIdAction>7</pageIdAction>
<pageId>55</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -4323,13 +4431,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>56</pageId>
<eventCategory>Cat0</eventCategory>
<eventAction>Action0</eventAction>
<eventName>Name0</eventName>
<eventValue>345.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -4356,6 +4465,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4366,22 +4476,22 @@
<referrerSearchEngineIcon />
<languageCode>fr</languageCode>
<language>French</language>
- <deviceType>Desktop</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
- <deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <deviceType>Smartphone</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/smartphone.png</deviceTypeIcon>
+ <deviceBrand>Google</deviceBrand>
+ <deviceModel>Nexus 4</deviceModel>
+ <operatingSystem>Android 4.4</operatingSystem>
+ <operatingSystemName>Android</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/AND.gif</operatingSystemIcon>
+ <operatingSystemCode>AND</operatingSystemCode>
+ <operatingSystemVersion>4.4</operatingSystemVersion>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome Mobile 33.0</browser>
+ <browserName>Chrome Mobile</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CM.gif</browserIcon>
+ <browserCode>CM</browserCode>
+ <browserVersion>33.0</browserVersion>
<events>1</events>
<continent>Europe</continent>
<continentCode>eur</continentCode>
@@ -4392,7 +4502,7 @@
<regionCode>A6</regionCode>
<city>Besançon</city>
<location>Besançon, Franche-Comte, France</location>
- <latitude>47.249001</latitude>
+ <latitude>47.249000</latitude>
<longitude>6.018000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
@@ -4438,6 +4548,7 @@
<pageIdAction>4</pageIdAction>
<pageId>63</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -4467,6 +4578,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -4490,6 +4602,7 @@
<pageIdAction>6</pageIdAction>
<pageId>65</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -4502,6 +4615,7 @@
<pageIdAction>7</pageIdAction>
<pageId>66</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -4510,13 +4624,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>67</pageId>
<eventCategory>Cat0</eventCategory>
<eventAction>Action0</eventAction>
<eventName>Name0</eventName>
<eventValue>345.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -4543,6 +4658,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4580,7 +4696,7 @@
<city>Vancouver</city>
<location>Vancouver, British Columbia, Canada</location>
<latitude>49.250000</latitude>
- <longitude>-123.133003</longitude>
+ <longitude>-123.133000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>10</daysSinceLastVisit>
@@ -4617,6 +4733,7 @@
<pageIdAction>4</pageIdAction>
<pageId>85</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -4646,6 +4763,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -4669,6 +4787,7 @@
<pageIdAction>6</pageIdAction>
<pageId>87</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -4681,6 +4800,7 @@
<pageIdAction>7</pageIdAction>
<pageId>88</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -4689,13 +4809,14 @@
<row>
<type>event</type>
<url>http://piwik.net/space/quest/iv</url>
- <pageIdAction>4</pageIdAction>
+ <pageIdAction>8</pageIdAction>
<pageId>89</pageId>
<eventCategory>Cat0</eventCategory>
<eventAction>Action0</eventAction>
<eventName>Name0</eventName>
<eventValue>345.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -4722,6 +4843,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4732,22 +4854,22 @@
<referrerSearchEngineIcon />
<languageCode>fr</languageCode>
<language>French</language>
- <deviceType>Desktop</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
- <deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <deviceType>Phablet</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/unknown.gif</deviceTypeIcon>
+ <deviceBrand>Samsung</deviceBrand>
+ <deviceModel>GALAXY Note 3</deviceModel>
+ <operatingSystem>Android 4.3</operatingSystem>
+ <operatingSystemName>Android</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/AND.gif</operatingSystemIcon>
+ <operatingSystemCode>AND</operatingSystemCode>
+ <operatingSystemVersion>4.3</operatingSystemVersion>
+ <browserFamily>WebKit</browserFamily>
+ <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
+ <browser>QQ Browser 5.0</browser>
+ <browserName>QQ Browser</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/QQ.gif</browserIcon>
+ <browserCode>QQ</browserCode>
+ <browserVersion>5.0</browserVersion>
<events>1</events>
<continent>Europe</continent>
<continentCode>eur</continentCode>
@@ -4811,7 +4933,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>1</pageId>
@@ -4825,6 +4947,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 0</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4851,6 +4974,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4887,8 +5011,8 @@
<regionCode>P3</regionCode>
<city>Stratford-upon-Avon</city>
<location>Stratford-upon-Avon, Warwickshire, United Kingdom</location>
- <latitude>123.456001</latitude>
- <longitude>21.320999</longitude>
+ <latitude>123.456000</latitude>
+ <longitude>21.321000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
@@ -4940,7 +5064,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>51</pageId>
@@ -4954,6 +5078,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 0</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4980,6 +5105,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4990,22 +5116,22 @@
<referrerSearchEngineIcon />
<languageCode>fr</languageCode>
<language>French</language>
- <deviceType>Desktop</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
- <deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <deviceType>Smartphone</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/smartphone.png</deviceTypeIcon>
+ <deviceBrand>Google</deviceBrand>
+ <deviceModel>Nexus 4</deviceModel>
+ <operatingSystem>Android 4.4</operatingSystem>
+ <operatingSystemName>Android</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/AND.gif</operatingSystemIcon>
+ <operatingSystemCode>AND</operatingSystemCode>
+ <operatingSystemVersion>4.4</operatingSystemVersion>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome Mobile 33.0</browser>
+ <browserName>Chrome Mobile</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CM.gif</browserIcon>
+ <browserCode>CM</browserCode>
+ <browserVersion>33.0</browserVersion>
<events>0</events>
<continent>Europe</continent>
<continentCode>eur</continentCode>
@@ -5016,7 +5142,7 @@
<regionCode>A6</regionCode>
<city>Besançon</city>
<location>Besançon, Franche-Comte, France</location>
- <latitude>47.249001</latitude>
+ <latitude>47.249000</latitude>
<longitude>6.018000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
@@ -5069,7 +5195,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>62</pageId>
@@ -5083,6 +5209,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 0</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5109,6 +5236,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5123,18 +5251,18 @@
<deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
<deviceBrand>Unknown</deviceBrand>
<deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
+ <operatingSystem>Windows 8.1</operatingSystem>
<operatingSystemName>Windows</operatingSystemName>
<operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
<operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <operatingSystemVersion>8.1</operatingSystemVersion>
+ <browserFamily>Blink</browserFamily>
+ <browserFamilyDescription>Blink (Chrome, Opera)</browserFamilyDescription>
+ <browser>Chrome 32.0</browser>
+ <browserName>Chrome</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/CH.gif</browserIcon>
+ <browserCode>CH</browserCode>
+ <browserVersion>32.0</browserVersion>
<events>0</events>
<continent>North America</continent>
<continentCode>amn</continentCode>
@@ -5146,7 +5274,7 @@
<city>Vancouver</city>
<location>Vancouver, British Columbia, Canada</location>
<latitude>49.250000</latitude>
- <longitude>-123.133003</longitude>
+ <longitude>-123.133000</longitude>
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
@@ -5198,7 +5326,7 @@
<row>
<type>action</type>
<url>http://piwik.net/grue/lair</url>
- <pageTitle>It&amp;#039;s &lt;script&gt; pitch black...</pageTitle>
+ <pageTitle>It's &lt;script&gt; pitch black...</pageTitle>
<pageIdAction>2</pageIdAction>
<pageId>84</pageId>
@@ -5212,6 +5340,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 0</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5238,6 +5367,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5248,22 +5378,22 @@
<referrerSearchEngineIcon />
<languageCode>fr</languageCode>
<language>French</language>
- <deviceType>Desktop</deviceType>
- <deviceTypeIcon>plugins/DevicesDetection/images/screens/normal.gif</deviceTypeIcon>
- <deviceBrand>Unknown</deviceBrand>
- <deviceModel />
- <operatingSystem>Windows XP</operatingSystem>
- <operatingSystemName>Windows</operatingSystemName>
- <operatingSystemIcon>plugins/DevicesDetection/images/os/WIN.gif</operatingSystemIcon>
- <operatingSystemCode>WIN</operatingSystemCode>
- <operatingSystemVersion>XP</operatingSystemVersion>
- <browserFamily>Gecko</browserFamily>
- <browserFamilyDescription>Gecko (Firefox)</browserFamilyDescription>
- <browser>Firefox 3.6</browser>
- <browserName>Firefox</browserName>
- <browserIcon>plugins/DevicesDetection/images/browsers/FF.gif</browserIcon>
- <browserCode>FF</browserCode>
- <browserVersion>3.6</browserVersion>
+ <deviceType>Phablet</deviceType>
+ <deviceTypeIcon>plugins/DevicesDetection/images/screens/unknown.gif</deviceTypeIcon>
+ <deviceBrand>Samsung</deviceBrand>
+ <deviceModel>GALAXY Note 3</deviceModel>
+ <operatingSystem>Android 4.3</operatingSystem>
+ <operatingSystemName>Android</operatingSystemName>
+ <operatingSystemIcon>plugins/DevicesDetection/images/os/AND.gif</operatingSystemIcon>
+ <operatingSystemCode>AND</operatingSystemCode>
+ <operatingSystemVersion>4.3</operatingSystemVersion>
+ <browserFamily>WebKit</browserFamily>
+ <browserFamilyDescription>WebKit (Safari, Chrome)</browserFamilyDescription>
+ <browser>QQ Browser 5.0</browser>
+ <browserName>QQ Browser</browserName>
+ <browserIcon>plugins/DevicesDetection/images/browsers/QQ.gif</browserIcon>
+ <browserCode>QQ</browserCode>
+ <browserVersion>5.0</browserVersion>
<events>0</events>
<continent>Europe</continent>
<continentCode>eur</continentCode>
diff --git a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__API.getSuggestedValuesForSegment.xml b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__API.getSuggestedValuesForSegment.xml
new file mode 100644
index 0000000000..35bc2d8319
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__API.getSuggestedValuesForSegment.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>1</row>
+ <row>2</row>
+ <row>3</row>
+ <row>4</row>
+ <row>5</row>
+ <row>6</row>
+ <row>7</row>
+ <row>8</row>
+ <row>9</row>
+ <row>10</row>
+ <row>11</row>
+ <row>12</row>
+ <row>13</row>
+ <row>14</row>
+ <row>15</row>
+ <row>16</row>
+ <row>17</row>
+ <row>18</row>
+ <row>19</row>
+ <row>20</row>
+ <row>21</row>
+ <row>22</row>
+ <row>23</row>
+ <row>24</row>
+ <row>25</row>
+ <row>26</row>
+ <row>27</row>
+ <row>28</row>
+ <row>29</row>
+ <row>30</row>
+</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__VisitsSummary.get_range.xml b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__VisitsSummary.get_range.xml
new file mode 100644
index 0000000000..7c9bf3fd36
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_interactions__VisitsSummary.get_range.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <nb_visits>26</nb_visits>
+ <nb_actions>50</nb_actions>
+ <nb_visits_converted>26</nb_visits_converted>
+ <bounce_count>18</bounce_count>
+ <sum_visit_length>12968</sum_visit_length>
+ <max_actions>4</max_actions>
+ <bounce_rate>69%</bounce_rate>
+ <nb_actions_per_visit>1.9</nb_actions_per_visit>
+ <avg_time_on_site>499</avg_time_on_site>
+</result> \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml
index 3c677f06fd..10d41c5fe3 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_day.xml
@@ -14,6 +14,7 @@
<pageId>22</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Purchase</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -40,6 +41,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -119,6 +121,7 @@
<pageId>21</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -145,6 +148,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -225,6 +229,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play50%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -239,6 +244,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play75%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>420</timeSpent>
<timeSpentPretty>7 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -253,6 +259,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
<eventName>Search query here</eventName>
+ <interactionPosition />
<timeSpent>900</timeSpent>
<timeSpentPretty>15 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -267,6 +274,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playEnd</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -282,6 +290,7 @@
<eventAction>rating</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<timeSpent>720</timeSpent>
<timeSpentPretty>12 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -297,6 +306,7 @@
<eventAction>event action Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventAction>
<eventName>event name Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -323,6 +333,7 @@
<visitDurationPretty>58 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>6</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -402,6 +413,7 @@
<pageId>19</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -428,6 +440,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -518,6 +531,7 @@
<pageId>1</pageId>
<generationTime>0.33s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon />
@@ -538,6 +552,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -558,6 +573,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -578,6 +594,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -598,6 +615,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -618,6 +636,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -639,6 +658,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>9</eventValue>
+ <interactionPosition />
<timeSpent>1</timeSpent>
<timeSpentPretty>1s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -660,6 +680,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>10</eventValue>
+ <interactionPosition />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -684,6 +705,7 @@
<pageId>9</pageId>
<eventCategory>CategoryTriggersGoal here</eventCategory>
<eventAction>This is an event without a URL</eventAction>
+ <interactionPosition />
<timeSpent>1499</timeSpent>
<timeSpentPretty>24 min 59s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -697,6 +719,7 @@
<pageId>10</pageId>
<generationTime>0.67s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon />
@@ -711,6 +734,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Princess Mononoke (もののけ姫)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -725,6 +749,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Ponyo (崖の上のポニョ)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -739,6 +764,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -753,6 +779,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>clickBuyNow</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -767,6 +794,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playStart</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -781,6 +809,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play25%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -807,6 +836,7 @@
<visitDurationPretty>1 hours 0 min</visitDurationPretty>
<searches>0</searches>
<actions>16</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -886,6 +916,7 @@
<pageId>45</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Purchase</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -912,6 +943,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -987,6 +1019,7 @@
<pageId>44</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1013,6 +1046,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1089,6 +1123,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play50%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1103,6 +1138,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play75%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>420</timeSpent>
<timeSpentPretty>7 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1117,6 +1153,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
<eventName>Search query here</eventName>
+ <interactionPosition />
<timeSpent>900</timeSpent>
<timeSpentPretty>15 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1131,6 +1168,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playEnd</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1146,6 +1184,7 @@
<eventAction>rating</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<timeSpent>720</timeSpent>
<timeSpentPretty>12 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1161,6 +1200,7 @@
<eventAction>event action Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventAction>
<eventName>event name Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1187,6 +1227,7 @@
<visitDurationPretty>58 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>6</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1262,6 +1303,7 @@
<pageId>42</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1288,6 +1330,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1370,6 +1413,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1390,6 +1434,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1410,6 +1455,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1430,6 +1476,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1450,6 +1497,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1471,6 +1519,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>9</eventValue>
+ <interactionPosition />
<timeSpent>1</timeSpent>
<timeSpentPretty>1s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1492,6 +1541,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>10</eventValue>
+ <interactionPosition />
<timeSpent>1499</timeSpent>
<timeSpentPretty>24 min 59s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1505,6 +1555,7 @@
<pageId>33</pageId>
<generationTime>0.67s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon />
@@ -1519,6 +1570,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Princess Mononoke (もののけ姫)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1533,6 +1585,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Ponyo (崖の上のポニョ)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1547,6 +1600,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1561,6 +1615,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>clickBuyNow</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1575,6 +1630,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playStart</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1589,6 +1645,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play25%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1615,6 +1672,7 @@
<visitDurationPretty>59 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>14</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml
index 6c7b19157a..596636339a 100644
--- a/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_CustomEvents__Live.getLastVisitsDetails_month.xml
@@ -14,6 +14,7 @@
<pageId>68</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Purchase</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -40,6 +41,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -115,6 +117,7 @@
<pageId>67</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -141,6 +144,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -217,6 +221,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play50%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -231,6 +236,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play75%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>420</timeSpent>
<timeSpentPretty>7 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -245,6 +251,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
<eventName>Search query here</eventName>
+ <interactionPosition />
<timeSpent>900</timeSpent>
<timeSpentPretty>15 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -259,6 +266,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playEnd</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -274,6 +282,7 @@
<eventAction>rating</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<timeSpent>720</timeSpent>
<timeSpentPretty>12 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -289,6 +298,7 @@
<eventAction>event action Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventAction>
<eventName>event name Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -315,6 +325,7 @@
<visitDurationPretty>58 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>6</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -390,6 +401,7 @@
<pageId>65</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -416,6 +428,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -498,6 +511,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -518,6 +532,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -538,6 +553,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -558,6 +574,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -578,6 +595,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -599,6 +617,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>9</eventValue>
+ <interactionPosition />
<timeSpent>1</timeSpent>
<timeSpentPretty>1s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -620,6 +639,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>10</eventValue>
+ <interactionPosition />
<timeSpent>1499</timeSpent>
<timeSpentPretty>24 min 59s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -633,6 +653,7 @@
<pageId>56</pageId>
<generationTime>0.67s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon />
@@ -647,6 +668,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Princess Mononoke (もののけ姫)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -661,6 +683,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Ponyo (崖の上のポニョ)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -675,6 +698,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -689,6 +713,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>clickBuyNow</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -703,6 +728,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playStart</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -717,6 +743,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play25%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -743,6 +770,7 @@
<visitDurationPretty>59 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>14</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -818,6 +846,7 @@
<pageId>22</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Purchase</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -844,6 +873,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -923,6 +953,7 @@
<pageId>21</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -949,6 +980,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1029,6 +1061,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play50%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1043,6 +1076,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play75%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>420</timeSpent>
<timeSpentPretty>7 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1057,6 +1091,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
<eventName>Search query here</eventName>
+ <interactionPosition />
<timeSpent>900</timeSpent>
<timeSpentPretty>15 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1071,6 +1106,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playEnd</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1086,6 +1122,7 @@
<eventAction>rating</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<timeSpent>720</timeSpent>
<timeSpentPretty>12 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1101,6 +1138,7 @@
<eventAction>event action Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventAction>
<eventName>event name Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long Extremely long ---&gt; SHOULD APPEAR IN TEST OUTPUT NOT TRUNCATED &lt;---</eventName>
<eventValue>9.66</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1127,6 +1165,7 @@
<visitDurationPretty>58 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>6</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1206,6 +1245,7 @@
<pageId>19</pageId>
<eventCategory>Movie</eventCategory>
<eventAction>Search</eventAction>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1232,6 +1272,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1322,6 +1363,7 @@
<pageId>1</pageId>
<generationTime>0.33s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon />
@@ -1342,6 +1384,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1362,6 +1405,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1382,6 +1426,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1402,6 +1447,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1422,6 +1468,7 @@
</row>
</customVariables>
<eventName>La fiancée de l'eau</eventName>
+ <interactionPosition />
<timeSpent>30</timeSpent>
<timeSpentPretty>30s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1443,6 +1490,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>9</eventValue>
+ <interactionPosition />
<timeSpent>1</timeSpent>
<timeSpentPretty>1s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1464,6 +1512,7 @@
</customVariables>
<eventName>La fiancée de l'eau</eventName>
<eventValue>10</eventValue>
+ <interactionPosition />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1488,6 +1537,7 @@
<pageId>9</pageId>
<eventCategory>CategoryTriggersGoal here</eventCategory>
<eventAction>This is an event without a URL</eventAction>
+ <interactionPosition />
<timeSpent>1499</timeSpent>
<timeSpentPretty>24 min 59s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1501,6 +1551,7 @@
<pageId>10</pageId>
<generationTime>0.67s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon />
@@ -1515,6 +1566,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Princess Mononoke (もののけ姫)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1529,6 +1581,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Ponyo (崖の上のポニョ)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1543,6 +1596,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playTrailer</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>60</timeSpent>
<timeSpentPretty>1 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1557,6 +1611,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>clickBuyNow</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>120</timeSpent>
<timeSpentPretty>2 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1571,6 +1626,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>playStart</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<timeSpent>1320</timeSpent>
<timeSpentPretty>22 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/event.png</icon>
@@ -1585,6 +1641,7 @@
<eventCategory>Movie</eventCategory>
<eventAction>play25%</eventAction>
<eventName>Spirited Away (千と千尋の神隠し)</eventName>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1611,6 +1668,7 @@
<visitDurationPretty>1 hours 0 min</visitDurationPretty>
<searches>0</searches>
<actions>16</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml
index d4fde8bad5..0fc8515f43 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__Live.getLastVisitsDetails_range.xml
@@ -31,6 +31,7 @@
</row>
</customVariables>
<generationTime>0.29s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -57,6 +58,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>blog.comperiosearch.com</referrerName>
@@ -145,6 +147,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>79</timeSpent>
<timeSpentPretty>1 min 19s</timeSpentPretty>
<icon />
@@ -174,6 +177,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<icon />
</row>
@@ -200,6 +204,7 @@
<visitDurationPretty>1 min 21s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -287,6 +292,7 @@
</row>
</customVariables>
<generationTime>0.41s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -313,6 +319,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -413,6 +420,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>32</timeSpent>
<timeSpentPretty>32s</timeSpentPretty>
<icon />
@@ -442,6 +450,7 @@
<customVariablePageValue1>501</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<icon />
</row>
@@ -468,6 +477,7 @@
<visitDurationPretty>34s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -560,6 +570,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -586,6 +597,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>musicforeveryoneradio.be</referrerName>
@@ -690,6 +702,7 @@
</row>
</customVariables>
<generationTime>0.39s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -716,6 +729,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -827,6 +841,7 @@
<customVariablePageValue1>404</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -853,6 +868,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -953,6 +969,7 @@
</row>
</customVariables>
<generationTime>0.12s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -979,6 +996,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>berndjung.com</referrerName>
@@ -1071,6 +1089,7 @@
</row>
</customVariables>
<generationTime>0.15s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1097,6 +1116,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>forum.golem.de</referrerName>
@@ -1198,6 +1218,7 @@
</row>
</customVariables>
<generationTime>0.18s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>2</timeSpent>
<timeSpentPretty>2s</timeSpentPretty>
<icon />
@@ -1228,6 +1249,7 @@
</row>
</customVariables>
<generationTime>0.11s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>7</timeSpent>
<timeSpentPretty>7s</timeSpentPretty>
<icon />
@@ -1246,6 +1268,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/download.png</icon>
</row>
@@ -1272,6 +1295,7 @@
<visitDurationPretty>10s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>2</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -1368,6 +1392,7 @@
</row>
</customVariables>
<generationTime>0.13s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1394,6 +1419,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1498,6 +1524,7 @@
</row>
</customVariables>
<generationTime>0.06s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1524,6 +1551,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>musicforeveryoneradio.be</referrerName>
@@ -1617,6 +1645,7 @@
</row>
</customVariables>
<generationTime>0.12s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -1647,6 +1676,7 @@
</row>
</customVariables>
<generationTime>0.12s</generationTime>
+ <interactionPosition>5</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -1666,6 +1696,7 @@
</row>
</customVariables>
<generationTime>0.02s</generationTime>
+ <interactionPosition>9</interactionPosition>
<timeSpent>52</timeSpent>
<timeSpentPretty>52s</timeSpentPretty>
<icon />
@@ -1685,6 +1716,7 @@
</row>
</customVariables>
<generationTime>0.23s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>50</timeSpent>
<timeSpentPretty>50s</timeSpentPretty>
<icon />
@@ -1704,6 +1736,7 @@
</row>
</customVariables>
<generationTime>0.29s</generationTime>
+ <interactionPosition>6</interactionPosition>
<timeSpent>49</timeSpent>
<timeSpentPretty>49s</timeSpentPretty>
<icon />
@@ -1723,6 +1756,7 @@
</row>
</customVariables>
<generationTime>0.24s</generationTime>
+ <interactionPosition>10</interactionPosition>
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
<icon />
@@ -1742,6 +1776,7 @@
</row>
</customVariables>
<generationTime>1.32s</generationTime>
+ <interactionPosition>3</interactionPosition>
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
<icon />
@@ -1761,6 +1796,7 @@
</row>
</customVariables>
<generationTime>0.62s</generationTime>
+ <interactionPosition>7</interactionPosition>
<timeSpent>7</timeSpent>
<timeSpentPretty>7s</timeSpentPretty>
<icon />
@@ -1780,6 +1816,7 @@
</row>
</customVariables>
<generationTime>0.54s</generationTime>
+ <interactionPosition>4</interactionPosition>
<timeSpent>8</timeSpent>
<timeSpentPretty>8s</timeSpentPretty>
<icon />
@@ -1799,6 +1836,7 @@
</row>
</customVariables>
<generationTime>0.34s</generationTime>
+ <interactionPosition>8</interactionPosition>
<icon />
</row>
@@ -1825,6 +1863,7 @@
<visitDurationPretty>54s</visitDurationPretty>
<searches>0</searches>
<actions>10</actions>
+ <interactions>10</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1908,6 +1947,7 @@
</row>
</customVariables>
<generationTime>0.001s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1934,6 +1974,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2005,6 +2046,7 @@
<customVariablePageValue1>302</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>240</timeSpent>
<timeSpentPretty>4 min 0s</timeSpentPretty>
<icon />
@@ -2034,6 +2076,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<icon />
</row>
@@ -2060,6 +2103,7 @@
<visitDurationPretty>4 min 2s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2151,6 +2195,7 @@
</row>
</customVariables>
<generationTime>0.36s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2177,6 +2222,7 @@
<visitDurationPretty>1s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2253,6 +2299,7 @@
</row>
</customVariables>
<generationTime>0.11s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -2282,6 +2329,7 @@
<customVariablePageValue1>301</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -2309,6 +2357,7 @@
</row>
</customVariables>
<generationTime>0.11s</generationTime>
+ <interactionPosition>3</interactionPosition>
<icon />
</row>
@@ -2335,6 +2384,7 @@
<visitDurationPretty>2s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>example.com</referrerName>
@@ -2422,6 +2472,7 @@
</row>
</customVariables>
<generationTime>0.36s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2448,6 +2499,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2528,6 +2580,7 @@
</row>
</customVariables>
<generationTime>0.36s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -2558,6 +2611,7 @@
</row>
</customVariables>
<generationTime>0.36s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2584,6 +2638,7 @@
<visitDurationPretty>1s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2674,6 +2729,7 @@
<customVariablePageValue3>301</customVariablePageValue3>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2700,6 +2756,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -2794,6 +2851,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2820,6 +2878,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>piwik.org</referrerName>
@@ -2915,6 +2974,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -2941,6 +3001,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>sn110w.snt110.mail.live.com</referrerName>
@@ -3053,6 +3114,7 @@
</row>
</customVariables>
<generationTime>0.001s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3079,6 +3141,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>www.test.nl</referrerName>
@@ -3162,6 +3225,7 @@
</row>
</customVariables>
<generationTime>0.009s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3188,6 +3252,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3261,6 +3326,7 @@
</row>
</customVariables>
<eventName>myvideo</eventName>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -3287,6 +3353,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3359,6 +3426,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -3385,6 +3453,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3467,6 +3536,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3493,6 +3563,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3579,6 +3650,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3605,6 +3677,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3680,6 +3753,7 @@
<customVariablePageValue1>301</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -3709,6 +3783,7 @@
<customVariablePageValue1>307</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<icon />
</row>
@@ -3735,6 +3810,7 @@
<visitDurationPretty>3 min 2s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3810,6 +3886,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<timeSpent>61</timeSpent>
<timeSpentPretty>1 min 1s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -3828,6 +3905,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<timeSpent>61</timeSpent>
<timeSpentPretty>1 min 1s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -3846,6 +3924,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/download.png</icon>
</row>
@@ -3872,6 +3951,7 @@
<visitDurationPretty>2 min 3s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -3958,6 +4038,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -3984,6 +4065,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4070,6 +4152,7 @@
<customVariablePageValue1>500</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4096,6 +4179,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4171,6 +4255,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/download.png</icon>
</row>
@@ -4197,6 +4282,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4283,6 +4369,7 @@
<customVariablePageValue1>404</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4309,6 +4396,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4395,6 +4483,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4421,6 +4510,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4507,6 +4597,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4533,6 +4624,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4615,6 +4707,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4641,6 +4734,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4723,6 +4817,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4749,6 +4844,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4831,6 +4927,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4857,6 +4954,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -4939,6 +5037,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -4965,6 +5064,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5047,6 +5147,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5073,6 +5174,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5155,6 +5257,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5181,6 +5284,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5263,6 +5367,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5289,6 +5394,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5371,6 +5477,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5397,6 +5504,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5479,6 +5587,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5505,6 +5614,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5587,6 +5697,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5613,6 +5724,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5695,6 +5807,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5721,6 +5834,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5803,6 +5917,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5829,6 +5944,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -5911,6 +6027,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -5937,6 +6054,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -6019,6 +6137,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -6045,6 +6164,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -6127,6 +6247,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -6153,6 +6274,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -6235,6 +6357,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -6261,6 +6384,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__Live.getLastVisitsDetails_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__Live.getLastVisitsDetails_range.xml
index 9d638427bf..adef933973 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__Live.getLastVisitsDetails_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__Live.getLastVisitsDetails_range.xml
@@ -20,6 +20,7 @@
</row>
</customVariables>
<generationTime>0.29s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -46,6 +47,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>blog.comperiosearch.com</referrerName>
@@ -134,6 +136,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>79</timeSpent>
<timeSpentPretty>1 min 19s</timeSpentPretty>
<icon />
@@ -152,6 +155,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<icon />
</row>
@@ -178,6 +182,7 @@
<visitDurationPretty>1 min 20s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -254,6 +259,7 @@
</row>
</customVariables>
<generationTime>0.41s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -280,6 +286,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -380,6 +387,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>32</timeSpent>
<timeSpentPretty>32s</timeSpentPretty>
<icon />
@@ -398,6 +406,7 @@
<customVariablePageValue1>501</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<icon />
</row>
@@ -424,6 +433,7 @@
<visitDurationPretty>33s</visitDurationPretty>
<searches>0</searches>
<actions>2</actions>
+ <interactions>2</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -516,6 +526,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -542,6 +553,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>musicforeveryoneradio.be</referrerName>
@@ -635,6 +647,7 @@
</row>
</customVariables>
<generationTime>0.39s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -661,6 +674,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -761,6 +775,7 @@
<customVariablePageValue1>404</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -787,6 +802,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -876,6 +892,7 @@
</row>
</customVariables>
<generationTime>0.12s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -902,6 +919,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>berndjung.com</referrerName>
@@ -983,6 +1001,7 @@
</row>
</customVariables>
<generationTime>0.15s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1009,6 +1028,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>forum.golem.de</referrerName>
@@ -1110,6 +1130,7 @@
</row>
</customVariables>
<generationTime>0.18s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>2</timeSpent>
<timeSpentPretty>2s</timeSpentPretty>
<icon />
@@ -1129,6 +1150,7 @@
</row>
</customVariables>
<generationTime>0.11s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>7</timeSpent>
<timeSpentPretty>7s</timeSpentPretty>
<icon />
@@ -1147,6 +1169,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition />
<icon>plugins/Morpheus/images/download.png</icon>
</row>
@@ -1173,6 +1196,7 @@
<visitDurationPretty>10s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>2</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -1258,6 +1282,7 @@
</row>
</customVariables>
<generationTime>0.13s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1284,6 +1309,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1377,6 +1403,7 @@
</row>
</customVariables>
<generationTime>0.06s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1403,6 +1430,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>musicforeveryoneradio.be</referrerName>
@@ -1503,6 +1531,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1529,6 +1558,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>piwik.org</referrerName>
@@ -1613,6 +1643,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1639,6 +1670,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>sn110w.snt110.mail.live.com</referrerName>
@@ -1739,6 +1771,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -1761,6 +1794,7 @@
<customVariablePageValue4>PRODUCT name</customVariablePageValue4>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -1779,6 +1813,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<icon />
</row>
@@ -1805,6 +1840,7 @@
<visitDurationPretty>1s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>piwik.org</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_1__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_1__Live.getLastVisitsDetails_month.xml
index 23daf4bf06..75c89e1aa1 100644
--- a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_1__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_1__Live.getLastVisitsDetails_month.xml
@@ -13,6 +13,7 @@
<pageIdAction>4</pageIdAction>
<pageId>46</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -42,6 +43,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -65,6 +67,7 @@
<pageIdAction>47</pageIdAction>
<pageId>48</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -77,6 +80,7 @@
<pageIdAction>48</pageIdAction>
<pageId>49</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -92,6 +96,7 @@
<eventAction>Action8</eventAction>
<eventName>Name8</eventName>
<eventValue>353.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -118,6 +123,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -221,6 +227,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 8</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -247,6 +254,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -329,6 +337,7 @@
<pageIdAction>4</pageIdAction>
<pageId>41</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -363,6 +372,7 @@
<pageIdAction>42</pageIdAction>
<pageId>42</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -375,6 +385,7 @@
<pageIdAction>43</pageIdAction>
<pageId>43</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -390,6 +401,7 @@
<eventAction>Action7</eventAction>
<eventName>Name7</eventName>
<eventValue>352.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -416,6 +428,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_2__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_2__Live.getLastVisitsDetails_month.xml
index 69d9272531..13e2249fbb 100644
--- a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_2__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_offsetAndLimit_2__Live.getLastVisitsDetails_month.xml
@@ -34,6 +34,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 7</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -60,6 +61,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -142,6 +144,7 @@
<pageIdAction>4</pageIdAction>
<pageId>35</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -171,6 +174,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -194,6 +198,7 @@
<pageIdAction>37</pageIdAction>
<pageId>37</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -206,6 +211,7 @@
<pageIdAction>38</pageIdAction>
<pageId>38</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -221,6 +227,7 @@
<eventAction>Action6</eventAction>
<eventName>Name6</eventName>
<eventValue>351.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -247,6 +254,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -350,6 +358,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 6</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -376,6 +385,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortByIdVisit__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortByIdVisit__Live.getLastVisitsDetails_month.xml
index 0323bd788c..0861763ac1 100644
--- a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortByIdVisit__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortByIdVisit__Live.getLastVisitsDetails_month.xml
@@ -24,6 +24,7 @@
<pageIdAction>2</pageIdAction>
<pageId>95</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -50,6 +51,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -124,6 +126,7 @@
<pageIdAction>4</pageIdAction>
<pageId>46</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -153,6 +156,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -176,6 +180,7 @@
<pageIdAction>47</pageIdAction>
<pageId>48</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -188,6 +193,7 @@
<pageIdAction>48</pageIdAction>
<pageId>49</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -203,6 +209,7 @@
<eventAction>Action8</eventAction>
<eventName>Name8</eventName>
<eventValue>353.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -229,6 +236,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -332,6 +340,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 8</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -358,6 +367,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -440,6 +450,7 @@
<pageIdAction>4</pageIdAction>
<pageId>41</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -474,6 +485,7 @@
<pageIdAction>42</pageIdAction>
<pageId>42</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -486,6 +498,7 @@
<pageIdAction>43</pageIdAction>
<pageId>43</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -501,6 +514,7 @@
<eventAction>Action7</eventAction>
<eventName>Name7</eventName>
<eventValue>352.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -527,6 +541,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -630,6 +645,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 7</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -656,6 +672,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -738,6 +755,7 @@
<pageIdAction>4</pageIdAction>
<pageId>35</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -767,6 +785,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -790,6 +809,7 @@
<pageIdAction>37</pageIdAction>
<pageId>37</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -802,6 +822,7 @@
<pageIdAction>38</pageIdAction>
<pageId>38</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -817,6 +838,7 @@
<eventAction>Action6</eventAction>
<eventName>Name6</eventName>
<eventValue>351.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -843,6 +865,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -946,6 +969,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 6</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -972,6 +996,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortDesc__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortDesc__Live.getLastVisitsDetails_month.xml
index 0323bd788c..0861763ac1 100644
--- a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortDesc__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_Live.getLastVisitsDetails_sortDesc__Live.getLastVisitsDetails_month.xml
@@ -24,6 +24,7 @@
<pageIdAction>2</pageIdAction>
<pageId>95</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -50,6 +51,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -124,6 +126,7 @@
<pageIdAction>4</pageIdAction>
<pageId>46</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -153,6 +156,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -176,6 +180,7 @@
<pageIdAction>47</pageIdAction>
<pageId>48</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -188,6 +193,7 @@
<pageIdAction>48</pageIdAction>
<pageId>49</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -203,6 +209,7 @@
<eventAction>Action8</eventAction>
<eventName>Name8</eventName>
<eventValue>353.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -229,6 +236,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -332,6 +340,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 8</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -358,6 +367,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -440,6 +450,7 @@
<pageIdAction>4</pageIdAction>
<pageId>41</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -474,6 +485,7 @@
<pageIdAction>42</pageIdAction>
<pageId>42</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -486,6 +498,7 @@
<pageIdAction>43</pageIdAction>
<pageId>43</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -501,6 +514,7 @@
<eventAction>Action7</eventAction>
<eventName>Name7</eventName>
<eventValue>352.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -527,6 +541,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -630,6 +645,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 7</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -656,6 +672,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -738,6 +755,7 @@
<pageIdAction>4</pageIdAction>
<pageId>35</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -767,6 +785,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -790,6 +809,7 @@
<pageIdAction>37</pageIdAction>
<pageId>37</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -802,6 +822,7 @@
<pageIdAction>38</pageIdAction>
<pageId>38</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -817,6 +838,7 @@
<eventAction>Action6</eventAction>
<eventName>Name6</eventName>
<eventValue>351.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -843,6 +865,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -946,6 +969,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 6</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -972,6 +996,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest__Live.getLastVisitsDetails_month.xml
index 4665c485f0..a836236262 100644
--- a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest__Live.getLastVisitsDetails_month.xml
@@ -24,6 +24,7 @@
<pageIdAction>2</pageIdAction>
<pageId>95</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -50,6 +51,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
@@ -124,6 +126,7 @@
<pageIdAction>4</pageIdAction>
<pageId>46</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -153,6 +156,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -176,6 +180,7 @@
<pageIdAction>47</pageIdAction>
<pageId>48</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -188,6 +193,7 @@
<pageIdAction>48</pageIdAction>
<pageId>49</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -203,6 +209,7 @@
<eventAction>Action8</eventAction>
<eventName>Name8</eventName>
<eventValue>353.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -229,6 +236,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -332,6 +340,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 8</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -358,6 +367,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -440,6 +450,7 @@
<pageIdAction>4</pageIdAction>
<pageId>41</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -474,6 +485,7 @@
<pageIdAction>42</pageIdAction>
<pageId>42</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -486,6 +498,7 @@
<pageIdAction>43</pageIdAction>
<pageId>43</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -501,6 +514,7 @@
<eventAction>Action7</eventAction>
<eventName>Name7</eventName>
<eventValue>352.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -527,6 +541,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -630,6 +645,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 7</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -656,6 +672,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -738,6 +755,7 @@
<pageIdAction>4</pageIdAction>
<pageId>35</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -767,6 +785,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -790,6 +809,7 @@
<pageIdAction>37</pageIdAction>
<pageId>37</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -802,6 +822,7 @@
<pageIdAction>38</pageIdAction>
<pageId>38</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -817,6 +838,7 @@
<eventAction>Action6</eventAction>
<eventName>Name6</eventName>
<eventValue>351.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -843,6 +865,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -946,6 +969,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 6</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -972,6 +996,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1054,6 +1079,7 @@
<pageIdAction>4</pageIdAction>
<pageId>30</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -1088,6 +1114,7 @@
<pageIdAction>32</pageIdAction>
<pageId>31</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -1100,6 +1127,7 @@
<pageIdAction>33</pageIdAction>
<pageId>32</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -1115,6 +1143,7 @@
<eventAction>Action5</eventAction>
<eventName>Name5</eventName>
<eventValue>350.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1141,6 +1170,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1244,6 +1274,7 @@
<customVariablePageValue5>Cvar5 PAGE value is 5</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -1270,6 +1301,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -1352,6 +1384,7 @@
<pageIdAction>4</pageIdAction>
<pageId>24</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -1381,6 +1414,7 @@
</row>
</customVariables>
<siteSearchKeyword>Bring on the party</siteSearchKeyword>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -1404,6 +1438,7 @@
<pageIdAction>27</pageIdAction>
<pageId>26</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -1416,6 +1451,7 @@
<pageIdAction>28</pageIdAction>
<pageId>27</pageId>
+ <interactionPosition />
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -1431,6 +1467,7 @@
<eventAction>Action4</eventAction>
<eventName>Name4</eventName>
<eventValue>349.678</eventValue>
+ <interactionPosition />
<icon>plugins/Morpheus/images/event.png</icon>
</row>
@@ -1457,6 +1494,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>5</actions>
+ <interactions>2</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml
index eb5982c49b..453d9a946e 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Live.getLastVisitsDetails_day.xml
@@ -25,6 +25,7 @@
<pageId>9</pageId>
<generationTime>0.13s</generationTime>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -51,6 +52,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Yahoo!</referrerName>
@@ -126,6 +128,7 @@
<pageId>1</pageId>
<generationTime>0.23s</generationTime>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -139,6 +142,7 @@
<pageId>2</pageId>
<generationTime>0.22s</generationTime>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -151,6 +155,7 @@
<pageIdAction>5</pageIdAction>
<pageId>3</pageId>
+ <interactionPosition />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -163,6 +168,7 @@
<pageIdAction>6</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition />
<timeSpent>72</timeSpent>
<timeSpentPretty>1 min 12s</timeSpentPretty>
<icon>plugins/Morpheus/images/download.png</icon>
@@ -175,6 +181,7 @@
<pageIdAction>7</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<timeSpent>108</timeSpent>
<timeSpentPretty>1 min 48s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -187,6 +194,7 @@
<pageIdAction>8</pageIdAction>
<pageId>6</pageId>
+ <interactionPosition />
<timeSpent>72</timeSpent>
<timeSpentPretty>1 min 12s</timeSpentPretty>
<icon>plugins/Morpheus/images/link.gif</icon>
@@ -211,6 +219,7 @@
<pageId>7</pageId>
<siteSearchKeyword>Banks Own The World</siteSearchKeyword>
<generationTime>0.81s</generationTime>
+ <interactionPosition>3</interactionPosition>
<timeSpent>108</timeSpent>
<timeSpentPretty>1 min 48s</timeSpentPretty>
<icon>plugins/Morpheus/images/search_ico.png</icon>
@@ -224,6 +233,7 @@
<pageId>8</pageId>
<generationTime>0.02s</generationTime>
+ <interactionPosition>4</interactionPosition>
<icon />
</row>
@@ -250,6 +260,7 @@
<visitDurationPretty>27 min 1s</visitDurationPretty>
<searches>1</searches>
<actions>8</actions>
+ <interactions>4</interactions>
<referrerType>website</referrerType>
<referrerTypeName>Websites</referrerTypeName>
<referrerName>referrer.com</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
index 8d118edb9a..480d02e41e 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
@@ -13,6 +13,7 @@
<pageIdAction>2</pageIdAction>
<pageId>2</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -39,6 +40,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Moteurs de recherche</referrerTypeName>
<referrerName>Google</referrerName>
@@ -113,6 +115,7 @@
<pageIdAction>2</pageIdAction>
<pageId>1</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>1084</timeSpent>
<timeSpentPretty>18 min 4s</timeSpentPretty>
<icon />
@@ -152,6 +155,7 @@
<visitDurationPretty>18 min 4s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Moteurs de recherche</referrerTypeName>
<referrerName>Google</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
index 73cc01ca74..2fc3bd1b69 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
@@ -18,6 +18,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1365328800</timestamp>
</row>
@@ -44,6 +45,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -114,6 +116,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1365246000</timestamp>
</row>
@@ -140,6 +143,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -210,6 +214,7 @@
<customVariablePageValue1>200</customVariablePageValue1>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1365163200</timestamp>
</row>
@@ -236,6 +241,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml
index 8bdcb100dc..483c51771c 100644
--- a/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_TimezonesTest__Live.getLastVisitsDetails_day.xml
@@ -13,6 +13,7 @@
<pageIdAction>2</pageIdAction>
<pageId>1</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -39,6 +40,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml
index ed2500e125..1bafbae6e3 100644
--- a/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/expected/test_UserId_VisitorId__Live.getLastVisitsDetails_month.xml
@@ -11,6 +11,7 @@
<pageIdAction>2</pageIdAction>
<serverTimePretty>Mar 6, 2010 11:22:33</serverTimePretty>
<pageId>1</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1267874553</timestamp>
</row>
@@ -30,6 +31,7 @@
<pageIdAction>3</pageIdAction>
<serverTimePretty>Mar 6, 2010 11:25:33</serverTimePretty>
<pageId>2</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -42,6 +44,7 @@
<pageIdAction>4</pageIdAction>
<serverTimePretty>Mar 6, 2010 11:28:33</serverTimePretty>
<pageId>3</pageId>
+ <interactionPosition>2</interactionPosition>
<icon />
<timestamp>1267874913</timestamp>
</row>
@@ -61,6 +64,7 @@
<pageIdAction>6</pageIdAction>
<serverTimePretty>Mar 6, 2010 13:16:33</serverTimePretty>
<pageId>4</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -73,6 +77,7 @@
<pageIdAction>2</pageIdAction>
<serverTimePretty>Mar 6, 2010 13:22:33</serverTimePretty>
<pageId>5</pageId>
+ <interactionPosition>2</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -85,6 +90,7 @@
<pageIdAction>2</pageIdAction>
<serverTimePretty>Mar 6, 2010 13:28:33</serverTimePretty>
<pageId>6</pageId>
+ <interactionPosition>3</interactionPosition>
<icon />
<timestamp>1267882113</timestamp>
</row>
@@ -104,6 +110,7 @@
<pageIdAction>2</pageIdAction>
<serverTimePretty>Mar 6, 2010 13:34:33</serverTimePretty>
<pageId>7</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1267882473</timestamp>
</row>
@@ -123,6 +130,7 @@
<pageIdAction>10</pageIdAction>
<serverTimePretty>Mar 6, 2010 16:28:33</serverTimePretty>
<pageId>10</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1267892913</timestamp>
</row>
@@ -142,6 +150,7 @@
<pageIdAction>10</pageIdAction>
<serverTimePretty>Mar 6, 2010 16:22:33</serverTimePretty>
<pageId>8</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -154,6 +163,7 @@
<pageIdAction>10</pageIdAction>
<serverTimePretty>Mar 6, 2010 16:28:33</serverTimePretty>
<pageId>9</pageId>
+ <interactionPosition>2</interactionPosition>
<timeSpent>721</timeSpent>
<timeSpentPretty>12 min 1s</timeSpentPretty>
<icon />
@@ -203,6 +213,7 @@
<pageIdAction>2</pageIdAction>
<serverTimePretty>Mar 14, 2010 11:22:33</serverTimePretty>
<pageId>11</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1268565753</timestamp>
</row>
@@ -222,6 +233,7 @@
<pageIdAction>2</pageIdAction>
<serverTimePretty>Mar 14, 2010 11:46:33</serverTimePretty>
<pageId>12</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
<timestamp>1268567193</timestamp>
</row>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml
index 2da072a826..5d14d04cd7 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getDefaultMetricTranslations.xml
@@ -80,7 +80,7 @@
<nb_uniq_visitors_returning>Unique returning visitors</nb_uniq_visitors_returning>
<nb_users_returning>Returning Users</nb_users_returning>
<nb_impressions>Impressions</nb_impressions>
- <nb_interactions>Interactions</nb_interactions>
+ <nb_interactions>Content Interactions</nb_interactions>
<interaction_rate>Interaction Rate</interaction_rate>
<nb_visits_percentage>% Visits</nb_visits_percentage>
<nb_hits_with_bandwidth>Recorded hits with bandwidth</nb_hits_with_bandwidth>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml
index 097ddcd4c4..b14c503cb3 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml
@@ -51,6 +51,11 @@
<documentation>The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.</documentation>
</row>
<row>
+ <name>Content Interactions</name>
+ <id>nb_interactions</id>
+ <documentation>The number of times a content block was interacted with (eg, a 'click' on a banner or ad).</documentation>
+ </row>
+ <row>
<name>Conversion Rate</name>
<id>conversion_rate</id>
<documentation>The percentage of visits that triggered a goal conversion.</documentation>
@@ -91,11 +96,6 @@
<documentation>The ratio of content impressions to interactions.</documentation>
</row>
<row>
- <name>Interactions</name>
- <id>nb_interactions</id>
- <documentation>The number of times a content block was interacted with (eg, a 'click' on a banner or ad).</documentation>
- </row>
- <row>
<name>Maximum value</name>
<id>max_event_value</id>
<documentation>The maximum value for this event</documentation>
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 ea1dbce1af..b2f868a1e0 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
@@ -1565,7 +1565,7 @@
<dimension>Content Name</dimension>
<metrics>
<nb_impressions>Impressions</nb_impressions>
- <nb_interactions>Interactions</nb_interactions>
+ <nb_interactions>Content Interactions</nb_interactions>
</metrics>
<metricsDocumentation>
<nb_impressions>The number of times a content block, such as a banner or an ad, was displayed on a page.</nb_impressions>
@@ -1589,7 +1589,7 @@
<dimension>Content Piece</dimension>
<metrics>
<nb_impressions>Impressions</nb_impressions>
- <nb_interactions>Interactions</nb_interactions>
+ <nb_interactions>Content Interactions</nb_interactions>
</metrics>
<metricsDocumentation>
<nb_impressions>The number of times a content block, such as a banner or an ad, was displayed on a page.</nb_impressions>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
index 8499ae5bca..60d41d94be 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
@@ -27,6 +27,13 @@
<row>
<type>metric</type>
<category>Visit</category>
+ <name>Number of Interactions</name>
+ <segment>interactions</segment>
+ <acceptedValues>Any positive integer</acceptedValues>
+ </row>
+ <row>
+ <type>metric</type>
+ <category>Visit</category>
<name>Number of Internal Searches</name>
<segment>searches</segment>
<acceptedValues>To select all visits who used internal Site Search, use: &amp;segment=searches&gt;0</acceptedValues>
@@ -482,6 +489,13 @@
<row>
<type>dimension</type>
<category>Actions</category>
+ <name>Content Interaction</name>
+ <segment>contentInteraction</segment>
+ <acceptedValues>The type of interaction with the content. For instance &quot;click&quot; or &quot;submit&quot;.</acceptedValues>
+ </row>
+ <row>
+ <type>dimension</type>
+ <category>Actions</category>
<name>Content Name</name>
<segment>contentName</segment>
<acceptedValues>The name of a content block, for instance &quot;Ad Sale&quot;</acceptedValues>
@@ -533,13 +547,6 @@
<row>
<type>dimension</type>
<category>Actions</category>
- <name>Interaction</name>
- <segment>contentInteraction</segment>
- <acceptedValues>The type of interaction with the content. For instance &quot;click&quot; or &quot;submit&quot;.</acceptedValues>
- </row>
- <row>
- <type>dimension</type>
- <category>Actions</category>
<name>Keyword (Site Search)</name>
<segment>siteSearchKeyword</segment>
</row>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php b/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php
index 80f9d11afe..f3d189a6a8 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata_phpRenderer__API.getDefaultMetricTranslations.php
@@ -1 +1 @@
-a:1:{i:0;a:90:{s:9:"nb_visits";s:6:"Visits";s:16:"nb_uniq_visitors";s:15:"Unique visitors";s:10:"nb_actions";s:7:"Actions";s:8:"nb_users";s:5:"Users";s:20:"nb_actions_per_visit";s:17:"Actions per Visit";s:16:"avg_time_on_site";s:20:"Avg. Time on Website";s:11:"bounce_rate";s:11:"Bounce Rate";s:15:"conversion_rate";s:15:"Conversion Rate";s:5:"label";s:5:"Label";s:4:"date";s:4:"Date";s:16:"avg_time_on_page";s:17:"Avg. time on page";s:14:"sum_time_spent";s:41:"Total time spent by visitors (in seconds)";s:16:"sum_visit_length";s:41:"Total time spent by visitors (in seconds)";s:12:"bounce_count";s:7:"Bounces";s:22:"bounce_count_returning";s:33:"Bounce Count for Returning Visits";s:11:"max_actions";s:28:"Maximum actions in one visit";s:21:"max_actions_returning";s:38:"Maximum actions in one returning visit";s:29:"nb_visits_converted_returning";s:36:"Number of converted returning visits";s:26:"sum_visit_length_returning";s:51:"Total time spent by returning visitors (in seconds)";s:19:"nb_visits_converted";s:23:"Visits with Conversions";s:14:"nb_conversions";s:11:"Conversions";s:7:"revenue";s:7:"Revenue";s:7:"nb_hits";s:9:"Pageviews";s:15:"entry_nb_visits";s:9:"Entrances";s:22:"entry_nb_uniq_visitors";s:16:"Unique entrances";s:14:"exit_nb_visits";s:5:"Exits";s:21:"exit_nb_uniq_visitors";s:12:"Unique exits";s:18:"entry_bounce_count";s:7:"Bounces";s:17:"exit_bounce_count";s:7:"Bounces";s:9:"exit_rate";s:9:"Exit rate";s:26:"sum_daily_nb_uniq_visitors";s:27:"Unique visitors (daily sum)";s:18:"sum_daily_nb_users";s:17:"Users (daily sum)";s:32:"sum_daily_entry_nb_uniq_visitors";s:28:"Unique entrances (daily sum)";s:31:"sum_daily_exit_nb_uniq_visitors";s:24:"Unique exits (daily sum)";s:16:"entry_nb_actions";s:27:"Actions after entering here";s:22:"entry_sum_visit_length";s:61:"Total time spent by visitors (in seconds) after entering here";s:12:"nb_pageviews";s:9:"Pageviews";s:17:"nb_uniq_pageviews";s:16:"Unique Pageviews";s:12:"nb_downloads";s:9:"Downloads";s:17:"nb_uniq_downloads";s:16:"Unique Downloads";s:11:"nb_outlinks";s:8:"Outlinks";s:16:"nb_uniq_outlinks";s:15:"Unique Outlinks";s:11:"nb_searches";s:8:"Searches";s:11:"nb_keywords";s:15:"Unique Keywords";s:19:"avg_time_generation";s:20:"Avg. generation time";s:19:"nb_pages_per_search";s:20:"Search Results pages";s:24:"nb_hits_following_search";s:25:"Clicked in search results";s:16:"visits_evolution";s:16:"Visits Evolution";s:17:"actions_evolution";s:17:"Actions Evolution";s:19:"pageviews_evolution";s:19:"Pageviews Evolution";s:17:"revenue_evolution";s:17:"Revenue Evolution";s:24:"nb_conversions_evolution";s:21:"Conversions Evolution";s:16:"orders_evolution";s:26:"Ecommerce Orders Evolution";s:27:"ecommerce_revenue_evolution";s:25:"Product Revenue Evolution";s:6:"orders";s:16:"Ecommerce Orders";s:17:"ecommerce_revenue";s:15:"Product Revenue";s:17:"revenue_per_visit";s:17:"Revenue per Visit";s:8:"quantity";s:8:"Quantity";s:9:"avg_price";s:13:"Average Price";s:12:"avg_quantity";s:16:"Average Quantity";s:16:"revenue_subtotal";s:8:"Subtotal";s:11:"revenue_tax";s:3:"Tax";s:16:"revenue_shipping";s:8:"Shipping";s:16:"revenue_discount";s:8:"Discount";s:17:"avg_order_revenue";s:19:"Average Order Value";s:9:"nb_events";s:12:"Total events";s:15:"sum_event_value";s:11:"Total value";s:15:"min_event_value";s:13:"Minimum value";s:15:"max_event_value";s:13:"Maximum value";s:15:"avg_event_value";s:13:"Average value";s:20:"nb_events_with_value";s:19:"Events with a value";s:19:"nb_visits_returning";s:16:"Returning Visits";s:20:"nb_actions_returning";s:27:"Actions by Returning Visits";s:26:"avg_time_on_site_returning";s:43:"Avg. Duration of a Returning Visit (in sec)";s:21:"bounce_rate_returning";s:32:"Bounce Rate for Returning Visits";s:30:"nb_actions_per_visit_returning";s:32:"Avg. Actions per Returning Visit";s:26:"nb_uniq_visitors_returning";s:25:"Unique returning visitors";s:18:"nb_users_returning";s:15:"Returning Users";s:14:"nb_impressions";s:11:"Impressions";s:15:"nb_interactions";s:12:"Interactions";s:16:"interaction_rate";s:16:"Interaction Rate";s:20:"nb_visits_percentage";s:8:"% Visits";s:22:"nb_hits_with_bandwidth";s:28:"Recorded hits with bandwidth";s:13:"max_bandwidth";s:13:"Max Bandwidth";s:13:"min_bandwidth";s:13:"Min Bandwidth";s:13:"sum_bandwidth";s:13:"Sum Bandwidth";s:13:"avg_bandwidth";s:14:"Avg. Bandwidth";s:26:"nb_total_overall_bandwidth";s:25:"Bytes transferred overall";s:27:"nb_total_pageview_bandwidth";s:27:"Bytes transferred pageviews";s:27:"nb_total_download_bandwidth";s:27:"Bytes transferred downloads";}} \ No newline at end of file
+a:1:{i:0;a:90:{s:9:"nb_visits";s:6:"Visits";s:16:"nb_uniq_visitors";s:15:"Unique visitors";s:10:"nb_actions";s:7:"Actions";s:8:"nb_users";s:5:"Users";s:20:"nb_actions_per_visit";s:17:"Actions per Visit";s:16:"avg_time_on_site";s:20:"Avg. Time on Website";s:11:"bounce_rate";s:11:"Bounce Rate";s:15:"conversion_rate";s:15:"Conversion Rate";s:5:"label";s:5:"Label";s:4:"date";s:4:"Date";s:16:"avg_time_on_page";s:17:"Avg. time on page";s:14:"sum_time_spent";s:41:"Total time spent by visitors (in seconds)";s:16:"sum_visit_length";s:41:"Total time spent by visitors (in seconds)";s:12:"bounce_count";s:7:"Bounces";s:22:"bounce_count_returning";s:33:"Bounce Count for Returning Visits";s:11:"max_actions";s:28:"Maximum actions in one visit";s:21:"max_actions_returning";s:38:"Maximum actions in one returning visit";s:29:"nb_visits_converted_returning";s:36:"Number of converted returning visits";s:26:"sum_visit_length_returning";s:51:"Total time spent by returning visitors (in seconds)";s:19:"nb_visits_converted";s:23:"Visits with Conversions";s:14:"nb_conversions";s:11:"Conversions";s:7:"revenue";s:7:"Revenue";s:7:"nb_hits";s:9:"Pageviews";s:15:"entry_nb_visits";s:9:"Entrances";s:22:"entry_nb_uniq_visitors";s:16:"Unique entrances";s:14:"exit_nb_visits";s:5:"Exits";s:21:"exit_nb_uniq_visitors";s:12:"Unique exits";s:18:"entry_bounce_count";s:7:"Bounces";s:17:"exit_bounce_count";s:7:"Bounces";s:9:"exit_rate";s:9:"Exit rate";s:26:"sum_daily_nb_uniq_visitors";s:27:"Unique visitors (daily sum)";s:18:"sum_daily_nb_users";s:17:"Users (daily sum)";s:32:"sum_daily_entry_nb_uniq_visitors";s:28:"Unique entrances (daily sum)";s:31:"sum_daily_exit_nb_uniq_visitors";s:24:"Unique exits (daily sum)";s:16:"entry_nb_actions";s:27:"Actions after entering here";s:22:"entry_sum_visit_length";s:61:"Total time spent by visitors (in seconds) after entering here";s:12:"nb_pageviews";s:9:"Pageviews";s:17:"nb_uniq_pageviews";s:16:"Unique Pageviews";s:12:"nb_downloads";s:9:"Downloads";s:17:"nb_uniq_downloads";s:16:"Unique Downloads";s:11:"nb_outlinks";s:8:"Outlinks";s:16:"nb_uniq_outlinks";s:15:"Unique Outlinks";s:11:"nb_searches";s:8:"Searches";s:11:"nb_keywords";s:15:"Unique Keywords";s:19:"avg_time_generation";s:20:"Avg. generation time";s:19:"nb_pages_per_search";s:20:"Search Results pages";s:24:"nb_hits_following_search";s:25:"Clicked in search results";s:16:"visits_evolution";s:16:"Visits Evolution";s:17:"actions_evolution";s:17:"Actions Evolution";s:19:"pageviews_evolution";s:19:"Pageviews Evolution";s:17:"revenue_evolution";s:17:"Revenue Evolution";s:24:"nb_conversions_evolution";s:21:"Conversions Evolution";s:16:"orders_evolution";s:26:"Ecommerce Orders Evolution";s:27:"ecommerce_revenue_evolution";s:25:"Product Revenue Evolution";s:6:"orders";s:16:"Ecommerce Orders";s:17:"ecommerce_revenue";s:15:"Product Revenue";s:17:"revenue_per_visit";s:17:"Revenue per Visit";s:8:"quantity";s:8:"Quantity";s:9:"avg_price";s:13:"Average Price";s:12:"avg_quantity";s:16:"Average Quantity";s:16:"revenue_subtotal";s:8:"Subtotal";s:11:"revenue_tax";s:3:"Tax";s:16:"revenue_shipping";s:8:"Shipping";s:16:"revenue_discount";s:8:"Discount";s:17:"avg_order_revenue";s:19:"Average Order Value";s:9:"nb_events";s:12:"Total events";s:15:"sum_event_value";s:11:"Total value";s:15:"min_event_value";s:13:"Minimum value";s:15:"max_event_value";s:13:"Maximum value";s:15:"avg_event_value";s:13:"Average value";s:20:"nb_events_with_value";s:19:"Events with a value";s:19:"nb_visits_returning";s:16:"Returning Visits";s:20:"nb_actions_returning";s:27:"Actions by Returning Visits";s:26:"avg_time_on_site_returning";s:43:"Avg. Duration of a Returning Visit (in sec)";s:21:"bounce_rate_returning";s:32:"Bounce Rate for Returning Visits";s:30:"nb_actions_per_visit_returning";s:32:"Avg. Actions per Returning Visit";s:26:"nb_uniq_visitors_returning";s:25:"Unique returning visitors";s:18:"nb_users_returning";s:15:"Returning Users";s:14:"nb_impressions";s:11:"Impressions";s:15:"nb_interactions";s:20:"Content Interactions";s:16:"interaction_rate";s:16:"Interaction Rate";s:20:"nb_visits_percentage";s:8:"% Visits";s:22:"nb_hits_with_bandwidth";s:28:"Recorded hits with bandwidth";s:13:"max_bandwidth";s:13:"Max Bandwidth";s:13:"min_bandwidth";s:13:"Min Bandwidth";s:13:"sum_bandwidth";s:13:"Sum Bandwidth";s:13:"avg_bandwidth";s:14:"Avg. Bandwidth";s:26:"nb_total_overall_bandwidth";s:25:"Bytes transferred overall";s:27:"nb_total_pageview_bandwidth";s:27:"Bytes transferred pageviews";s:27:"nb_total_download_bandwidth";s:27:"Bytes transferred downloads";}} \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv b/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
index 90df5b1904..d9d1b68bf4 100644
--- a/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
+++ b/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
Binary files differ
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
index 5b19eea90f..979634a932 100755
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
@@ -66,6 +66,7 @@
<visitDurationPretty>6 min 3s</visitDurationPretty>
<searches>0</searches>
<actions>0</actions>
+ <interactions>0</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -170,6 +171,7 @@
<customVariablePageValue5 />
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -200,6 +202,7 @@
<customVariablePageValue5 />
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -226,6 +229,7 @@
<customVariablePageValue5>Category TWO LEFT in cart</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<timeSpent>361</timeSpent>
<timeSpentPretty>6 min 1s</timeSpentPretty>
<icon />
@@ -285,6 +289,7 @@
<visitDurationPretty>18 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
index d391947a56..391d44947e 100755
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
+++ b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
@@ -31,6 +31,7 @@
<customVariablePageValue5 />
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -61,6 +62,7 @@
<customVariablePageValue5 />
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -87,6 +89,7 @@
<customVariablePageValue5>Category TWO LEFT in cart</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<timeSpent>361</timeSpent>
<timeSpentPretty>6 min 1s</timeSpentPretty>
<icon />
@@ -146,6 +149,7 @@
<visitDurationPretty>12 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -238,6 +242,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -256,6 +261,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -286,6 +292,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<timeSpent>720</timeSpent>
<timeSpentPretty>12 min 0s</timeSpentPretty>
<icon />
@@ -374,6 +381,7 @@
<customVariablePageValue5 />
</row>
</customVariables>
+ <interactionPosition>4</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -404,6 +412,7 @@
<customVariablePageValue5 />
</row>
</customVariables>
+ <interactionPosition>5</interactionPosition>
<timeSpent>180</timeSpent>
<timeSpentPretty>3 min 0s</timeSpentPretty>
<icon />
@@ -430,6 +439,7 @@
<customVariablePageValue5>Category TWO LEFT in cart</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>6</interactionPosition>
<timeSpent>361</timeSpent>
<timeSpentPretty>6 min 1s</timeSpentPretty>
<icon />
@@ -489,6 +499,7 @@
<visitDurationPretty>1 hours 6 min</visitDurationPretty>
<searches>0</searches>
<actions>6</actions>
+ <interactions>6</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
@@ -604,6 +615,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -634,6 +646,7 @@
<customVariablePageValue5>Electronics &amp; Cameras</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -664,6 +677,7 @@
<customVariablePageValue5 />
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -690,6 +704,7 @@
<customVariablePageValue5>[&quot;Multiple Category 1&quot;,&quot;&quot;,0,&quot;Multiple Category 2&quot;,&quot;Electronics &amp; Cameras&quot;,&quot;Multiple Category 4&quot;,&quot;Multiple Category 5&quot;,&quot;SHOULD NOT BE REPORTEDSSSSSSSSSSSSSSssssssssssssssssssssssssssstttttttttttttttttt</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>4</interactionPosition>
<icon />
</row>
@@ -716,6 +731,7 @@
<visitDurationPretty>12 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>4</actions>
+ <interactions>4</interactions>
<referrerType>direct</referrerType>
<referrerTypeName>Direct Entry</referrerTypeName>
<referrerName />
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml
index 614ca49126..21e1b1d26c 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisits.xml
@@ -13,6 +13,7 @@
<pageIdAction>6</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -39,6 +40,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -132,6 +134,7 @@
<pageIdAction>2</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -158,6 +161,7 @@
<visitDurationPretty>6 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -251,6 +255,7 @@
<pageIdAction>2</pageIdAction>
<pageId>1</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -284,6 +289,7 @@
<customVariablePageValue5>looking at &quot;profile page&quot;</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -310,6 +316,7 @@
<customVariablePageValue4>looking at &quot;profile page&quot;</customVariablePageValue4>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<icon />
</row>
@@ -336,6 +343,7 @@
<visitDurationPretty>6 min 4s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
index 614ca49126..21e1b1d26c 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
@@ -13,6 +13,7 @@
<pageIdAction>6</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -39,6 +40,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -132,6 +134,7 @@
<pageIdAction>2</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -158,6 +161,7 @@
<visitDurationPretty>6 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -251,6 +255,7 @@
<pageIdAction>2</pageIdAction>
<pageId>1</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -284,6 +289,7 @@
<customVariablePageValue5>looking at &quot;profile page&quot;</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -310,6 +316,7 @@
<customVariablePageValue4>looking at &quot;profile page&quot;</customVariablePageValue4>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<icon />
</row>
@@ -336,6 +343,7 @@
<visitDurationPretty>6 min 4s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
index f15526855b..6a412c0910 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
@@ -66,6 +66,7 @@
<pageIdAction>6</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -92,6 +93,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -185,6 +187,7 @@
<pageIdAction>2</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -211,6 +214,7 @@
<visitDurationPretty>6 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisits.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisits.xml
index 614ca49126..21e1b1d26c 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisits.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisits.xml
@@ -13,6 +13,7 @@
<pageIdAction>6</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -39,6 +40,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -132,6 +134,7 @@
<pageIdAction>2</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -158,6 +161,7 @@
<visitDurationPretty>6 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -251,6 +255,7 @@
<pageIdAction>2</pageIdAction>
<pageId>1</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -284,6 +289,7 @@
<customVariablePageValue5>looking at &quot;profile page&quot;</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -310,6 +316,7 @@
<customVariablePageValue4>looking at &quot;profile page&quot;</customVariablePageValue4>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<icon />
</row>
@@ -336,6 +343,7 @@
<visitDurationPretty>6 min 4s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisitsDetails_range.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisitsDetails_range.xml
index 614ca49126..21e1b1d26c 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisitsDetails_range.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getLastVisitsDetails_range.xml
@@ -13,6 +13,7 @@
<pageIdAction>6</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -39,6 +40,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -132,6 +134,7 @@
<pageIdAction>2</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -158,6 +161,7 @@
<visitDurationPretty>6 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -251,6 +255,7 @@
<pageIdAction>2</pageIdAction>
<pageId>1</pageId>
+ <interactionPosition>1</interactionPosition>
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<icon />
@@ -284,6 +289,7 @@
<customVariablePageValue5>looking at &quot;profile page&quot;</customVariablePageValue5>
</row>
</customVariables>
+ <interactionPosition>2</interactionPosition>
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<icon />
@@ -310,6 +316,7 @@
<customVariablePageValue4>looking at &quot;profile page&quot;</customVariablePageValue4>
</row>
</customVariables>
+ <interactionPosition>3</interactionPosition>
<icon />
</row>
@@ -336,6 +343,7 @@
<visitDurationPretty>6 min 4s</visitDurationPretty>
<searches>0</searches>
<actions>3</actions>
+ <interactions>3</interactions>
<referrerType>search</referrerType>
<referrerTypeName>Search Engines</referrerTypeName>
<referrerName>Google</referrerName>
diff --git a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getVisitorProfile.xml b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getVisitorProfile.xml
index f15526855b..6a412c0910 100644
--- a/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getVisitorProfile.xml
+++ b/tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__Live.getVisitorProfile.xml
@@ -66,6 +66,7 @@
<pageIdAction>6</pageIdAction>
<pageId>5</pageId>
+ <interactionPosition />
<icon>plugins/Morpheus/images/link.gif</icon>
</row>
@@ -92,6 +93,7 @@
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>0</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
@@ -185,6 +187,7 @@
<pageIdAction>2</pageIdAction>
<pageId>4</pageId>
+ <interactionPosition>1</interactionPosition>
<icon />
</row>
@@ -211,6 +214,7 @@
<visitDurationPretty>6 min 1s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
+ <interactions>1</interactions>
<referrerType>campaign</referrerType>
<referrerTypeName>Campaigns</referrerTypeName>
<referrerName>campaign name - yeah!</referrerName>
diff --git a/tests/PHPUnit/Unit/DataAccess/LogQueryBuilder/JoinGeneratorTest.php b/tests/PHPUnit/Unit/DataAccess/LogQueryBuilder/JoinGeneratorTest.php
index cd572e4849..cb20726968 100644
--- a/tests/PHPUnit/Unit/DataAccess/LogQueryBuilder/JoinGeneratorTest.php
+++ b/tests/PHPUnit/Unit/DataAccess/LogQueryBuilder/JoinGeneratorTest.php
@@ -148,6 +148,65 @@ class JoinGeneratorTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($expected, $tables);
}
+ public function test_sortTablesForJoin_shouldSortTablesWithCustomJoinRequiringEachOther()
+ {
+ $tables = array(
+ 'log_link_visit_action',
+ 'log_action',
+ array(
+ 'table' => 'log_link_visit_action',
+ 'tableAlias' => 'log_link_visit_action_foo',
+ 'joinOn' => "log_link_visit_action.idvisit = log_link_visit_action_foo.idvisit"
+ ),
+ array(
+ 'table' => 'log_action',
+ 'tableAlias' => 'log_action_foo',
+ 'joinOn' => "log_link_visit_action_foo.idaction_url = log_action_foo.idaction"
+ )
+ );
+
+ $generator = $this->makeGenerator($tables);
+ usort($tables, array($generator, 'sortTablesForJoin'));
+
+ $expected = array(
+ array (
+ 'table' => 'log_link_visit_action',
+ 'tableAlias' => 'log_link_visit_action_foo',
+ 'joinOn' => 'log_link_visit_action.idvisit = log_link_visit_action_foo.idvisit',
+ ),
+ array (
+ 'table' => 'log_action',
+ 'tableAlias' => 'log_action_foo',
+ 'joinOn' => 'log_link_visit_action_foo.idaction_url = log_action_foo.idaction',
+ ),
+ 'log_link_visit_action',
+ 'log_action',
+ );
+
+ $this->assertEquals($expected, $tables);
+
+ // should still be the same if inverted
+ $tables = array(
+ 'log_link_visit_action',
+ 'log_action',
+ array(
+ 'table' => 'log_action',
+ 'tableAlias' => 'log_action_foo',
+ 'joinOn' => "log_link_visit_action_foo.idaction_url = log_action_foo.idaction"
+ ),
+ array(
+ 'table' => 'log_link_visit_action',
+ 'tableAlias' => 'log_link_visit_action_foo',
+ 'joinOn' => "log_link_visit_action.idvisit = log_link_visit_action_foo.idvisit"
+ ),
+ );
+
+ $generator = $this->makeGenerator($tables);
+ usort($tables, array($generator, 'sortTablesForJoin'));
+
+ $this->assertEquals($expected, $tables);
+ }
+
private function generate($tables)
{
$generator = $this->makeGenerator($tables);
diff --git a/tests/UI/expected-screenshots/CoreUpdaterDb_main.png b/tests/UI/expected-screenshots/CoreUpdaterDb_main.png
index 82fe26d151..15e3790562 100644
--- a/tests/UI/expected-screenshots/CoreUpdaterDb_main.png
+++ b/tests/UI/expected-screenshots/CoreUpdaterDb_main.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:477f2a7d70960505f3143e486162af3e2bcb4c4a70e0f40bc80279546c118508
-size 278843
+oid sha256:1a60b66e0ade5a7500077b999e6ed1d6ce4c9bfcc0d662604bafe9a8e2082931
+size 281165