Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2018-05-20 22:14:10 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-20 22:14:10 +0300
commit509ac2f1085e74c6a44253248f9f2fc3ac54d337 (patch)
tree785e3898de3c0be2ebddb7a6682f1de31c7c4318
parent682cc40c9106e20b97d86a663d0f2c2714e32303 (diff)
Improve and split tests (#12822)
* Speed up some tests by not using IntegrationTestCase * fix test * split system tests into plugin & core * adjust travis submodule * Move Annotations system test to plugin * Move Transitions system test to plugin * fix tests * move PurgeDataTest to PrivacyManager plugin * Move some tests to Goal plugin * fix test * submodule update * Move tests to ecommerce plugin * adds a caching to prevent some duplicate api calls
-rw-r--r--.travis.yml5
-rw-r--r--[-rwxr-xr-x]plugins/Annotations/tests/System/AnnotationsTest.php (renamed from tests/PHPUnit/System/AnnotationsTest.php)7
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.get.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_day.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_day.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_month.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_month.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_week.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_week.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_year.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_year.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_day.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_day.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_month.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_month.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_week.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_week.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_year.xml (renamed from tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_year.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations_lastN__Annotations.getAll_week.xml (renamed from tests/PHPUnit/System/expected/test_annotations_lastN__Annotations.getAll_week.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations_lastN__Annotations.getAnnotationCountForDates_week.xml (renamed from tests/PHPUnit/System/expected/test_annotations_lastN__Annotations.getAnnotationCountForDates_week.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations_multipleSites__Annotations.getAll_month.xml (renamed from tests/PHPUnit/System/expected/test_annotations_multipleSites__Annotations.getAll_month.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations_multipleSites__Annotations.getAnnotationCountForDates_month.xml (renamed from tests/PHPUnit/System/expected/test_annotations_multipleSites__Annotations.getAnnotationCountForDates_month.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations_range__Annotations.getAll_range.xml (renamed from tests/PHPUnit/System/expected/test_annotations_range__Annotations.getAll_range.xml)0
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations_range__Annotations.getAnnotationCountForDates_range.xml (renamed from tests/PHPUnit/System/expected/test_annotations_range__Annotations.getAnnotationCountForDates_range.xml)0
-rw-r--r--[-rwxr-xr-x]plugins/Ecommerce/tests/System/EcommerceOrderWithItemsTest.php (renamed from tests/PHPUnit/System/EcommerceOrderWithItemsTest.php)7
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_API_get__API.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AvgOrderRevenue__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AvgOrderRevenue__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_AbandonedCart__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_AbandonedCart__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NormalGoal__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NormalGoal__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NotExistingGoal__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NotExistingGoal__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_Order__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_Order__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsCategory__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsCategory__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsSku__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsSku__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_VisitTime.getVisitInformationPerServerTime__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_VisitTime.getVisitInformationPerServerTime__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentAbandonedCart__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentAbandonedCart__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentDidNotConvertGoalId1__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentDidNotConvertGoalId1__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNewVisitors__VisitsSummary.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNewVisitors__VisitsSummary.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoEcommerce__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoEcommerce__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__VisitsSummary.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__VisitsSummary.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentOrderedSomething__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentOrderedSomething__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageTitleMatch__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageTitleMatch__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentReturningCustomers__VisitsSummary.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentReturningCustomers__VisitsSummary.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentReturningVisitors__VisitsSummary.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentReturningVisitors__VisitsSummary.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__VisitsSummary.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__VisitsSummary.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__VisitsSummary.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__VisitsSummary.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__API.getProcessedReport_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__API.getProcessedReport_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__CustomVariables.getCustomVariables_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__CustomVariables.getCustomVariables_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.get_week.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.get_week.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getCity_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getCity_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getContinent_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getContinent_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getCountry_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getCountry_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getNumberOfDistinctCountries_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getNumberOfDistinctCountries_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getRegion_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getRegion_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getByDayOfWeek_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getByDayOfWeek_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerLocalTime_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerLocalTime_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerServerTime_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerServerTime_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_week.original.html (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_week.original.html)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_week.original.html (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_week.original.html)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf)bin570576 -> 570576 bytes
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_all_sites__ScheduledReports.generateReport_week.original.sms.txt (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_all_sites__ScheduledReports.generateReport_week.original.sms.txt)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_one_site__ScheduledReports.generateReport_week.original.sms.txt (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_one_site__ScheduledReports.generateReport_week.original.sms.txt)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsCategory_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsCategory_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsName_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsName_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsSku_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsSku_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsCategory_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsCategory_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsName_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsName_day.xml)0
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsSku_day.xml (renamed from tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsSku_day.xml)0
-rw-r--r--[-rwxr-xr-x]plugins/Goals/tests/System/TrackGoalsAllowMultipleConversionsPerVisitTest.php (renamed from tests/PHPUnit/System/TrackGoalsAllowMultipleConversionsPerVisitTest.php)7
-rw-r--r--[-rwxr-xr-x]plugins/Goals/tests/System/TrackGoalsOneConversionPerVisitTest.php (renamed from tests/PHPUnit/System/TrackGoalsOneConversionPerVisitTest.php)7
-rw-r--r--plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__Goals.get_day.xml)0
-rw-r--r--plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitTime.getVisitInformationPerServerTime_day.xml (renamed from tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitTime.getVisitInformationPerServerTime_day.xml)0
-rw-r--r--plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitsSummary.get_day.xml (renamed from tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitsSummary.get_day.xml)0
-rw-r--r--plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml)0
-rw-r--r--plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit__Goals.get_day.xml)0
-rw-r--r--plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionAndLogVisitSegment__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionAndLogVisitSegment__Goals.get_day.xml)0
-rw-r--r--plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml (renamed from tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml)0
-rw-r--r--plugins/PrivacyManager/tests/System/APITest.php2
-rw-r--r--[-rwxr-xr-x]plugins/PrivacyManager/tests/System/PurgeDataTest.php (renamed from tests/PHPUnit/System/PurgeDataTest.php)5
-rw-r--r--plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml10718
-rw-r--r--plugins/Transitions/tests/System/TransitionsTest.php (renamed from tests/PHPUnit/System/TransitionsTest.php)7
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml (renamed from tests/PHPUnit/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml (renamed from tests/PHPUnit/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_day.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_day.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_month.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_month.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_day.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_day.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_month.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_month.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml)0
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml (renamed from tests/PHPUnit/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml)0
-rw-r--r--tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php3
-rw-r--r--tests/PHPUnit/Integration/Category/CategoryListTest.php1
-rw-r--r--tests/PHPUnit/Integration/CliMulti/OutputTest.php3
-rw-r--r--tests/PHPUnit/Integration/CliMulti/ProcessTest.php3
-rw-r--r--tests/PHPUnit/Integration/DataTable/Filter/PivotByDimensionTest.php15
-rw-r--r--tests/PHPUnit/Integration/ProfessionalSupport/AdvertisingTest.php4
-rw-r--r--tests/PHPUnit/Integration/Report/ReportsTest.php16
-rw-r--r--tests/PHPUnit/Integration/Settings/SettingTest.php18
-rw-r--r--tests/PHPUnit/Integration/Settings/Storage/Backend/NullTest.php5
-rw-r--r--tests/PHPUnit/Integration/TrackerTest.php1
-rw-r--r--tests/PHPUnit/System/AutoSuggestAPITest.php29
-rw-r--r--tests/PHPUnit/phpunit.xml.dist11
m---------tests/travis0
159 files changed, 5465 insertions, 5409 deletions
diff --git a/.travis.yml b/.travis.yml
index 375b1ffa72..092b341000 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,10 @@ matrix:
include:
# PDO Mysql
- php: 5.6
- env: TEST_SUITE=SystemTests MYSQL_ADAPTER=PDO_MYSQL
+ env: TEST_SUITE=SystemTestsCore MYSQL_ADAPTER=PDO_MYSQL
+ sudo: required
+ - php: 5.6
+ env: TEST_SUITE=SystemTestsPlugins MYSQL_ADAPTER=PDO_MYSQL
sudo: required
- php: 5.6
env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=PDO_MYSQL
diff --git a/tests/PHPUnit/System/AnnotationsTest.php b/plugins/Annotations/tests/System/AnnotationsTest.php
index 16bc88b952..d385d33426 100755..100644
--- a/tests/PHPUnit/System/AnnotationsTest.php
+++ b/plugins/Annotations/tests/System/AnnotationsTest.php
@@ -5,7 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\System;
+namespace Piwik\Plugins\Annotations\tests\System;
use Piwik\API\Request;
use Piwik\Plugins\Annotations\API;
@@ -279,6 +279,11 @@ class AnnotationsTest extends SystemTestCase
}
}
+
+ public static function getPathToTestDirectory()
+ {
+ return dirname(__FILE__);
+ }
}
AnnotationsTest::$fixture = new TwoSitesWithAnnotations(); \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.get.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml
index 8ac7b4520a..8ac7b4520a 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.get.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_day.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_day.xml
index c65b44912c..c65b44912c 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_day.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_day.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_month.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_month.xml
index fa326bf6fd..fa326bf6fd 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_month.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_month.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_week.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_week.xml
index 3d0078beac..3d0078beac 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_week.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_week.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_year.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_year.xml
index f2f2835d16..f2f2835d16 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAll_year.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAll_year.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_day.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_day.xml
index 7409bdf738..7409bdf738 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_day.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_day.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_month.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_month.xml
index 152be4e272..152be4e272 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_month.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_month.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_week.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_week.xml
index d428059285..d428059285 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_week.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_week.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_year.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_year.xml
index 3d501c35f1..3d501c35f1 100644
--- a/tests/PHPUnit/System/expected/test_annotations__Annotations.getAnnotationCountForDates_year.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.getAnnotationCountForDates_year.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations_lastN__Annotations.getAll_week.xml b/plugins/Annotations/tests/System/expected/test_annotations_lastN__Annotations.getAll_week.xml
index d3aecc147b..d3aecc147b 100644
--- a/tests/PHPUnit/System/expected/test_annotations_lastN__Annotations.getAll_week.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations_lastN__Annotations.getAll_week.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations_lastN__Annotations.getAnnotationCountForDates_week.xml b/plugins/Annotations/tests/System/expected/test_annotations_lastN__Annotations.getAnnotationCountForDates_week.xml
index 2abbab5b3f..2abbab5b3f 100644
--- a/tests/PHPUnit/System/expected/test_annotations_lastN__Annotations.getAnnotationCountForDates_week.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations_lastN__Annotations.getAnnotationCountForDates_week.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations_multipleSites__Annotations.getAll_month.xml b/plugins/Annotations/tests/System/expected/test_annotations_multipleSites__Annotations.getAll_month.xml
index 0d3c8ae176..0d3c8ae176 100644
--- a/tests/PHPUnit/System/expected/test_annotations_multipleSites__Annotations.getAll_month.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations_multipleSites__Annotations.getAll_month.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations_multipleSites__Annotations.getAnnotationCountForDates_month.xml b/plugins/Annotations/tests/System/expected/test_annotations_multipleSites__Annotations.getAnnotationCountForDates_month.xml
index 8549b62364..8549b62364 100644
--- a/tests/PHPUnit/System/expected/test_annotations_multipleSites__Annotations.getAnnotationCountForDates_month.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations_multipleSites__Annotations.getAnnotationCountForDates_month.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations_range__Annotations.getAll_range.xml b/plugins/Annotations/tests/System/expected/test_annotations_range__Annotations.getAll_range.xml
index 2e351524dc..2e351524dc 100644
--- a/tests/PHPUnit/System/expected/test_annotations_range__Annotations.getAll_range.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations_range__Annotations.getAll_range.xml
diff --git a/tests/PHPUnit/System/expected/test_annotations_range__Annotations.getAnnotationCountForDates_range.xml b/plugins/Annotations/tests/System/expected/test_annotations_range__Annotations.getAnnotationCountForDates_range.xml
index 77c83c9c84..77c83c9c84 100644
--- a/tests/PHPUnit/System/expected/test_annotations_range__Annotations.getAnnotationCountForDates_range.xml
+++ b/plugins/Annotations/tests/System/expected/test_annotations_range__Annotations.getAnnotationCountForDates_range.xml
diff --git a/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php b/plugins/Ecommerce/tests/System/EcommerceOrderWithItemsTest.php
index 3ef1040f7f..630e67b7a1 100755..100644
--- a/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
+++ b/plugins/Ecommerce/tests/System/EcommerceOrderWithItemsTest.php
@@ -5,7 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\System;
+namespace Piwik\Plugins\Ecommerce\tests\System;
use Piwik\Date;
use Piwik\Piwik;
@@ -277,6 +277,11 @@ class EcommerceOrderWithItemsTest extends SystemTestCase
{
return 'ecommerceOrderWithItems';
}
+
+ public static function getPathToTestDirectory()
+ {
+ return dirname(__FILE__);
+ }
}
EcommerceOrderWithItemsTest::$fixture = new TwoSitesEcommerceOrderWithItems(); \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml
index ebf215db8e..ebf215db8e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_API_get__API.get_week.xml
index 3194b95fa1..3194b95fa1 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_API_get__API.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_day.xml
index b27ccd173e..b27ccd173e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_week.xml
index b29f7fd16b..b29f7fd16b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_day.xml
index 76195df336..76195df336 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_week.xml
index 5a0ddd4302..5a0ddd4302 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_day.xml
index ca2b2296ed..ca2b2296ed 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_week.xml
index 5c1999197a..5c1999197a 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AvgOrderRevenue__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AvgOrderRevenue__Goals.get_week.xml
index 345702c9a6..345702c9a6 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_AvgOrderRevenue__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_AvgOrderRevenue__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_day.xml
index 324e0a70bd..324e0a70bd 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_week.xml
index 324e0a70bd..324e0a70bd 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_EcommerceOrderGoal_SegmentPageUrlContains__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_day.xml
index 72c57859f3..72c57859f3 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_week.xml
index b174b63a6f..b174b63a6f 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalAbandonedCart__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_day.xml
index bbfbfc601c..bbfbfc601c 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_week.xml
index 9c1f47244a..9c1f47244a 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalMatchTitle__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_day.xml
index 028c95e947..028c95e947 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_week.xml
index 2f03fafa05..2f03fafa05 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOrder__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_day.xml
index 08432554ee..08432554ee 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_week.xml
index 6c6dacbd81..6c6dacbd81 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_GoalOverall__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
index a6afa82503..a6afa82503 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_LiveEcommerceStatusOrdered__Live.getLastVisitsDetails_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_AbandonedCart__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_AbandonedCart__API.getProcessedReport_day.xml
index acdd5b2221..acdd5b2221 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_AbandonedCart__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_AbandonedCart__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NormalGoal__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NormalGoal__API.getProcessedReport_day.xml
index 5c2ff7a020..5c2ff7a020 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NormalGoal__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NormalGoal__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NotExistingGoal__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NotExistingGoal__API.getProcessedReport_day.xml
index 1625ba026c..1625ba026c 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NotExistingGoal__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_NotExistingGoal__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_Order__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_Order__API.getProcessedReport_day.xml
index 2c589e00f2..2c589e00f2 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_Order__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_Goals.Get_Order__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsCategory__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsCategory__API.getProcessedReport_day.xml
index 697e009693..697e009693 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsCategory__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsCategory__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsSku__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsSku__API.getProcessedReport_day.xml
index 7ec412b5c4..7ec412b5c4 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsSku__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_ItemsSku__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_VisitTime.getVisitInformationPerServerTime__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_VisitTime.getVisitInformationPerServerTime__API.getProcessedReport_day.xml
index f4fea49b13..f4fea49b13 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Metadata_VisitTime.getVisitInformationPerServerTime__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Metadata_VisitTime.getVisitInformationPerServerTime__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentAbandonedCart__VisitsSummary.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentAbandonedCart__VisitsSummary.get_day.xml
index 2ecf693474..2ecf693474 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentAbandonedCart__VisitsSummary.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentAbandonedCart__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_day.xml
index a9d2095dfb..a9d2095dfb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_week.xml
index a9d2095dfb..a9d2095dfb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentConvertedGoalId1__VisitsSummary.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_day.xml
index 02187588c4..02187588c4 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_week.xml
index 19944203ad..19944203ad 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_day.xml
index bf093d7b73..bf093d7b73 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_week.xml
index 1adac8c4ec..1adac8c4ec 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_day.xml
index 505b4d6109..505b4d6109 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_week.xml
index b1049855fb..b1049855fb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_day.xml
index 6306af1f2b..6306af1f2b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_week.xml
index 6306af1f2b..6306af1f2b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentCountryIsFr__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentDidNotConvertGoalId1__VisitsSummary.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentDidNotConvertGoalId1__VisitsSummary.get_day.xml
index 2ecf693474..2ecf693474 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentDidNotConvertGoalId1__VisitsSummary.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentDidNotConvertGoalId1__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNewVisitors__VisitsSummary.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNewVisitors__VisitsSummary.get_week.xml
index a9d2095dfb..a9d2095dfb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNewVisitors__VisitsSummary.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNewVisitors__VisitsSummary.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoEcommerce__VisitsSummary.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoEcommerce__VisitsSummary.get_day.xml
index a9d2095dfb..a9d2095dfb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoEcommerce__VisitsSummary.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoEcommerce__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsCategory_week.xml
index c234bed59e..c234bed59e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsName_week.xml
index c234bed59e..c234bed59e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsSku_week.xml
index c234bed59e..c234bed59e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.get_week.xml
index 36db013c1a..36db013c1a 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__VisitsSummary.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__VisitsSummary.get_week.xml
index 32b66284be..32b66284be 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__VisitsSummary.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentNoVisit_HaveConvertedNonExistingGoal__VisitsSummary.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentOrderedSomething__VisitsSummary.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentOrderedSomething__VisitsSummary.get_day.xml
index 44b18e613c..44b18e613c 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentOrderedSomething__VisitsSummary.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentOrderedSomething__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageTitleMatch__VisitsSummary.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageTitleMatch__VisitsSummary.get_day.xml
index a9d2095dfb..a9d2095dfb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageTitleMatch__VisitsSummary.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageTitleMatch__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_day.xml
index 804665bad4..804665bad4 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_week.xml
index b9b5688155..b9b5688155 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_day.xml
index 4d8563a99e..4d8563a99e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_week.xml
index b413464bdb..b413464bdb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_day.xml
index 02e9f0adf8..02e9f0adf8 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_week.xml
index 2ef4f0093f..2ef4f0093f 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentPageUrlContains__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentReturningCustomers__VisitsSummary.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentReturningCustomers__VisitsSummary.get_week.xml
index 02458f0645..02458f0645 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentReturningCustomers__VisitsSummary.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentReturningCustomers__VisitsSummary.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentReturningVisitors__VisitsSummary.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentReturningVisitors__VisitsSummary.get_week.xml
index 44b18e613c..44b18e613c 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentReturningVisitors__VisitsSummary.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentReturningVisitors__VisitsSummary.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsCategory_week.xml
index 19944203ad..19944203ad 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsName_week.xml
index 1adac8c4ec..1adac8c4ec 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsSku_week.xml
index b1049855fb..b1049855fb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.get_week.xml
index 6306af1f2b..6306af1f2b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__VisitsSummary.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__VisitsSummary.get_week.xml
index a9d2095dfb..a9d2095dfb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__VisitsSummary.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasConvertedGoal__VisitsSummary.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsCategory_week.xml
index 19944203ad..19944203ad 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsName_week.xml
index 1adac8c4ec..1adac8c4ec 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsSku_week.xml
index b1049855fb..b1049855fb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.get_week.xml
index 6306af1f2b..6306af1f2b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__VisitsSummary.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__VisitsSummary.get_week.xml
index a9d2095dfb..a9d2095dfb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__VisitsSummary.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_SegmentVisitHasNotOrderedAndConvertedGoal__VisitsSummary.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsCategory_week.xml
index df23a6ffa1..df23a6ffa1 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsName_week.xml
index b271d3219f..b271d3219f 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsSku_week.xml
index 83e2cd8798..83e2cd8798 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.get_week.xml
index 92c011eff0..92c011eff0 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_Website2__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_Website2__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__API.getProcessedReport_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__API.getProcessedReport_day.xml
index 8019f8be6b..8019f8be6b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__API.getProcessedReport_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__API.getProcessedReport_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__CustomVariables.getCustomVariables_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__CustomVariables.getCustomVariables_day.xml
index caf12153e5..caf12153e5 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__CustomVariables.getCustomVariables_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__CustomVariables.getCustomVariables_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_day.xml
index 4b0694c88f..4b0694c88f 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_week.xml
index 96af10c76f..96af10c76f 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsCategory_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_day.xml
index 8beefcdba1..8beefcdba1 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_week.xml
index 91beadc53c..91beadc53c 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsName_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_day.xml
index 83b6b8ab73..83b6b8ab73 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_week.xml
index 3781b91168..3781b91168 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.getItemsSku_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.get_day.xml
index 08432554ee..08432554ee 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.get_week.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.get_week.xml
index 6c6dacbd81..6c6dacbd81 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Goals.get_week.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Goals.get_week.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
index 81b1ac8b13..81b1ac8b13 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__Live.getLastVisitsDetails_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getCity_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getCity_day.xml
index 1fbd1b3ea7..1fbd1b3ea7 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getCity_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getCity_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getContinent_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getContinent_day.xml
index a05ce1df11..a05ce1df11 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getContinent_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getContinent_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getCountry_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getCountry_day.xml
index c30519b3db..c30519b3db 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getCountry_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getCountry_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getNumberOfDistinctCountries_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getNumberOfDistinctCountries_day.xml
index 13002b2017..13002b2017 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getNumberOfDistinctCountries_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getNumberOfDistinctCountries_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getRegion_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getRegion_day.xml
index 3d891a7b3e..3d891a7b3e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__UserCountry.getRegion_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__UserCountry.getRegion_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getByDayOfWeek_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getByDayOfWeek_day.xml
index a982f9b2c6..a982f9b2c6 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getByDayOfWeek_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getByDayOfWeek_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerLocalTime_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerLocalTime_day.xml
index fafbc7d0ea..fafbc7d0ea 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerLocalTime_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerLocalTime_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerServerTime_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerServerTime_day.xml
index 242bd1e8b2..242bd1e8b2 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerServerTime_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitTime.getVisitInformationPerServerTime_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitsSummary.get_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitsSummary.get_day.xml
index 115904be39..115904be39 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems__VisitsSummary.get_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv
index cbc71e73d6..cbc71e73d6 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_csv__ScheduledReports.generateReport_week.original.csv
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_week.original.html b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_week.original.html
index 1cde2444b7..1cde2444b7 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_week.original.html
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_week.original.html
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_week.original.html b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_week.original.html
index 9231cc3c88..9231cc3c88 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_week.original.html
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_week.original.html
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html
index 392cb519cf..392cb519cf 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf
index 92db60c509..92db60c509 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf
Binary files differ
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_all_sites__ScheduledReports.generateReport_week.original.sms.txt b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_all_sites__ScheduledReports.generateReport_week.original.sms.txt
index 645d7467c3..645d7467c3 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_all_sites__ScheduledReports.generateReport_week.original.sms.txt
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_all_sites__ScheduledReports.generateReport_week.original.sms.txt
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_one_site__ScheduledReports.generateReport_week.original.sms.txt b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_one_site__ScheduledReports.generateReport_week.original.sms.txt
index f36a23fa6e..f36a23fa6e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_one_site__ScheduledReports.generateReport_week.original.sms.txt
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_scheduled_report_via_sms_one_site__ScheduledReports.generateReport_week.original.sms.txt
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsCategory_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsCategory_day.xml
index 9cbda1326b..9cbda1326b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsCategory_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsCategory_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsName_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsName_day.xml
index f48390dcdb..f48390dcdb 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsName_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsName_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsSku_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsSku_day.xml
index cf37312d3b..cf37312d3b 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsSku_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates__Goals.getItemsSku_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsCategory_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsCategory_day.xml
index 477b37f3d5..477b37f3d5 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsCategory_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsCategory_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsName_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsName_day.xml
index 01995b63ea..01995b63ea 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsName_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsName_day.xml
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsSku_day.xml b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsSku_day.xml
index 2c696320d5..2c696320d5 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsSku_day.xml
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItemsmultipleDates_andMultipleWebsites__Goals.getItemsSku_day.xml
diff --git a/tests/PHPUnit/System/TrackGoalsAllowMultipleConversionsPerVisitTest.php b/plugins/Goals/tests/System/TrackGoalsAllowMultipleConversionsPerVisitTest.php
index e084c0d475..b553d284cb 100755..100644
--- a/tests/PHPUnit/System/TrackGoalsAllowMultipleConversionsPerVisitTest.php
+++ b/plugins/Goals/tests/System/TrackGoalsAllowMultipleConversionsPerVisitTest.php
@@ -5,7 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\System;
+namespace Piwik\Plugins\Goals\tests\System;
use Piwik\Plugins\Goals\API;
use Piwik\Tests\Framework\TestCase\SystemTestCase;
@@ -70,6 +70,11 @@ class TrackGoalsAllowMultipleConversionsPerVisitTest extends SystemTestCase
{
return 'trackGoals_allowMultipleConversionsPerVisit';
}
+
+ public static function getPathToTestDirectory()
+ {
+ return dirname(__FILE__);
+ }
}
TrackGoalsAllowMultipleConversionsPerVisitTest::$fixture = new SomeVisitsAllConversions(); \ No newline at end of file
diff --git a/tests/PHPUnit/System/TrackGoalsOneConversionPerVisitTest.php b/plugins/Goals/tests/System/TrackGoalsOneConversionPerVisitTest.php
index 478a4a1152..cf1a1dbf92 100755..100644
--- a/tests/PHPUnit/System/TrackGoalsOneConversionPerVisitTest.php
+++ b/plugins/Goals/tests/System/TrackGoalsOneConversionPerVisitTest.php
@@ -5,7 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\System;
+namespace Piwik\Plugins\Goals\tests\System;
use Piwik\Tests\Framework\TestCase\SystemTestCase;
use Piwik\Tests\Fixtures\TwoVisitsWithCustomVariables;
@@ -58,6 +58,11 @@ class TrackGoalsOneConversionPerVisitTest extends SystemTestCase
{
return 'trackGoals_oneConversionPerVisit';
}
+
+ public static function getPathToTestDirectory()
+ {
+ return dirname(__FILE__);
+ }
}
TrackGoalsOneConversionPerVisitTest::$fixture = new TwoVisitsWithCustomVariables();
diff --git a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__Goals.get_day.xml b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__Goals.get_day.xml
index e7f13c883f..e7f13c883f 100644
--- a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__Goals.get_day.xml
+++ b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitTime.getVisitInformationPerServerTime_day.xml b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitTime.getVisitInformationPerServerTime_day.xml
index 02554e3e24..02554e3e24 100644
--- a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitTime.getVisitInformationPerServerTime_day.xml
+++ b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitTime.getVisitInformationPerServerTime_day.xml
diff --git a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitsSummary.get_day.xml b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitsSummary.get_day.xml
index 7168091d51..7168091d51 100644
--- a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitsSummary.get_day.xml
+++ b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit__VisitsSummary.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml
index e7f13c883f..e7f13c883f 100644
--- a/tests/PHPUnit/System/expected/test_trackGoals_allowMultipleConversionsPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml
+++ b/plugins/Goals/tests/System/expected/test_trackGoals_allowMultipleConversionsPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit__Goals.get_day.xml b/plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit__Goals.get_day.xml
index 2c07daa5b1..2c07daa5b1 100644
--- a/tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit__Goals.get_day.xml
+++ b/plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionAndLogVisitSegment__Goals.get_day.xml b/plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionAndLogVisitSegment__Goals.get_day.xml
index 580ead80ab..580ead80ab 100644
--- a/tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionAndLogVisitSegment__Goals.get_day.xml
+++ b/plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionAndLogVisitSegment__Goals.get_day.xml
diff --git a/tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml b/plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml
index 580ead80ab..580ead80ab 100644
--- a/tests/PHPUnit/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml
+++ b/plugins/Goals/tests/System/expected/test_trackGoals_oneConversionPerVisit_withLogLinkVisitActionSegment__Goals.get_day.xml
diff --git a/plugins/PrivacyManager/tests/System/APITest.php b/plugins/PrivacyManager/tests/System/APITest.php
index 758a44990c..1b7fb62932 100644
--- a/plugins/PrivacyManager/tests/System/APITest.php
+++ b/plugins/PrivacyManager/tests/System/APITest.php
@@ -91,7 +91,7 @@ class APITest extends SystemTestCase
*/
public function testApi($api, $params)
{
- $params['xmlFieldsToRemove'] = array('totalEcommerceRevenue');
+ $params['xmlFieldsToRemove'] = array('totalEcommerceRevenue', 'revenue', 'revenueDiscount');
$this->runApiTests($api, $params);
}
diff --git a/tests/PHPUnit/System/PurgeDataTest.php b/plugins/PrivacyManager/tests/System/PurgeDataTest.php
index 6573f63db0..1b48fdee99 100755..100644
--- a/tests/PHPUnit/System/PurgeDataTest.php
+++ b/plugins/PrivacyManager/tests/System/PurgeDataTest.php
@@ -5,7 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\System;
+namespace Piwik\Plugins\PrivacyManager\tests\System;
use Piwik\API\Request;
use Piwik\Plugins\PrivacyManager\PrivacyManager;
@@ -14,8 +14,7 @@ use Piwik\Tests\Framework\TestCase\SystemTestCase;
use Piwik\Tests\Fixtures\OneVisitorTwoVisits;
/**
- * TODO: shouldn't this be merged w/ PrivacyManagerTest? the original data purging tests are there
- *
+ * @group PrivacyManager
* @group Core
* @group PurgeDataTest
*/
diff --git a/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml b/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml
index 776ceee6c9..f9f28bac77 100644
--- a/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml
+++ b/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml
@@ -10,20 +10,20 @@
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world200</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world200</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>2</pageIdAction>
-
-
+
+
<pageId>349</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -32,7 +32,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -40,8 +40,8 @@
<url>http://www.helloworld.com/hello/world200/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>4</pageIdAction>
-
-
+
+
<pageId>350</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -50,7 +50,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -58,8 +58,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>6</pageIdAction>
-
-
+
+
<pageId>351</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -68,15 +68,15 @@
<generationTime>0.55s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>352</pageId>
<bandwidth />
<siteSearchKeyword>mobile</siteSearchKeyword>
@@ -84,7 +84,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>4</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -102,8 +102,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>353</pageId>
<contentName>Product 1</contentName>
@@ -112,7 +112,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -120,8 +120,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>354</pageId>
<contentName>Product 1</contentName>
@@ -130,7 +130,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -138,8 +138,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>355</pageId>
<contentName>Product 2</contentName>
@@ -148,7 +148,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -156,8 +156,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>356</pageId>
<contentName>Product 3</contentName>
@@ -166,7 +166,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -174,8 +174,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>357</pageId>
<contentName>Product 4</contentName>
@@ -184,7 +184,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -192,8 +192,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>358</pageId>
<contentName>Product 3</contentName>
@@ -202,7 +202,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -210,8 +210,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>359</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -220,24 +220,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId200</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -279,7 +279,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/CH.png</browserIcon>
<browserCode>CH</browserCode>
<browserVersion>17.0</browserVersion>
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -327,26 +327,26 @@
<idSite>1</idSite>
<idVisit>102</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world202</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>371</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -355,7 +355,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -363,32 +363,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>372</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -430,7 +430,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -478,33 +478,33 @@
<idSite>1</idSite>
<idVisit>109</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world203</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>391</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -512,15 +512,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>392</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -528,30 +528,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>393</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -593,7 +593,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -641,26 +641,26 @@
<idSite>1</idSite>
<idVisit>112</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world205</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>410</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -669,7 +669,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -677,32 +677,32 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>411</pageId>
<bandwidth />
<generationTimeMilliseconds>585</generationTimeMilliseconds>
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -744,7 +744,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -792,26 +792,26 @@
<idSite>1</idSite>
<idVisit>116</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world206</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>421</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -820,7 +820,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -828,8 +828,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>422</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -838,7 +838,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -846,32 +846,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>423</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -913,7 +913,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -961,22 +961,22 @@
<idSite>1</idSite>
<idVisit>120</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>440</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -984,30 +984,30 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>441</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -1049,7 +1049,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -1097,33 +1097,33 @@
<idSite>1</idSite>
<idVisit>122</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world209</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>445</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1131,15 +1131,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>446</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1147,30 +1147,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>447</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -1212,7 +1212,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -1256,26 +1256,26 @@
<idSite>1</idSite>
<idVisit>128</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>463</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -1284,7 +1284,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1292,32 +1292,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>464</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -1359,7 +1359,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -1407,26 +1407,26 @@
<idSite>3</idSite>
<idVisit>129</idVisit>
<visitIp>156.5.3.200</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world200</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world200</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>2</pageIdAction>
-
-
+
+
<pageId>465</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -1435,7 +1435,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1443,8 +1443,8 @@
<url>http://www.helloworld.com/hello/world200/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>4</pageIdAction>
-
-
+
+
<pageId>466</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -1453,7 +1453,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1461,8 +1461,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>6</pageIdAction>
-
-
+
+
<pageId>467</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -1471,15 +1471,15 @@
<generationTime>0.55s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>468</pageId>
<bandwidth />
<siteSearchKeyword>mobile</siteSearchKeyword>
@@ -1487,7 +1487,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>4</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -1505,8 +1505,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>469</pageId>
<contentName>Product 1</contentName>
@@ -1515,7 +1515,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1523,8 +1523,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>470</pageId>
<contentName>Product 1</contentName>
@@ -1533,7 +1533,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1541,8 +1541,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>471</pageId>
<contentName>Product 2</contentName>
@@ -1551,7 +1551,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1559,8 +1559,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>472</pageId>
<contentName>Product 3</contentName>
@@ -1569,7 +1569,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1577,8 +1577,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>473</pageId>
<contentName>Product 4</contentName>
@@ -1587,7 +1587,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1595,8 +1595,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>474</pageId>
<contentName>Product 3</contentName>
@@ -1605,7 +1605,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1613,8 +1613,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>475</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -1623,24 +1623,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId200</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1682,7 +1682,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/CH.png</browserIcon>
<browserCode>CH</browserCode>
<browserVersion>17.0</browserVersion>
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -1730,26 +1730,26 @@
<idSite>3</idSite>
<idVisit>134</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world202</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>487</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -1758,7 +1758,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1766,32 +1766,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>488</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1833,7 +1833,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>50</totalAbandonedCartsRevenue>
@@ -1881,33 +1881,33 @@
<idSite>3</idSite>
<idVisit>141</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world203</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>507</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1915,15 +1915,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>508</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -1931,30 +1931,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>509</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -1996,7 +1996,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -2044,26 +2044,26 @@
<idSite>3</idSite>
<idVisit>144</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world205</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>526</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -2072,7 +2072,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2080,32 +2080,32 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>527</pageId>
<bandwidth />
<generationTimeMilliseconds>585</generationTimeMilliseconds>
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -2147,7 +2147,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -2195,26 +2195,26 @@
<idSite>3</idSite>
<idVisit>148</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world206</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>537</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -2223,7 +2223,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2231,8 +2231,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>538</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -2241,7 +2241,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2249,32 +2249,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>539</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -2316,7 +2316,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -2364,22 +2364,22 @@
<idSite>3</idSite>
<idVisit>152</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>556</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2387,30 +2387,30 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>557</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -2452,7 +2452,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>50</totalAbandonedCartsRevenue>
@@ -2500,33 +2500,33 @@
<idSite>3</idSite>
<idVisit>154</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world209</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>561</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2534,15 +2534,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>562</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2550,30 +2550,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>563</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -2615,7 +2615,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -2659,26 +2659,26 @@
<idSite>3</idSite>
<idVisit>160</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>579</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -2687,7 +2687,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2695,32 +2695,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>580</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -2762,7 +2762,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -2810,26 +2810,26 @@
<idSite>5</idSite>
<idVisit>161</idVisit>
<visitIp>156.5.3.200</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world200</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world200</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>2</pageIdAction>
-
-
+
+
<pageId>581</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -2838,7 +2838,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2846,8 +2846,8 @@
<url>http://www.helloworld.com/hello/world200/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>4</pageIdAction>
-
-
+
+
<pageId>582</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -2856,7 +2856,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2864,8 +2864,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>6</pageIdAction>
-
-
+
+
<pageId>583</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -2874,15 +2874,15 @@
<generationTime>0.55s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>584</pageId>
<bandwidth />
<siteSearchKeyword>mobile</siteSearchKeyword>
@@ -2890,7 +2890,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>4</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -2908,8 +2908,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>585</pageId>
<contentName>Product 1</contentName>
@@ -2918,7 +2918,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2926,8 +2926,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>586</pageId>
<contentName>Product 1</contentName>
@@ -2936,7 +2936,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2944,8 +2944,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>587</pageId>
<contentName>Product 2</contentName>
@@ -2954,7 +2954,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2962,8 +2962,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>588</pageId>
<contentName>Product 3</contentName>
@@ -2972,7 +2972,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2980,8 +2980,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>589</pageId>
<contentName>Product 4</contentName>
@@ -2990,7 +2990,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -2998,8 +2998,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>590</pageId>
<contentName>Product 3</contentName>
@@ -3008,7 +3008,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3016,8 +3016,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>591</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -3026,24 +3026,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId200</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3085,7 +3085,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/CH.png</browserIcon>
<browserCode>CH</browserCode>
<browserVersion>17.0</browserVersion>
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -3133,26 +3133,26 @@
<idSite>5</idSite>
<idVisit>166</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world202</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>603</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -3161,7 +3161,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3169,32 +3169,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>604</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3236,7 +3236,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -3284,33 +3284,33 @@
<idSite>5</idSite>
<idVisit>173</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world203</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>623</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3318,15 +3318,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>624</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3334,30 +3334,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>625</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -3399,7 +3399,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -3447,26 +3447,26 @@
<idSite>5</idSite>
<idVisit>176</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world205</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>642</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -3475,7 +3475,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3483,32 +3483,32 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>643</pageId>
<bandwidth />
<generationTimeMilliseconds>585</generationTimeMilliseconds>
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -3550,7 +3550,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -3598,26 +3598,26 @@
<idSite>5</idSite>
<idVisit>180</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world206</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>653</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -3626,7 +3626,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3634,8 +3634,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>654</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -3644,7 +3644,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3652,32 +3652,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>655</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -3719,7 +3719,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -3767,22 +3767,22 @@
<idSite>5</idSite>
<idVisit>184</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>672</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3790,30 +3790,30 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>673</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -3855,7 +3855,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -3903,33 +3903,33 @@
<idSite>5</idSite>
<idVisit>186</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world209</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>677</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3937,15 +3937,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>678</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -3953,30 +3953,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>679</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -4018,7 +4018,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -4062,26 +4062,26 @@
<idSite>5</idSite>
<idVisit>192</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>695</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -4090,7 +4090,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4098,32 +4098,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>696</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -4165,7 +4165,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -4213,50 +4213,50 @@
<idSite>1</idSite>
<idVisit>99</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world201</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>366</pageId>
<bandwidth />
<generationTimeMilliseconds>392</generationTimeMilliseconds>
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4298,7 +4298,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -4346,26 +4346,26 @@
<idSite>1</idSite>
<idVisit>110</idVisit>
<visitIp>156.5.3.204</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world204</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>42</pageIdAction>
-
-
+
+
<pageId>394</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -4374,7 +4374,7 @@
<generationTime>0.35s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4382,8 +4382,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>395</pageId>
<contentName>Product 1</contentName>
@@ -4392,7 +4392,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4400,8 +4400,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>396</pageId>
<contentName>Product 1</contentName>
@@ -4410,7 +4410,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4418,8 +4418,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>397</pageId>
<contentName>Product 2</contentName>
@@ -4428,7 +4428,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4436,8 +4436,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>398</pageId>
<contentName>Product 3</contentName>
@@ -4446,7 +4446,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4454,8 +4454,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>399</pageId>
<contentName>Product 4</contentName>
@@ -4464,7 +4464,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4472,8 +4472,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>400</pageId>
<contentName>Product 3</contentName>
@@ -4482,7 +4482,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -4490,8 +4490,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>401</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -4500,15 +4500,15 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>402</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -4516,7 +4516,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -4526,8 +4526,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>403</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -4535,7 +4535,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -4545,8 +4545,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>404</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -4554,7 +4554,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -4564,8 +4564,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>405</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -4573,7 +4573,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -4582,14 +4582,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>406</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -4597,17 +4597,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId204</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -4649,7 +4649,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -4697,39 +4697,39 @@
<idSite>1</idSite>
<idVisit>118</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>430</pageId>
<bandwidth />
<generationTimeMilliseconds>1249</generationTimeMilliseconds>
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -4771,7 +4771,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -4819,26 +4819,26 @@
<idSite>1</idSite>
<idVisit>123</idVisit>
<visitIp>156.5.3.210</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world210</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>65</pageIdAction>
-
-
+
+
<pageId>448</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -4847,15 +4847,15 @@
<generationTime>1.03s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>449</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -4865,7 +4865,7 @@
<generationTime>1.03s</generationTime>
<interactionPosition>2</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName5>Search Results Count</customVariablePageName5>
@@ -4878,8 +4878,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>450</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -4887,7 +4887,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -4897,8 +4897,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>451</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -4906,7 +4906,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -4916,8 +4916,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>452</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -4925,7 +4925,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -4935,8 +4935,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>453</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -4944,7 +4944,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -4953,14 +4953,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>454</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -4968,17 +4968,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId210</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -5020,7 +5020,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -5068,50 +5068,50 @@
<idSite>3</idSite>
<idVisit>131</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world201</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>482</pageId>
<bandwidth />
<generationTimeMilliseconds>392</generationTimeMilliseconds>
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -5153,7 +5153,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -5201,33 +5201,33 @@
<idSite>3</idSite>
<idVisit>142</idVisit>
<visitIp>156.5.3.204</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world204</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>42</pageIdAction>
-
-
+
+
<pageId>510</pageId>
<bandwidth />
<generationTimeMilliseconds>348</generationTimeMilliseconds>
<generationTime>0.35s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -5235,8 +5235,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>511</pageId>
<contentName>Product 1</contentName>
@@ -5245,7 +5245,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -5253,8 +5253,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>512</pageId>
<contentName>Product 1</contentName>
@@ -5263,7 +5263,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -5271,8 +5271,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>513</pageId>
<contentName>Product 2</contentName>
@@ -5281,7 +5281,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -5289,8 +5289,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>514</pageId>
<contentName>Product 3</contentName>
@@ -5299,7 +5299,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -5307,8 +5307,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>515</pageId>
<contentName>Product 4</contentName>
@@ -5317,7 +5317,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -5325,8 +5325,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>516</pageId>
<contentName>Product 3</contentName>
@@ -5335,7 +5335,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -5343,8 +5343,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>517</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -5353,15 +5353,15 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>518</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -5369,7 +5369,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -5379,8 +5379,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>519</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -5388,7 +5388,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -5398,8 +5398,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>520</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -5407,7 +5407,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -5417,8 +5417,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>521</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -5426,7 +5426,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -5435,8 +5435,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>522</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -5444,7 +5444,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -5452,17 +5452,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId204</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -5504,7 +5504,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -5552,39 +5552,39 @@
<idSite>3</idSite>
<idVisit>150</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>546</pageId>
<bandwidth />
<generationTimeMilliseconds>1249</generationTimeMilliseconds>
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -5626,7 +5626,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -5674,26 +5674,26 @@
<idSite>3</idSite>
<idVisit>155</idVisit>
<visitIp>156.5.3.210</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world210</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>65</pageIdAction>
-
-
+
+
<pageId>564</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -5702,15 +5702,15 @@
<generationTime>1.03s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>565</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -5720,7 +5720,7 @@
<generationTime>1.03s</generationTime>
<interactionPosition>2</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName5>Search Results Count</customVariablePageName5>
@@ -5733,8 +5733,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>566</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -5742,7 +5742,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -5752,8 +5752,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>567</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -5761,7 +5761,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -5771,8 +5771,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>568</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -5780,7 +5780,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -5790,8 +5790,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>569</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -5799,7 +5799,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -5808,14 +5808,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>570</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -5823,17 +5823,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId210</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -5875,7 +5875,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -5923,50 +5923,50 @@
<idSite>5</idSite>
<idVisit>163</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world201</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>598</pageId>
<bandwidth />
<generationTimeMilliseconds>392</generationTimeMilliseconds>
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -6008,7 +6008,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -6056,26 +6056,26 @@
<idSite>5</idSite>
<idVisit>174</idVisit>
<visitIp>156.5.3.204</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world204</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>42</pageIdAction>
-
-
+
+
<pageId>626</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -6084,7 +6084,7 @@
<generationTime>0.35s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6092,8 +6092,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>627</pageId>
<contentName>Product 1</contentName>
@@ -6102,7 +6102,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6110,8 +6110,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>628</pageId>
<contentName>Product 1</contentName>
@@ -6120,7 +6120,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6128,8 +6128,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>629</pageId>
<contentName>Product 2</contentName>
@@ -6138,7 +6138,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6146,8 +6146,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>630</pageId>
<contentName>Product 3</contentName>
@@ -6156,7 +6156,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6164,8 +6164,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>631</pageId>
<contentName>Product 4</contentName>
@@ -6174,7 +6174,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6182,8 +6182,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>632</pageId>
<contentName>Product 3</contentName>
@@ -6192,7 +6192,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6200,8 +6200,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>633</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -6210,15 +6210,15 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>634</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -6226,7 +6226,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -6236,8 +6236,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>635</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -6245,7 +6245,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -6255,8 +6255,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>636</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -6264,7 +6264,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -6274,8 +6274,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>637</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -6283,7 +6283,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -6292,14 +6292,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>638</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -6307,17 +6307,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId204</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -6359,7 +6359,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -6407,39 +6407,39 @@
<idSite>5</idSite>
<idVisit>182</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>662</pageId>
<bandwidth />
<generationTimeMilliseconds>1249</generationTimeMilliseconds>
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -6481,7 +6481,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -6529,26 +6529,26 @@
<idSite>5</idSite>
<idVisit>187</idVisit>
<visitIp>156.5.3.210</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world210</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>65</pageIdAction>
-
-
+
+
<pageId>680</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -6557,15 +6557,15 @@
<generationTime>1.03s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>681</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -6575,7 +6575,7 @@
<generationTime>1.03s</generationTime>
<interactionPosition>2</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName5>Search Results Count</customVariablePageName5>
@@ -6588,8 +6588,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>682</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -6597,7 +6597,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -6607,8 +6607,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>683</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -6616,7 +6616,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -6626,8 +6626,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>684</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -6635,7 +6635,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -6645,8 +6645,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>685</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -6654,7 +6654,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -6663,14 +6663,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>686</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -6678,17 +6678,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId210</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -6730,7 +6730,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -6778,22 +6778,22 @@
<idSite>1</idSite>
<idVisit>108</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>388</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6801,15 +6801,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>389</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6817,30 +6817,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>390</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -6882,7 +6882,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -6930,15 +6930,15 @@
<idSite>1</idSite>
<idVisit>124</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>455</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -6947,7 +6947,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -6955,32 +6955,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>456</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -7022,7 +7022,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -7070,22 +7070,22 @@
<idSite>3</idSite>
<idVisit>140</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>504</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7093,15 +7093,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>505</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7109,30 +7109,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>506</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -7174,7 +7174,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -7222,15 +7222,15 @@
<idSite>3</idSite>
<idVisit>156</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>571</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -7239,19 +7239,19 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceOrder</type>
<orderId>211</orderId>
- <revenue>240.54</revenue>
+
<revenueSubTotal>211</revenueSubTotal>
<revenueTax>44.31</revenueTax>
<revenueShipping>14.77</revenueShipping>
- <revenueDiscount>29.54</revenueDiscount>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>211</itemSKU>
@@ -7262,39 +7262,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceOrder.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>572</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -7336,7 +7336,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -7384,22 +7384,22 @@
<idSite>5</idSite>
<idVisit>172</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>620</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7407,15 +7407,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>621</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7423,30 +7423,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>622</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -7488,7 +7488,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -7536,15 +7536,15 @@
<idSite>5</idSite>
<idVisit>188</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>687</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -7553,19 +7553,19 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceOrder</type>
<orderId>211</orderId>
- <revenue>240.54</revenue>
+
<revenueSubTotal>211</revenueSubTotal>
<revenueTax>44.31</revenueTax>
<revenueShipping>14.77</revenueShipping>
- <revenueDiscount>29.54</revenueDiscount>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>211</itemSKU>
@@ -7576,39 +7576,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceOrder.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>688</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -7650,7 +7650,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -7698,15 +7698,15 @@
<idSite>1</idSite>
<idVisit>113</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>412</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -7715,7 +7715,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7723,8 +7723,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>413</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -7733,7 +7733,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7741,32 +7741,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>414</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -7808,7 +7808,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -7856,22 +7856,22 @@
<idSite>1</idSite>
<idVisit>121</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>442</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7879,15 +7879,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>443</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -7895,30 +7895,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>444</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -7960,7 +7960,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -8004,15 +8004,15 @@
<idSite>3</idSite>
<idVisit>145</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>528</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -8021,7 +8021,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8029,8 +8029,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>529</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -8039,7 +8039,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8047,32 +8047,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>530</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -8114,7 +8114,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -8162,22 +8162,22 @@
<idSite>3</idSite>
<idVisit>153</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>558</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8185,15 +8185,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>559</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8201,30 +8201,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>560</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -8266,7 +8266,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -8310,15 +8310,15 @@
<idSite>5</idSite>
<idVisit>177</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>644</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -8327,7 +8327,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8335,8 +8335,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>645</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -8345,7 +8345,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8353,32 +8353,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>646</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -8420,7 +8420,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -8468,22 +8468,22 @@
<idSite>5</idSite>
<idVisit>185</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>674</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8491,15 +8491,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>675</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -8507,30 +8507,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>676</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -8572,7 +8572,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -8616,15 +8616,15 @@
<idSite>1</idSite>
<idVisit>98</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>360</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -8633,15 +8633,15 @@
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>361</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -8649,7 +8649,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -8659,8 +8659,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>362</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -8668,7 +8668,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -8678,8 +8678,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>363</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -8687,7 +8687,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -8697,8 +8697,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>364</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -8706,7 +8706,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -8715,14 +8715,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>365</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -8730,17 +8730,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -8782,7 +8782,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -8830,15 +8830,15 @@
<idSite>3</idSite>
<idVisit>130</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>476</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -8847,15 +8847,15 @@
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>477</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -8863,7 +8863,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -8873,8 +8873,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>478</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -8882,7 +8882,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -8892,8 +8892,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>479</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -8901,7 +8901,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -8911,8 +8911,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>480</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -8920,7 +8920,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -8929,14 +8929,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>481</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -8944,17 +8944,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -8996,7 +8996,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -9044,15 +9044,15 @@
<idSite>5</idSite>
<idVisit>162</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>592</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -9061,15 +9061,15 @@
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>593</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -9077,7 +9077,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -9087,8 +9087,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>594</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -9096,7 +9096,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -9106,8 +9106,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>595</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -9115,7 +9115,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -9125,8 +9125,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>596</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -9134,7 +9134,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -9143,14 +9143,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>597</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -9158,17 +9158,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -9210,7 +9210,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -9258,22 +9258,22 @@
<idSite>1</idSite>
<idVisit>107</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>385</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -9281,15 +9281,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>386</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -9297,30 +9297,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>387</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -9362,7 +9362,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -9410,15 +9410,15 @@
<idSite>1</idSite>
<idVisit>111</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>407</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -9427,7 +9427,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -9435,8 +9435,8 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>408</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -9445,15 +9445,15 @@
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>409</pageId>
<bandwidth />
<siteSearchKeyword>ecommerce</siteSearchKeyword>
@@ -9461,7 +9461,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>3</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -9478,17 +9478,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -9530,7 +9530,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -9578,15 +9578,15 @@
<idSite>1</idSite>
<idVisit>115</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>418</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -9595,7 +9595,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -9603,8 +9603,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>419</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -9613,7 +9613,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -9621,32 +9621,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>420</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -9688,7 +9688,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -9736,22 +9736,22 @@
<idSite>3</idSite>
<idVisit>139</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>501</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -9759,15 +9759,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>502</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -9775,30 +9775,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>503</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -9840,7 +9840,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -9888,15 +9888,15 @@
<idSite>3</idSite>
<idVisit>143</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>523</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -9905,19 +9905,19 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceOrder</type>
<orderId>205</orderId>
- <revenue>233.70</revenue>
+
<revenueSubTotal>205</revenueSubTotal>
<revenueTax>43.05</revenueTax>
<revenueShipping>14.35</revenueShipping>
- <revenueDiscount>28.70</revenueDiscount>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>205</itemSKU>
@@ -9928,15 +9928,15 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceOrder.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>524</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -9945,15 +9945,15 @@
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>525</pageId>
<bandwidth />
<siteSearchKeyword>ecommerce</siteSearchKeyword>
@@ -9961,7 +9961,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>3</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -9978,17 +9978,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -10030,7 +10030,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -10078,15 +10078,15 @@
<idSite>3</idSite>
<idVisit>147</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>534</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -10095,7 +10095,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -10103,8 +10103,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>535</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -10113,7 +10113,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -10121,32 +10121,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>536</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -10188,7 +10188,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -10236,22 +10236,22 @@
<idSite>5</idSite>
<idVisit>171</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>617</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -10259,15 +10259,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>618</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -10275,30 +10275,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>619</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -10340,7 +10340,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -10388,15 +10388,15 @@
<idSite>5</idSite>
<idVisit>175</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>639</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -10405,19 +10405,19 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceOrder</type>
<orderId>205</orderId>
- <revenue>233.70</revenue>
+
<revenueSubTotal>205</revenueSubTotal>
<revenueTax>43.05</revenueTax>
<revenueShipping>14.35</revenueShipping>
- <revenueDiscount>28.70</revenueDiscount>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>205</itemSKU>
@@ -10428,15 +10428,15 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceOrder.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>640</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -10445,15 +10445,15 @@
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>641</pageId>
<bandwidth />
<siteSearchKeyword>ecommerce</siteSearchKeyword>
@@ -10461,7 +10461,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>3</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -10478,17 +10478,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -10530,7 +10530,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -10578,15 +10578,15 @@
<idSite>5</idSite>
<idVisit>179</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>650</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -10595,7 +10595,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -10603,8 +10603,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>651</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -10613,7 +10613,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -10621,32 +10621,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>652</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -10688,7 +10688,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -10736,15 +10736,15 @@
<idSite>1</idSite>
<idVisit>117</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>424</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -10753,15 +10753,15 @@
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>425</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -10769,7 +10769,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -10779,8 +10779,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>426</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -10788,7 +10788,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -10798,8 +10798,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>427</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -10807,7 +10807,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -10817,8 +10817,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>428</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -10826,7 +10826,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -10835,14 +10835,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>429</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -10850,17 +10850,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -10902,7 +10902,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -10950,15 +10950,15 @@
<idSite>3</idSite>
<idVisit>149</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>540</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -10967,15 +10967,15 @@
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>541</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -10983,7 +10983,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -10993,8 +10993,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>542</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -11002,7 +11002,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -11012,8 +11012,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>543</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -11021,7 +11021,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -11031,8 +11031,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>544</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -11040,7 +11040,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -11049,14 +11049,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>545</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -11064,17 +11064,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -11116,7 +11116,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -11164,15 +11164,15 @@
<idSite>5</idSite>
<idVisit>181</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>656</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -11181,15 +11181,15 @@
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>657</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -11197,7 +11197,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -11207,8 +11207,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>658</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -11216,7 +11216,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -11226,8 +11226,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>659</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -11235,7 +11235,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -11245,8 +11245,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>660</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -11254,7 +11254,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -11263,14 +11263,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>661</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -11278,17 +11278,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -11330,7 +11330,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -11378,15 +11378,15 @@
<idSite>1</idSite>
<idVisit>101</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>369</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -11395,7 +11395,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -11403,32 +11403,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>370</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -11470,7 +11470,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -11518,15 +11518,15 @@
<idSite>1</idSite>
<idVisit>127</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>461</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -11535,7 +11535,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -11543,32 +11543,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>462</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -11610,7 +11610,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -11658,15 +11658,15 @@
<idSite>3</idSite>
<idVisit>133</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>485</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -11675,7 +11675,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -11683,32 +11683,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>486</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -11750,7 +11750,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>50</totalAbandonedCartsRevenue>
@@ -11798,15 +11798,15 @@
<idSite>3</idSite>
<idVisit>159</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>577</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -11815,7 +11815,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -11823,32 +11823,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>578</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -11890,7 +11890,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -11938,15 +11938,15 @@
<idSite>5</idSite>
<idVisit>165</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>601</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -11955,7 +11955,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -11963,32 +11963,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>602</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -12030,7 +12030,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -12078,15 +12078,15 @@
<idSite>5</idSite>
<idVisit>191</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>693</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -12095,7 +12095,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12103,32 +12103,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>694</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -12170,7 +12170,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -12218,15 +12218,15 @@
<idSite>1</idSite>
<idVisit>114</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>415</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -12235,7 +12235,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12243,8 +12243,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>416</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -12253,7 +12253,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12261,32 +12261,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>417</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -12328,7 +12328,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -12376,15 +12376,15 @@
<idSite>3</idSite>
<idVisit>146</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>531</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -12393,7 +12393,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12401,8 +12401,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>532</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -12411,7 +12411,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12419,32 +12419,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>533</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -12486,7 +12486,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -12534,15 +12534,15 @@
<idSite>5</idSite>
<idVisit>178</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>647</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -12551,7 +12551,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12559,8 +12559,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>648</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -12569,7 +12569,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12577,32 +12577,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>649</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -12644,7 +12644,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -12692,22 +12692,22 @@
<idSite>1</idSite>
<idVisit>106</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>382</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12715,15 +12715,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>383</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12731,30 +12731,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>384</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -12796,7 +12796,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -12844,29 +12844,29 @@
<idSite>1</idSite>
<idVisit>119</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>431</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>208</itemSKU>
@@ -12877,20 +12877,20 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>432</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12898,8 +12898,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>433</pageId>
<contentName>Product 1</contentName>
@@ -12908,7 +12908,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12916,8 +12916,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>434</pageId>
<contentName>Product 1</contentName>
@@ -12926,7 +12926,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12934,8 +12934,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>435</pageId>
<contentName>Product 2</contentName>
@@ -12944,7 +12944,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12952,8 +12952,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>436</pageId>
<contentName>Product 3</contentName>
@@ -12962,7 +12962,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12970,8 +12970,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>437</pageId>
<contentName>Product 4</contentName>
@@ -12980,7 +12980,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -12988,8 +12988,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>438</pageId>
<contentName>Product 3</contentName>
@@ -12998,7 +12998,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13006,8 +13006,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>439</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -13016,24 +13016,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -13075,7 +13075,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -13123,22 +13123,22 @@
<idSite>3</idSite>
<idVisit>138</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>498</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13146,15 +13146,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>499</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13162,30 +13162,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>500</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -13227,7 +13227,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -13275,29 +13275,29 @@
<idSite>3</idSite>
<idVisit>151</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>547</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>208</itemSKU>
@@ -13308,20 +13308,20 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>548</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13329,8 +13329,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>549</pageId>
<contentName>Product 1</contentName>
@@ -13339,7 +13339,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13347,8 +13347,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>550</pageId>
<contentName>Product 1</contentName>
@@ -13357,7 +13357,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13365,8 +13365,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>551</pageId>
<contentName>Product 2</contentName>
@@ -13375,7 +13375,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13383,8 +13383,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>552</pageId>
<contentName>Product 3</contentName>
@@ -13393,7 +13393,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13401,8 +13401,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>553</pageId>
<contentName>Product 4</contentName>
@@ -13411,7 +13411,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13419,8 +13419,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>554</pageId>
<contentName>Product 3</contentName>
@@ -13429,7 +13429,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13437,8 +13437,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>555</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -13447,24 +13447,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -13506,7 +13506,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>50</totalAbandonedCartsRevenue>
@@ -13554,22 +13554,22 @@
<idSite>5</idSite>
<idVisit>170</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>614</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13577,15 +13577,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>615</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13593,30 +13593,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>616</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -13658,7 +13658,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -13706,29 +13706,29 @@
<idSite>5</idSite>
<idVisit>183</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>663</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>208</itemSKU>
@@ -13739,20 +13739,20 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>664</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13760,8 +13760,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>665</pageId>
<contentName>Product 1</contentName>
@@ -13770,7 +13770,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13778,8 +13778,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>666</pageId>
<contentName>Product 1</contentName>
@@ -13788,7 +13788,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13796,8 +13796,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>667</pageId>
<contentName>Product 2</contentName>
@@ -13806,7 +13806,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13814,8 +13814,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>668</pageId>
<contentName>Product 3</contentName>
@@ -13824,7 +13824,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13832,8 +13832,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>669</pageId>
<contentName>Product 4</contentName>
@@ -13842,7 +13842,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13850,8 +13850,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>670</pageId>
<contentName>Product 3</contentName>
@@ -13860,7 +13860,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -13868,8 +13868,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>671</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -13878,24 +13878,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -13937,7 +13937,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -13985,26 +13985,26 @@
<idSite>1</idSite>
<idVisit>126</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>459</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -14013,7 +14013,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14021,32 +14021,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>460</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -14088,7 +14088,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -14136,26 +14136,26 @@
<idSite>3</idSite>
<idVisit>158</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>575</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -14164,7 +14164,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14172,32 +14172,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>576</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -14239,7 +14239,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -14287,26 +14287,26 @@
<idSite>5</idSite>
<idVisit>190</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>691</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -14315,7 +14315,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14323,32 +14323,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>692</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -14390,7 +14390,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -14438,22 +14438,22 @@
<idSite>1</idSite>
<idVisit>105</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>379</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14461,15 +14461,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>380</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14477,30 +14477,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>381</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -14542,7 +14542,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -14590,26 +14590,26 @@
<idSite>1</idSite>
<idVisit>125</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>457</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -14618,7 +14618,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14626,32 +14626,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>458</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -14693,7 +14693,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -14741,22 +14741,22 @@
<idSite>3</idSite>
<idVisit>137</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>495</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14764,15 +14764,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>496</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14780,30 +14780,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>497</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -14845,7 +14845,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -14893,26 +14893,26 @@
<idSite>3</idSite>
<idVisit>157</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>573</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -14921,7 +14921,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -14929,32 +14929,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>574</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -14996,7 +14996,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -15044,22 +15044,22 @@
<idSite>5</idSite>
<idVisit>169</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>611</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15067,15 +15067,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>612</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15083,30 +15083,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>613</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -15148,7 +15148,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -15196,26 +15196,26 @@
<idSite>5</idSite>
<idVisit>189</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>689</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -15224,7 +15224,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15232,32 +15232,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>690</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -15299,7 +15299,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -15347,22 +15347,22 @@
<idSite>1</idSite>
<idVisit>104</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>376</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15370,15 +15370,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>377</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15386,30 +15386,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>378</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -15451,7 +15451,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -15499,22 +15499,22 @@
<idSite>3</idSite>
<idVisit>136</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>492</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15522,15 +15522,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>493</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15538,30 +15538,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>494</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -15603,7 +15603,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -15651,22 +15651,22 @@
<idSite>5</idSite>
<idVisit>168</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>608</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15674,15 +15674,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>609</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15690,30 +15690,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>610</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -15755,7 +15755,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -15803,15 +15803,15 @@
<idSite>1</idSite>
<idVisit>100</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>367</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -15820,14 +15820,14 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>202</itemSKU>
@@ -15838,39 +15838,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>368</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -15912,7 +15912,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -15960,22 +15960,22 @@
<idSite>1</idSite>
<idVisit>103</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>373</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15983,15 +15983,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>374</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -15999,30 +15999,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>375</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -16064,7 +16064,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -16112,15 +16112,15 @@
<idSite>3</idSite>
<idVisit>132</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>483</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -16129,14 +16129,14 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>202</itemSKU>
@@ -16147,39 +16147,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>484</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -16221,7 +16221,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>50</totalAbandonedCartsRevenue>
@@ -16269,22 +16269,22 @@
<idSite>3</idSite>
<idVisit>135</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>489</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16292,15 +16292,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>490</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16308,30 +16308,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>491</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 3</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -16373,7 +16373,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -16421,15 +16421,15 @@
<idSite>5</idSite>
<idVisit>164</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>599</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -16438,14 +16438,14 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>202</itemSKU>
@@ -16456,39 +16456,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>600</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -16530,7 +16530,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -16578,22 +16578,22 @@
<idSite>5</idSite>
<idVisit>167</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>605</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16601,15 +16601,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>606</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16617,30 +16617,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>607</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -16682,7 +16682,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -16730,26 +16730,26 @@
<idSite>1</idSite>
<idVisit>65</idVisit>
<visitIp>156.5.3.200</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world200</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world200</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>2</pageIdAction>
-
-
+
+
<pageId>233</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -16758,7 +16758,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16766,8 +16766,8 @@
<url>http://www.helloworld.com/hello/world200/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>4</pageIdAction>
-
-
+
+
<pageId>234</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -16776,7 +16776,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16784,8 +16784,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>6</pageIdAction>
-
-
+
+
<pageId>235</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -16794,15 +16794,15 @@
<generationTime>0.55s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>236</pageId>
<bandwidth />
<siteSearchKeyword>mobile</siteSearchKeyword>
@@ -16810,7 +16810,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>4</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -16828,8 +16828,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>237</pageId>
<contentName>Product 1</contentName>
@@ -16838,7 +16838,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16846,8 +16846,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>238</pageId>
<contentName>Product 1</contentName>
@@ -16856,7 +16856,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16864,8 +16864,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>239</pageId>
<contentName>Product 2</contentName>
@@ -16874,7 +16874,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16882,8 +16882,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>240</pageId>
<contentName>Product 3</contentName>
@@ -16892,7 +16892,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16900,8 +16900,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>241</pageId>
<contentName>Product 4</contentName>
@@ -16910,7 +16910,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16918,8 +16918,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>242</pageId>
<contentName>Product 3</contentName>
@@ -16928,7 +16928,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -16936,8 +16936,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>243</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -16946,24 +16946,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId200</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -17005,7 +17005,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/CH.png</browserIcon>
<browserCode>CH</browserCode>
<browserVersion>17.0</browserVersion>
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -17053,26 +17053,26 @@
<idSite>1</idSite>
<idVisit>70</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world202</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>255</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -17081,7 +17081,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17089,32 +17089,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>256</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -17156,7 +17156,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -17204,33 +17204,33 @@
<idSite>1</idSite>
<idVisit>77</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world203</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>275</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17238,15 +17238,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>276</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17254,30 +17254,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>277</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -17319,7 +17319,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -17367,26 +17367,26 @@
<idSite>1</idSite>
<idVisit>80</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world205</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>294</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -17395,7 +17395,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17403,32 +17403,32 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>295</pageId>
<bandwidth />
<generationTimeMilliseconds>585</generationTimeMilliseconds>
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -17470,7 +17470,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -17518,26 +17518,26 @@
<idSite>1</idSite>
<idVisit>84</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world206</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>305</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -17546,7 +17546,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17554,8 +17554,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>306</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -17564,7 +17564,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17572,32 +17572,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>307</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -17639,7 +17639,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -17687,22 +17687,22 @@
<idSite>1</idSite>
<idVisit>88</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>324</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17710,30 +17710,30 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>325</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -17775,7 +17775,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -17823,33 +17823,33 @@
<idSite>1</idSite>
<idVisit>90</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world209</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>329</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17857,15 +17857,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>330</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -17873,30 +17873,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>331</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -17938,7 +17938,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -17982,26 +17982,26 @@
<idSite>1</idSite>
<idVisit>96</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>347</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -18010,7 +18010,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18018,32 +18018,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>348</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -18085,7 +18085,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -18133,50 +18133,50 @@
<idSite>1</idSite>
<idVisit>67</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world201</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>250</pageId>
<bandwidth />
<generationTimeMilliseconds>392</generationTimeMilliseconds>
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -18218,7 +18218,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -18266,26 +18266,26 @@
<idSite>1</idSite>
<idVisit>78</idVisit>
<visitIp>156.5.3.204</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world204</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>42</pageIdAction>
-
-
+
+
<pageId>278</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -18294,7 +18294,7 @@
<generationTime>0.35s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18302,8 +18302,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>279</pageId>
<contentName>Product 1</contentName>
@@ -18312,7 +18312,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18320,8 +18320,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>280</pageId>
<contentName>Product 1</contentName>
@@ -18330,7 +18330,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18338,8 +18338,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>281</pageId>
<contentName>Product 2</contentName>
@@ -18348,7 +18348,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18356,8 +18356,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>282</pageId>
<contentName>Product 3</contentName>
@@ -18366,7 +18366,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18374,8 +18374,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>283</pageId>
<contentName>Product 4</contentName>
@@ -18384,7 +18384,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18392,8 +18392,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>284</pageId>
<contentName>Product 3</contentName>
@@ -18402,7 +18402,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -18410,8 +18410,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>285</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -18420,15 +18420,15 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>286</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -18436,7 +18436,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -18446,8 +18446,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>287</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -18455,7 +18455,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -18465,8 +18465,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>288</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -18474,7 +18474,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -18484,8 +18484,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>289</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -18493,7 +18493,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -18502,14 +18502,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>290</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -18517,17 +18517,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId204</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -18569,7 +18569,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -18617,39 +18617,39 @@
<idSite>1</idSite>
<idVisit>86</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>314</pageId>
<bandwidth />
<generationTimeMilliseconds>1249</generationTimeMilliseconds>
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -18691,7 +18691,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -18739,26 +18739,26 @@
<idSite>1</idSite>
<idVisit>91</idVisit>
<visitIp>156.5.3.210</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world210</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>65</pageIdAction>
-
-
+
+
<pageId>332</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -18767,15 +18767,15 @@
<generationTime>1.03s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>333</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -18785,7 +18785,7 @@
<generationTime>1.03s</generationTime>
<interactionPosition>2</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName5>Search Results Count</customVariablePageName5>
@@ -18798,8 +18798,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>334</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -18807,7 +18807,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -18817,8 +18817,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>335</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -18826,7 +18826,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -18836,8 +18836,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>336</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -18845,7 +18845,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -18855,8 +18855,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>337</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -18864,7 +18864,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -18873,14 +18873,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>338</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -18888,17 +18888,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId210</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -18940,7 +18940,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -18988,22 +18988,22 @@
<idSite>1</idSite>
<idVisit>76</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>272</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19011,15 +19011,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>273</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19027,30 +19027,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>274</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -19092,7 +19092,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -19140,15 +19140,15 @@
<idSite>1</idSite>
<idVisit>92</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>339</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -19157,7 +19157,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19165,32 +19165,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>340</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -19232,7 +19232,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -19280,15 +19280,15 @@
<idSite>1</idSite>
<idVisit>81</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>296</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -19297,7 +19297,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19305,8 +19305,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>297</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -19315,7 +19315,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19323,32 +19323,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>298</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -19390,7 +19390,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -19438,22 +19438,22 @@
<idSite>1</idSite>
<idVisit>89</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>326</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19461,15 +19461,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>327</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19477,30 +19477,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>328</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -19542,7 +19542,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -19586,15 +19586,15 @@
<idSite>1</idSite>
<idVisit>66</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>244</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -19603,15 +19603,15 @@
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>245</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -19619,7 +19619,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -19629,8 +19629,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>246</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -19638,7 +19638,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -19648,8 +19648,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>247</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -19657,7 +19657,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -19667,8 +19667,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>248</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -19676,7 +19676,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -19685,14 +19685,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>249</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -19700,17 +19700,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -19752,7 +19752,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -19800,22 +19800,22 @@
<idSite>1</idSite>
<idVisit>75</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>269</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19823,15 +19823,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>270</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19839,30 +19839,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>271</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -19904,7 +19904,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -19952,15 +19952,15 @@
<idSite>1</idSite>
<idVisit>79</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>291</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -19969,7 +19969,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -19977,8 +19977,8 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>292</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -19987,15 +19987,15 @@
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>293</pageId>
<bandwidth />
<siteSearchKeyword>ecommerce</siteSearchKeyword>
@@ -20003,7 +20003,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>3</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -20020,17 +20020,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -20072,7 +20072,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -20120,15 +20120,15 @@
<idSite>1</idSite>
<idVisit>83</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>302</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -20137,7 +20137,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20145,8 +20145,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>303</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -20155,7 +20155,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20163,32 +20163,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>304</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -20230,7 +20230,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -20278,15 +20278,15 @@
<idSite>1</idSite>
<idVisit>85</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>308</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -20295,15 +20295,15 @@
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>309</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -20311,7 +20311,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -20321,8 +20321,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>310</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -20330,7 +20330,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -20340,8 +20340,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>311</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -20349,7 +20349,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -20359,8 +20359,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>312</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -20368,7 +20368,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -20377,14 +20377,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>313</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -20392,17 +20392,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -20444,7 +20444,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -20492,15 +20492,15 @@
<idSite>1</idSite>
<idVisit>69</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>253</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -20509,7 +20509,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20517,32 +20517,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>254</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -20584,7 +20584,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -20632,15 +20632,15 @@
<idSite>1</idSite>
<idVisit>95</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>345</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -20649,7 +20649,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20657,32 +20657,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>346</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -20724,7 +20724,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -20772,15 +20772,15 @@
<idSite>1</idSite>
<idVisit>82</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>299</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -20789,7 +20789,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20797,8 +20797,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>300</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -20807,7 +20807,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20815,32 +20815,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>301</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -20882,7 +20882,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -20930,22 +20930,22 @@
<idSite>1</idSite>
<idVisit>74</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>266</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20953,15 +20953,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>267</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -20969,30 +20969,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>268</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -21034,7 +21034,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -21082,29 +21082,29 @@
<idSite>1</idSite>
<idVisit>87</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>315</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>208</itemSKU>
@@ -21115,20 +21115,20 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>316</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21136,8 +21136,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>317</pageId>
<contentName>Product 1</contentName>
@@ -21146,7 +21146,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21154,8 +21154,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>318</pageId>
<contentName>Product 1</contentName>
@@ -21164,7 +21164,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21172,8 +21172,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>319</pageId>
<contentName>Product 2</contentName>
@@ -21182,7 +21182,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21190,8 +21190,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>320</pageId>
<contentName>Product 3</contentName>
@@ -21200,7 +21200,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21208,8 +21208,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>321</pageId>
<contentName>Product 4</contentName>
@@ -21218,7 +21218,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21226,8 +21226,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>322</pageId>
<contentName>Product 3</contentName>
@@ -21236,7 +21236,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21244,8 +21244,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>323</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -21254,24 +21254,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -21313,7 +21313,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -21361,26 +21361,26 @@
<idSite>1</idSite>
<idVisit>94</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>343</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -21389,7 +21389,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21397,32 +21397,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>344</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -21464,7 +21464,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -21512,22 +21512,22 @@
<idSite>1</idSite>
<idVisit>73</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>263</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21535,15 +21535,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>264</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21551,30 +21551,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>265</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -21616,7 +21616,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -21664,26 +21664,26 @@
<idSite>1</idSite>
<idVisit>93</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>341</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -21692,7 +21692,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21700,32 +21700,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>342</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -21767,7 +21767,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -21815,22 +21815,22 @@
<idSite>1</idSite>
<idVisit>72</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>260</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21838,15 +21838,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>261</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -21854,30 +21854,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>262</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -21919,7 +21919,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -21967,15 +21967,15 @@
<idSite>1</idSite>
<idVisit>68</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>251</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -21984,14 +21984,14 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>202</itemSKU>
@@ -22002,39 +22002,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>252</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -22076,7 +22076,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -22124,22 +22124,22 @@
<idSite>1</idSite>
<idVisit>71</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>257</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22147,15 +22147,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>258</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22163,30 +22163,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>259</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -22228,7 +22228,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -22276,26 +22276,26 @@
<idSite>1</idSite>
<idVisit>33</idVisit>
<visitIp>156.5.3.200</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world200</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world200</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>2</pageIdAction>
-
-
+
+
<pageId>117</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -22304,7 +22304,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22312,8 +22312,8 @@
<url>http://www.helloworld.com/hello/world200/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>4</pageIdAction>
-
-
+
+
<pageId>118</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -22322,7 +22322,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22330,8 +22330,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>6</pageIdAction>
-
-
+
+
<pageId>119</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -22340,15 +22340,15 @@
<generationTime>0.55s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>120</pageId>
<bandwidth />
<siteSearchKeyword>mobile</siteSearchKeyword>
@@ -22356,7 +22356,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>4</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -22374,8 +22374,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>121</pageId>
<contentName>Product 1</contentName>
@@ -22384,7 +22384,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22392,8 +22392,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>122</pageId>
<contentName>Product 1</contentName>
@@ -22402,7 +22402,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22410,8 +22410,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>123</pageId>
<contentName>Product 2</contentName>
@@ -22420,7 +22420,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22428,8 +22428,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>124</pageId>
<contentName>Product 3</contentName>
@@ -22438,7 +22438,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22446,8 +22446,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>125</pageId>
<contentName>Product 4</contentName>
@@ -22456,7 +22456,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22464,8 +22464,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>126</pageId>
<contentName>Product 3</contentName>
@@ -22474,7 +22474,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22482,8 +22482,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>127</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -22492,24 +22492,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId200</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -22551,7 +22551,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/CH.png</browserIcon>
<browserCode>CH</browserCode>
<browserVersion>17.0</browserVersion>
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -22599,26 +22599,26 @@
<idSite>1</idSite>
<idVisit>38</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world202</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>139</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -22627,7 +22627,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22635,32 +22635,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>140</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -22702,7 +22702,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -22750,33 +22750,33 @@
<idSite>1</idSite>
<idVisit>45</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world203</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>159</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22784,15 +22784,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>160</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22800,30 +22800,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>161</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -22865,7 +22865,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -22913,26 +22913,26 @@
<idSite>1</idSite>
<idVisit>48</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world205</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>178</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -22941,7 +22941,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -22949,32 +22949,32 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>179</pageId>
<bandwidth />
<generationTimeMilliseconds>585</generationTimeMilliseconds>
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -23016,7 +23016,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -23064,26 +23064,26 @@
<idSite>1</idSite>
<idVisit>52</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world206</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>189</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -23092,7 +23092,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23100,8 +23100,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>190</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -23110,7 +23110,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23118,32 +23118,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>191</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -23185,7 +23185,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -23233,22 +23233,22 @@
<idSite>1</idSite>
<idVisit>56</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>208</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23256,30 +23256,30 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>209</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -23321,7 +23321,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -23369,33 +23369,33 @@
<idSite>1</idSite>
<idVisit>58</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world209</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>213</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23403,15 +23403,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>214</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23419,30 +23419,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>215</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -23484,7 +23484,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -23528,26 +23528,26 @@
<idSite>1</idSite>
<idVisit>64</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>231</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -23556,7 +23556,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23564,32 +23564,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>232</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -23631,7 +23631,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -23679,26 +23679,26 @@
<idSite>5</idSite>
<idVisit>193</idVisit>
<visitIp>156.5.3.200</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world200</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world200</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>2</pageIdAction>
-
-
+
+
<pageId>697</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -23707,7 +23707,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23715,8 +23715,8 @@
<url>http://www.helloworld.com/hello/world200/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>4</pageIdAction>
-
-
+
+
<pageId>698</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -23725,7 +23725,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23733,8 +23733,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>6</pageIdAction>
-
-
+
+
<pageId>699</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -23743,15 +23743,15 @@
<generationTime>0.55s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>700</pageId>
<bandwidth />
<siteSearchKeyword>mobile</siteSearchKeyword>
@@ -23759,7 +23759,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>4</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -23777,8 +23777,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>701</pageId>
<contentName>Product 1</contentName>
@@ -23787,7 +23787,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23795,8 +23795,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>702</pageId>
<contentName>Product 1</contentName>
@@ -23805,7 +23805,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23813,8 +23813,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>703</pageId>
<contentName>Product 2</contentName>
@@ -23823,7 +23823,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23831,8 +23831,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>704</pageId>
<contentName>Product 3</contentName>
@@ -23841,7 +23841,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23849,8 +23849,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>705</pageId>
<contentName>Product 4</contentName>
@@ -23859,7 +23859,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23867,8 +23867,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>706</pageId>
<contentName>Product 3</contentName>
@@ -23877,7 +23877,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -23885,8 +23885,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>707</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -23895,24 +23895,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId200</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -23954,7 +23954,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/CH.png</browserIcon>
<browserCode>CH</browserCode>
<browserVersion>17.0</browserVersion>
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -24002,26 +24002,26 @@
<idSite>5</idSite>
<idVisit>198</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world202</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>719</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -24030,7 +24030,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24038,32 +24038,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>720</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -24105,7 +24105,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -24153,33 +24153,33 @@
<idSite>5</idSite>
<idVisit>205</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world203</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>739</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24187,15 +24187,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>740</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24203,30 +24203,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>741</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -24268,7 +24268,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -24316,26 +24316,26 @@
<idSite>5</idSite>
<idVisit>208</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world205</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>758</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -24344,7 +24344,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24352,32 +24352,32 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>759</pageId>
<bandwidth />
<generationTimeMilliseconds>585</generationTimeMilliseconds>
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -24419,7 +24419,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -24467,26 +24467,26 @@
<idSite>5</idSite>
<idVisit>212</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world206</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>769</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -24495,7 +24495,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24503,8 +24503,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>770</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -24513,7 +24513,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24521,32 +24521,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>771</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -24588,7 +24588,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -24636,22 +24636,22 @@
<idSite>5</idSite>
<idVisit>216</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>788</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24659,30 +24659,30 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>789</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -24724,7 +24724,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -24772,33 +24772,33 @@
<idSite>5</idSite>
<idVisit>218</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world209</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>793</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24806,15 +24806,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>794</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24822,30 +24822,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>795</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -24887,7 +24887,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -24931,26 +24931,26 @@
<idSite>5</idSite>
<idVisit>224</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>811</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -24959,7 +24959,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -24967,32 +24967,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>812</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -25034,7 +25034,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -25082,50 +25082,50 @@
<idSite>1</idSite>
<idVisit>35</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world201</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>134</pageId>
<bandwidth />
<generationTimeMilliseconds>392</generationTimeMilliseconds>
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -25167,7 +25167,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -25215,26 +25215,26 @@
<idSite>1</idSite>
<idVisit>46</idVisit>
<visitIp>156.5.3.204</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world204</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>42</pageIdAction>
-
-
+
+
<pageId>162</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -25243,7 +25243,7 @@
<generationTime>0.35s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -25251,8 +25251,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>163</pageId>
<contentName>Product 1</contentName>
@@ -25261,7 +25261,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -25269,8 +25269,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>164</pageId>
<contentName>Product 1</contentName>
@@ -25279,7 +25279,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -25287,8 +25287,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>165</pageId>
<contentName>Product 2</contentName>
@@ -25297,7 +25297,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -25305,8 +25305,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>166</pageId>
<contentName>Product 3</contentName>
@@ -25315,7 +25315,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -25323,8 +25323,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>167</pageId>
<contentName>Product 4</contentName>
@@ -25333,7 +25333,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -25341,8 +25341,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>168</pageId>
<contentName>Product 3</contentName>
@@ -25351,7 +25351,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -25359,8 +25359,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>169</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -25369,15 +25369,15 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>170</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -25385,7 +25385,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -25395,8 +25395,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>171</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -25404,7 +25404,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -25414,8 +25414,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>172</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -25423,7 +25423,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -25433,8 +25433,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>173</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -25442,7 +25442,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -25451,14 +25451,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>174</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -25466,17 +25466,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId204</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -25518,7 +25518,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -25566,39 +25566,39 @@
<idSite>1</idSite>
<idVisit>54</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>198</pageId>
<bandwidth />
<generationTimeMilliseconds>1249</generationTimeMilliseconds>
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -25640,7 +25640,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -25688,26 +25688,26 @@
<idSite>1</idSite>
<idVisit>59</idVisit>
<visitIp>156.5.3.210</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world210</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>65</pageIdAction>
-
-
+
+
<pageId>216</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -25716,15 +25716,15 @@
<generationTime>1.03s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>217</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -25734,7 +25734,7 @@
<generationTime>1.03s</generationTime>
<interactionPosition>2</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName5>Search Results Count</customVariablePageName5>
@@ -25747,8 +25747,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>218</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -25756,7 +25756,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -25766,8 +25766,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>219</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -25775,7 +25775,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -25785,8 +25785,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>220</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -25794,7 +25794,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -25804,8 +25804,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>221</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -25813,7 +25813,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -25822,14 +25822,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>222</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -25837,17 +25837,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId210</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -25889,7 +25889,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -25937,50 +25937,50 @@
<idSite>5</idSite>
<idVisit>195</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world201</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>714</pageId>
<bandwidth />
<generationTimeMilliseconds>392</generationTimeMilliseconds>
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -26022,7 +26022,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -26070,26 +26070,26 @@
<idSite>5</idSite>
<idVisit>206</idVisit>
<visitIp>156.5.3.204</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world204</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>42</pageIdAction>
-
-
+
+
<pageId>742</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -26098,7 +26098,7 @@
<generationTime>0.35s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26106,8 +26106,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>743</pageId>
<contentName>Product 1</contentName>
@@ -26116,7 +26116,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26124,8 +26124,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>744</pageId>
<contentName>Product 1</contentName>
@@ -26134,7 +26134,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26142,8 +26142,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>745</pageId>
<contentName>Product 2</contentName>
@@ -26152,7 +26152,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26160,8 +26160,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>746</pageId>
<contentName>Product 3</contentName>
@@ -26170,7 +26170,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26178,8 +26178,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>747</pageId>
<contentName>Product 4</contentName>
@@ -26188,7 +26188,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26196,8 +26196,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>748</pageId>
<contentName>Product 3</contentName>
@@ -26206,7 +26206,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26214,8 +26214,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>749</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -26224,15 +26224,15 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>750</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -26240,7 +26240,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -26250,8 +26250,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>751</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -26259,7 +26259,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -26269,8 +26269,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>752</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -26278,7 +26278,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -26288,8 +26288,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>753</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -26297,7 +26297,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -26306,14 +26306,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>754</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -26321,17 +26321,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId204</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -26373,7 +26373,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -26421,39 +26421,39 @@
<idSite>5</idSite>
<idVisit>214</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>778</pageId>
<bandwidth />
<generationTimeMilliseconds>1249</generationTimeMilliseconds>
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -26495,7 +26495,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -26543,26 +26543,26 @@
<idSite>5</idSite>
<idVisit>219</idVisit>
<visitIp>156.5.3.210</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world210</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>65</pageIdAction>
-
-
+
+
<pageId>796</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -26571,15 +26571,15 @@
<generationTime>1.03s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>797</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -26589,7 +26589,7 @@
<generationTime>1.03s</generationTime>
<interactionPosition>2</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName5>Search Results Count</customVariablePageName5>
@@ -26602,8 +26602,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>798</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -26611,7 +26611,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -26621,8 +26621,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>799</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -26630,7 +26630,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -26640,8 +26640,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>800</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -26649,7 +26649,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -26659,8 +26659,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>801</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -26668,7 +26668,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -26677,14 +26677,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>802</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -26692,17 +26692,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId210</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -26744,7 +26744,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -26792,22 +26792,22 @@
<idSite>1</idSite>
<idVisit>44</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>156</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26815,15 +26815,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>157</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26831,30 +26831,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>158</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -26896,7 +26896,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -26944,15 +26944,15 @@
<idSite>1</idSite>
<idVisit>60</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>223</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -26961,7 +26961,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -26969,32 +26969,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>224</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -27036,7 +27036,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -27084,22 +27084,22 @@
<idSite>5</idSite>
<idVisit>204</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>736</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27107,15 +27107,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>737</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27123,30 +27123,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>738</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -27188,7 +27188,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -27236,15 +27236,15 @@
<idSite>5</idSite>
<idVisit>220</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>803</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -27253,7 +27253,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27261,32 +27261,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>804</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -27328,7 +27328,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -27376,15 +27376,15 @@
<idSite>1</idSite>
<idVisit>49</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>180</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -27393,7 +27393,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27401,8 +27401,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>181</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -27411,7 +27411,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27419,32 +27419,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>182</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -27486,7 +27486,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -27534,22 +27534,22 @@
<idSite>1</idSite>
<idVisit>57</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>210</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27557,15 +27557,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>211</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27573,30 +27573,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>212</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -27638,7 +27638,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -27682,15 +27682,15 @@
<idSite>5</idSite>
<idVisit>209</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>760</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -27699,7 +27699,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27707,8 +27707,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>761</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -27717,7 +27717,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27725,32 +27725,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>762</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -27792,7 +27792,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -27840,22 +27840,22 @@
<idSite>5</idSite>
<idVisit>217</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>790</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27863,15 +27863,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>791</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -27879,30 +27879,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>792</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -27944,7 +27944,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -27988,15 +27988,15 @@
<idSite>1</idSite>
<idVisit>34</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>128</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -28005,15 +28005,15 @@
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>129</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -28021,7 +28021,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -28031,8 +28031,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>130</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -28040,7 +28040,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -28050,8 +28050,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>131</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -28059,7 +28059,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -28069,8 +28069,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>132</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -28078,7 +28078,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -28087,14 +28087,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>133</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -28102,17 +28102,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -28154,7 +28154,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -28202,15 +28202,15 @@
<idSite>5</idSite>
<idVisit>194</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>708</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -28219,15 +28219,15 @@
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>709</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -28235,7 +28235,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -28245,8 +28245,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>710</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -28254,7 +28254,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -28264,8 +28264,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>711</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -28273,7 +28273,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -28283,8 +28283,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>712</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -28292,7 +28292,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -28301,14 +28301,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>713</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -28316,17 +28316,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -28368,7 +28368,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -28416,22 +28416,22 @@
<idSite>1</idSite>
<idVisit>43</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>153</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -28439,15 +28439,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>154</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -28455,30 +28455,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>155</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -28520,7 +28520,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -28568,15 +28568,15 @@
<idSite>1</idSite>
<idVisit>47</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>175</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -28585,7 +28585,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -28593,8 +28593,8 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>176</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -28603,15 +28603,15 @@
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>177</pageId>
<bandwidth />
<siteSearchKeyword>ecommerce</siteSearchKeyword>
@@ -28619,7 +28619,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>3</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -28636,17 +28636,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -28688,7 +28688,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -28736,15 +28736,15 @@
<idSite>1</idSite>
<idVisit>51</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>186</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -28753,7 +28753,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -28761,8 +28761,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>187</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -28771,7 +28771,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -28779,32 +28779,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>188</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -28846,7 +28846,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -28894,22 +28894,22 @@
<idSite>5</idSite>
<idVisit>203</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>733</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -28917,15 +28917,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>734</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -28933,30 +28933,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>735</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -28998,7 +28998,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -29046,15 +29046,15 @@
<idSite>5</idSite>
<idVisit>207</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>755</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -29063,7 +29063,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -29071,8 +29071,8 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>756</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -29081,15 +29081,15 @@
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>757</pageId>
<bandwidth />
<siteSearchKeyword>ecommerce</siteSearchKeyword>
@@ -29097,7 +29097,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>3</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -29114,17 +29114,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -29166,7 +29166,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -29214,15 +29214,15 @@
<idSite>5</idSite>
<idVisit>211</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>766</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -29231,7 +29231,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -29239,15 +29239,15 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>767</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -29255,8 +29255,8 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>768</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -29265,24 +29265,24 @@
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -29324,7 +29324,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -29372,15 +29372,15 @@
<idSite>1</idSite>
<idVisit>53</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>192</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -29389,15 +29389,15 @@
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>193</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -29405,7 +29405,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -29415,8 +29415,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>194</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -29424,7 +29424,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -29434,8 +29434,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>195</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -29443,7 +29443,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -29453,8 +29453,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>196</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -29462,7 +29462,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -29471,14 +29471,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>197</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -29486,17 +29486,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -29538,7 +29538,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -29586,15 +29586,15 @@
<idSite>5</idSite>
<idVisit>213</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>772</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -29603,15 +29603,15 @@
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>773</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -29619,7 +29619,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -29629,8 +29629,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>774</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -29638,7 +29638,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -29648,8 +29648,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>775</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -29657,7 +29657,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -29667,8 +29667,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>776</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -29676,7 +29676,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -29685,14 +29685,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>777</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -29700,17 +29700,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -29752,7 +29752,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -29800,15 +29800,15 @@
<idSite>1</idSite>
<idVisit>37</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>137</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -29817,7 +29817,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -29825,32 +29825,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>138</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -29892,7 +29892,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -29940,15 +29940,15 @@
<idSite>1</idSite>
<idVisit>63</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>229</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -29957,7 +29957,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -29965,32 +29965,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>230</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -30032,7 +30032,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -30080,15 +30080,15 @@
<idSite>5</idSite>
<idVisit>197</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>717</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -30097,7 +30097,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30105,32 +30105,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>718</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -30172,7 +30172,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -30220,15 +30220,15 @@
<idSite>5</idSite>
<idVisit>223</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>809</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -30237,7 +30237,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30245,32 +30245,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>810</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -30312,7 +30312,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -30360,15 +30360,15 @@
<idSite>1</idSite>
<idVisit>50</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>183</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -30377,7 +30377,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30385,8 +30385,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>184</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -30395,7 +30395,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30403,32 +30403,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>185</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -30470,7 +30470,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -30518,15 +30518,15 @@
<idSite>5</idSite>
<idVisit>210</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>763</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -30535,7 +30535,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30543,8 +30543,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>764</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -30553,7 +30553,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30561,32 +30561,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>765</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -30628,7 +30628,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -30676,22 +30676,22 @@
<idSite>1</idSite>
<idVisit>42</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>150</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30699,15 +30699,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>151</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30715,30 +30715,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>152</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -30780,7 +30780,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -30828,29 +30828,29 @@
<idSite>1</idSite>
<idVisit>55</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>199</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>208</itemSKU>
@@ -30861,20 +30861,20 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>200</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30882,8 +30882,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>201</pageId>
<contentName>Product 1</contentName>
@@ -30892,7 +30892,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30900,8 +30900,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>202</pageId>
<contentName>Product 1</contentName>
@@ -30910,7 +30910,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30918,8 +30918,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>203</pageId>
<contentName>Product 2</contentName>
@@ -30928,7 +30928,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30936,8 +30936,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>204</pageId>
<contentName>Product 3</contentName>
@@ -30946,7 +30946,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30954,8 +30954,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>205</pageId>
<contentName>Product 4</contentName>
@@ -30964,7 +30964,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30972,8 +30972,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>206</pageId>
<contentName>Product 3</contentName>
@@ -30982,7 +30982,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -30990,8 +30990,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>207</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -31000,24 +31000,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -31059,7 +31059,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -31107,22 +31107,22 @@
<idSite>5</idSite>
<idVisit>202</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>730</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31130,15 +31130,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>731</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31146,30 +31146,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>732</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -31211,7 +31211,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -31259,29 +31259,29 @@
<idSite>5</idSite>
<idVisit>215</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>779</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>208</itemSKU>
@@ -31292,20 +31292,20 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>780</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31313,8 +31313,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>781</pageId>
<contentName>Product 1</contentName>
@@ -31323,7 +31323,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31331,8 +31331,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>782</pageId>
<contentName>Product 1</contentName>
@@ -31341,7 +31341,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31349,8 +31349,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>783</pageId>
<contentName>Product 2</contentName>
@@ -31359,7 +31359,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31367,8 +31367,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>784</pageId>
<contentName>Product 3</contentName>
@@ -31377,7 +31377,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31385,8 +31385,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>785</pageId>
<contentName>Product 4</contentName>
@@ -31395,7 +31395,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31403,8 +31403,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>786</pageId>
<contentName>Product 3</contentName>
@@ -31413,7 +31413,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31421,8 +31421,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>787</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -31431,24 +31431,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -31490,7 +31490,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -31538,26 +31538,26 @@
<idSite>1</idSite>
<idVisit>62</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>227</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -31566,7 +31566,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31574,32 +31574,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>228</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -31641,7 +31641,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -31689,26 +31689,26 @@
<idSite>5</idSite>
<idVisit>222</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>807</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -31717,7 +31717,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31725,32 +31725,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>808</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -31792,7 +31792,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -31840,22 +31840,22 @@
<idSite>1</idSite>
<idVisit>41</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>147</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31863,15 +31863,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>148</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -31879,30 +31879,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>149</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -31944,7 +31944,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -31992,26 +31992,26 @@
<idSite>1</idSite>
<idVisit>61</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>225</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -32020,7 +32020,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32028,32 +32028,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>226</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -32095,7 +32095,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -32143,22 +32143,22 @@
<idSite>5</idSite>
<idVisit>201</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>727</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32166,15 +32166,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>728</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32182,30 +32182,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>729</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -32247,7 +32247,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -32295,26 +32295,26 @@
<idSite>5</idSite>
<idVisit>221</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>805</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -32323,7 +32323,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32331,32 +32331,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>806</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -32398,7 +32398,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -32446,22 +32446,22 @@
<idSite>1</idSite>
<idVisit>40</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>144</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32469,15 +32469,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>145</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32485,30 +32485,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>146</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -32550,7 +32550,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -32598,22 +32598,22 @@
<idSite>5</idSite>
<idVisit>200</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>724</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32621,15 +32621,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>725</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32637,30 +32637,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>726</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -32702,7 +32702,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -32750,15 +32750,15 @@
<idSite>1</idSite>
<idVisit>36</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>135</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -32767,14 +32767,14 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>202</itemSKU>
@@ -32785,39 +32785,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>136</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -32859,7 +32859,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -32907,22 +32907,22 @@
<idSite>1</idSite>
<idVisit>39</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>141</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32930,15 +32930,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>142</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -32946,30 +32946,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>143</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -33011,7 +33011,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -33059,15 +33059,15 @@
<idSite>5</idSite>
<idVisit>196</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>715</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -33076,14 +33076,14 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>202</itemSKU>
@@ -33094,39 +33094,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>716</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -33168,7 +33168,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>100</totalAbandonedCartsRevenue>
@@ -33216,22 +33216,22 @@
<idSite>5</idSite>
<idVisit>199</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>721</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33239,15 +33239,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>722</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33255,30 +33255,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>723</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 5</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -33320,7 +33320,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -33368,26 +33368,26 @@
<idSite>1</idSite>
<idVisit>1</idVisit>
<visitIp>156.5.3.200</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world200</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world200</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>2</pageIdAction>
-
-
+
+
<pageId>1</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -33396,7 +33396,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33404,8 +33404,8 @@
<url>http://www.helloworld.com/hello/world200/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>4</pageIdAction>
-
-
+
+
<pageId>2</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -33414,7 +33414,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33422,8 +33422,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>6</pageIdAction>
-
-
+
+
<pageId>3</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -33432,15 +33432,15 @@
<generationTime>0.55s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>4</pageId>
<bandwidth />
<siteSearchKeyword>mobile</siteSearchKeyword>
@@ -33448,7 +33448,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>4</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -33466,8 +33466,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>5</pageId>
<contentName>Product 1</contentName>
@@ -33476,7 +33476,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33484,8 +33484,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>6</pageId>
<contentName>Product 1</contentName>
@@ -33494,7 +33494,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33502,8 +33502,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>7</pageId>
<contentName>Product 2</contentName>
@@ -33512,7 +33512,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33520,8 +33520,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>8</pageId>
<contentName>Product 3</contentName>
@@ -33530,7 +33530,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33538,8 +33538,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>9</pageId>
<contentName>Product 4</contentName>
@@ -33548,7 +33548,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33556,8 +33556,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>10</pageId>
<contentName>Product 3</contentName>
@@ -33566,7 +33566,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33574,8 +33574,8 @@
<url>http://www.helloworld.com/hello/world200/1</url>
<pageTitle />
<pageIdAction>8</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>11</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -33584,24 +33584,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>4</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId200</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -33643,7 +33643,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/CH.png</browserIcon>
<browserCode>CH</browserCode>
<browserVersion>17.0</browserVersion>
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -33691,26 +33691,26 @@
<idSite>1</idSite>
<idVisit>6</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world202</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>23</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -33719,7 +33719,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33727,32 +33727,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>24</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -33794,7 +33794,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -33842,33 +33842,33 @@
<idSite>1</idSite>
<idVisit>13</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world203</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>43</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33876,15 +33876,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>44</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -33892,30 +33892,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>45</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -33957,7 +33957,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -34005,26 +34005,26 @@
<idSite>1</idSite>
<idVisit>16</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world205</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>62</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -34033,7 +34033,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34041,32 +34041,32 @@
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>63</pageId>
<bandwidth />
<generationTimeMilliseconds>585</generationTimeMilliseconds>
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -34108,7 +34108,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -34156,26 +34156,26 @@
<idSite>1</idSite>
<idVisit>20</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world206</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>73</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -34184,7 +34184,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34192,8 +34192,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>74</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -34202,7 +34202,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34210,32 +34210,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>75</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -34277,7 +34277,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -34325,22 +34325,22 @@
<idSite>1</idSite>
<idVisit>24</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>92</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34348,30 +34348,30 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>93</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -34413,7 +34413,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -34461,33 +34461,33 @@
<idSite>1</idSite>
<idVisit>26</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world209</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>97</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34495,15 +34495,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>98</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34511,30 +34511,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>99</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -34576,7 +34576,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -34620,26 +34620,26 @@
<idSite>1</idSite>
<idVisit>32</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>115</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -34648,7 +34648,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34656,32 +34656,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>116</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -34723,7 +34723,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -34771,50 +34771,50 @@
<idSite>1</idSite>
<idVisit>3</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world201</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>18</pageId>
<bandwidth />
<generationTimeMilliseconds>392</generationTimeMilliseconds>
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -34856,7 +34856,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -34904,26 +34904,26 @@
<idSite>1</idSite>
<idVisit>14</idVisit>
<visitIp>156.5.3.204</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world204</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>42</pageIdAction>
-
-
+
+
<pageId>46</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -34932,7 +34932,7 @@
<generationTime>0.35s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34940,8 +34940,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>47</pageId>
<contentName>Product 1</contentName>
@@ -34950,7 +34950,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34958,8 +34958,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>48</pageId>
<contentName>Product 1</contentName>
@@ -34968,7 +34968,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34976,8 +34976,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>49</pageId>
<contentName>Product 2</contentName>
@@ -34986,7 +34986,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -34994,8 +34994,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>50</pageId>
<contentName>Product 3</contentName>
@@ -35004,7 +35004,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -35012,8 +35012,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>51</pageId>
<contentName>Product 4</contentName>
@@ -35022,7 +35022,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -35030,8 +35030,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>52</pageId>
<contentName>Product 3</contentName>
@@ -35040,7 +35040,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -35048,8 +35048,8 @@
<url>http://www.helloworld.com/hello/world204</url>
<pageTitle />
<pageIdAction>43</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>53</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -35058,15 +35058,15 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>54</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -35074,7 +35074,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -35084,8 +35084,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>55</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -35093,7 +35093,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -35103,8 +35103,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>56</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -35112,7 +35112,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -35122,8 +35122,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>57</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -35131,7 +35131,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -35140,14 +35140,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world204</url>
<pageIdAction>45</pageIdAction>
-
-
+
+
<pageId>58</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -35155,17 +35155,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId204</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -35207,7 +35207,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -35255,39 +35255,39 @@
<idSite>1</idSite>
<idVisit>22</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>82</pageId>
<bandwidth />
<generationTimeMilliseconds>1249</generationTimeMilliseconds>
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -35329,7 +35329,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -35377,26 +35377,26 @@
<idSite>1</idSite>
<idVisit>27</idVisit>
<visitIp>156.5.3.210</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world210</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>65</pageIdAction>
-
-
+
+
<pageId>100</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -35405,15 +35405,15 @@
<generationTime>1.03s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>101</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -35423,7 +35423,7 @@
<generationTime>1.03s</generationTime>
<interactionPosition>2</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName5>Search Results Count</customVariablePageName5>
@@ -35436,8 +35436,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>102</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -35445,7 +35445,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -35455,8 +35455,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>103</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -35464,7 +35464,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -35474,8 +35474,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>104</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -35483,7 +35483,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -35493,8 +35493,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>105</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -35502,7 +35502,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -35511,14 +35511,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world210</url>
<pageIdAction>67</pageIdAction>
-
-
+
+
<pageId>106</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -35526,17 +35526,17 @@
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId210</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -35578,7 +35578,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -35626,22 +35626,22 @@
<idSite>1</idSite>
<idVisit>12</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>40</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -35649,15 +35649,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>41</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -35665,30 +35665,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>42</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -35730,7 +35730,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -35778,15 +35778,15 @@
<idSite>1</idSite>
<idVisit>28</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>107</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -35795,19 +35795,19 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceOrder</type>
<orderId>211</orderId>
- <revenue>240.54</revenue>
+
<revenueSubTotal>211</revenueSubTotal>
<revenueTax>44.31</revenueTax>
<revenueShipping>14.77</revenueShipping>
- <revenueDiscount>29.54</revenueDiscount>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>211</itemSKU>
@@ -35818,39 +35818,39 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceOrder.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>108</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -35892,7 +35892,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -35940,15 +35940,15 @@
<idSite>1</idSite>
<idVisit>17</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>64</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -35957,7 +35957,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -35965,8 +35965,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>65</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -35975,7 +35975,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -35983,32 +35983,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>66</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -36050,7 +36050,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -36098,22 +36098,22 @@
<idSite>1</idSite>
<idVisit>25</idVisit>
<visitIp>156.5.3.209</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world209</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>62</pageIdAction>
-
-
+
+
<pageId>94</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -36121,15 +36121,15 @@
<url>http://www.helloworld.com/hello/world209/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>63</pageIdAction>
-
-
+
+
<pageId>95</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -36137,30 +36137,30 @@
<url>http://www.helloworld.com/hello/world209/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>64</pageIdAction>
-
-
+
+
<pageId>96</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId209</userId>
<visitorType>returningCustomer</visitorType>
<visitorTypeIcon>plugins/Live/images/returningVisitor.png</visitorTypeIcon>
@@ -36202,7 +36202,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -36246,15 +36246,15 @@
<idSite>1</idSite>
<idVisit>2</idVisit>
<visitIp>156.5.3.201</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>25</pageIdAction>
-
-
+
+
<pageId>12</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -36263,15 +36263,15 @@
<generationTime>0.39s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>13</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -36279,7 +36279,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -36289,8 +36289,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>14</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -36298,7 +36298,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -36308,8 +36308,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>15</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -36317,7 +36317,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -36327,8 +36327,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>16</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -36336,7 +36336,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -36345,14 +36345,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world201</url>
<pageIdAction>26</pageIdAction>
-
-
+
+
<pageId>17</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -36360,17 +36360,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId201</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -36412,7 +36412,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -36460,22 +36460,22 @@
<idSite>1</idSite>
<idVisit>11</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>37</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -36483,15 +36483,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>38</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -36499,30 +36499,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>39</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -36564,7 +36564,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -36612,15 +36612,15 @@
<idSite>1</idSite>
<idVisit>15</idVisit>
<visitIp>156.5.3.205</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>46</pageIdAction>
-
-
+
+
<pageId>59</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -36629,19 +36629,19 @@
<generationTime>0.59s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceOrder</type>
<orderId>205</orderId>
- <revenue>233.70</revenue>
+
<revenueSubTotal>205</revenueSubTotal>
<revenueTax>43.05</revenueTax>
<revenueShipping>14.35</revenueShipping>
- <revenueDiscount>28.70</revenueDiscount>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>205</itemSKU>
@@ -36652,15 +36652,15 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceOrder.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world205/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>47</pageIdAction>
-
-
+
+
<pageId>60</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -36669,15 +36669,15 @@
<generationTime>0.59s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>search</type>
<url />
<pageIdAction />
-
-
+
+
<pageId>61</pageId>
<bandwidth />
<siteSearchKeyword>ecommerce</siteSearchKeyword>
@@ -36685,7 +36685,7 @@
<generationTime>0.59s</generationTime>
<interactionPosition>3</interactionPosition>
<icon>plugins/Morpheus/images/search_ico.png</icon>
-
+
<customVariables>
<row>
<customVariablePageName4>Search Category</customVariablePageName4>
@@ -36702,17 +36702,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId205</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -36754,7 +36754,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -36802,15 +36802,15 @@
<idSite>1</idSite>
<idVisit>19</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>70</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -36819,7 +36819,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -36827,8 +36827,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>71</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -36837,7 +36837,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -36845,32 +36845,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>72</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -36912,7 +36912,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -36960,15 +36960,15 @@
<idSite>1</idSite>
<idVisit>21</idVisit>
<visitIp>156.5.3.207</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>54</pageIdAction>
-
-
+
+
<pageId>76</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -36977,15 +36977,15 @@
<generationTime>1.25s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>77</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -36993,7 +36993,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Test Name</eventName>
<eventValue>2</eventValue>
@@ -37003,8 +37003,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>78</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
@@ -37012,7 +37012,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>3</eventValue>
@@ -37022,8 +37022,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>79</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>stop</eventAction>
@@ -37031,7 +37031,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>My Sound</eventName>
<eventValue>1</eventValue>
@@ -37041,8 +37041,8 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>80</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>resume</eventAction>
@@ -37050,7 +37050,7 @@
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<eventName>Another Sound</eventName>
<bandwidth_pretty>0 M</bandwidth_pretty>
@@ -37059,14 +37059,14 @@
<type>event</type>
<url>http://www.helloworld.com/hello/world207</url>
<pageIdAction>55</pageIdAction>
-
-
+
+
<pageId>81</pageId>
<eventCategory>Sound</eventCategory>
<eventAction>play</eventAction>
<bandwidth />
<interactionPosition>1</interactionPosition>
-
+
<icon>plugins/Morpheus/images/event.png</icon>
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
@@ -37074,17 +37074,17 @@
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId207</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -37126,7 +37126,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -37174,15 +37174,15 @@
<idSite>1</idSite>
<idVisit>5</idVisit>
<visitIp>156.5.3.202</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world202</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>34</pageIdAction>
-
-
+
+
<pageId>21</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -37191,7 +37191,7 @@
<generationTime>9.83s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37199,32 +37199,32 @@
<url>http://www.helloworld.com/hello/world202/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>35</pageIdAction>
-
-
+
+
<pageId>22</pageId>
<bandwidth />
<generationTimeMilliseconds>9831</generationTimeMilliseconds>
<generationTime>9.83s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId202</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -37266,7 +37266,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -37314,15 +37314,15 @@
<idSite>1</idSite>
<idVisit>31</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>113</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -37331,7 +37331,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37339,32 +37339,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>114</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -37406,7 +37406,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -37454,15 +37454,15 @@
<idSite>1</idSite>
<idVisit>18</idVisit>
<visitIp>156.5.3.206</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world206</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>51</pageIdAction>
-
-
+
+
<pageId>67</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -37471,7 +37471,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37479,8 +37479,8 @@
<url>http://www.helloworld.com/hello/world206/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>52</pageIdAction>
-
-
+
+
<pageId>68</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
@@ -37489,7 +37489,7 @@
<generationTime>0.98s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37497,32 +37497,32 @@
<url>http://www.helloworld.com/hello/world206/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>53</pageIdAction>
-
-
+
+
<pageId>69</pageId>
<bandwidth />
<generationTimeMilliseconds>984</generationTimeMilliseconds>
<generationTime>0.98s</generationTime>
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId206</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -37564,7 +37564,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -37612,22 +37612,22 @@
<idSite>1</idSite>
<idVisit>10</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>34</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37635,15 +37635,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>35</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37651,30 +37651,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>36</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -37716,7 +37716,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -37764,29 +37764,29 @@
<idSite>1</idSite>
<idVisit>23</idVisit>
<visitIp>156.5.3.208</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>56</pageIdAction>
-
-
+
+
<pageId>83</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
<type>ecommerceAbandonedCart</type>
- <revenue>50</revenue>
+
<items>1</items>
-
+
<itemDetails>
<row>
<itemSKU>208</itemSKU>
@@ -37797,20 +37797,20 @@
</row>
</itemDetails>
<icon>plugins/Morpheus/images/ecommerceAbandonedCart.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>57</pageIdAction>
-
-
+
+
<pageId>84</pageId>
<bandwidth />
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37818,8 +37818,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>85</pageId>
<contentName>Product 1</contentName>
@@ -37828,7 +37828,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37836,8 +37836,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>86</pageId>
<contentName>Product 1</contentName>
@@ -37846,7 +37846,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37854,8 +37854,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>87</pageId>
<contentName>Product 2</contentName>
@@ -37864,7 +37864,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37872,8 +37872,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>88</pageId>
<contentName>Product 3</contentName>
@@ -37882,7 +37882,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37890,8 +37890,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>89</pageId>
<contentName>Product 4</contentName>
@@ -37900,7 +37900,7 @@
<contentInteraction />
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37908,8 +37908,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>90</pageId>
<contentName>Product 3</contentName>
@@ -37918,7 +37918,7 @@
<contentInteraction>click</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -37926,8 +37926,8 @@
<url>http://www.helloworld.com/hello/world208/0</url>
<pageTitle />
<pageIdAction>58</pageIdAction>
-
-
+
+
<timeSpentRef>0</timeSpentRef>
<pageId>91</pageId>
<contentName>/path/product1.jpg</contentName>
@@ -37936,24 +37936,24 @@
<contentInteraction>hover</contentInteraction>
<bandwidth />
<interactionPosition>2</interactionPosition>
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId208</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -37995,7 +37995,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>200</totalAbandonedCartsRevenue>
@@ -38043,26 +38043,26 @@
<idSite>1</idSite>
<idVisit>30</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 1</goalName>
<goalId>1</goalId>
- <revenue>0</revenue>
+
<goalPageId />
-
+
<url>http://www.helloworld.com/hello/world211</url>
<icon>plugins/Morpheus/images/goal.png</icon>
-
+
</row>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world211</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>68</pageIdAction>
-
-
+
+
<pageId>111</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
@@ -38071,7 +38071,7 @@
<generationTime>0.55s</generationTime>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -38079,32 +38079,32 @@
<url>http://www.helloworld.com/hello/world211/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>69</pageIdAction>
-
-
+
+
<pageId>112</pageId>
<bandwidth />
<generationTimeMilliseconds>545</generationTimeMilliseconds>
<generationTime>0.55s</generationTime>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>1</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId211</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -38146,7 +38146,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>1</totalEcommerceConversions>
<totalEcommerceItems>1</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -38194,22 +38194,22 @@
<idSite>1</idSite>
<idVisit>9</idVisit>
<visitIp>156.5.3.203</visitIp>
-
+
<actionDetails>
<row>
<type>action</type>
<url>http://www.helloworld.com/hello/world203</url>
<pageTitle>Hello World</pageTitle>
<pageIdAction>39</pageIdAction>
-
-
+
+
<pageId>31</pageId>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
<interactionPosition>1</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -38217,15 +38217,15 @@
<url>http://www.helloworld.com/hello/world203/0</url>
<pageTitle>Hello World 0</pageTitle>
<pageIdAction>40</pageIdAction>
-
-
+
+
<pageId>32</pageId>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
<interactionPosition>2</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
<row>
@@ -38233,30 +38233,30 @@
<url>http://www.helloworld.com/hello/world203/1</url>
<pageTitle>Hello World 1</pageTitle>
<pageIdAction>41</pageIdAction>
-
-
+
+
<pageId>33</pageId>
<bandwidth />
<interactionPosition>3</interactionPosition>
<icon />
-
+
<bandwidth_pretty>0 M</bandwidth_pretty>
</row>
</actionDetails>
<goalConversions>0</goalConversions>
<siteCurrency>USD</siteCurrency>
<siteCurrencySymbol>$</siteCurrencySymbol>
-
-
-
-
+
+
+
+
<siteName>Site 1</siteName>
-
-
-
-
-
-
+
+
+
+
+
+
<userId>userId203</userId>
<visitorType>new</visitorType>
<visitorTypeIcon />
@@ -38298,7 +38298,7 @@
<browserIcon>plugins/Morpheus/icons/dist/browsers/UNK.png</browserIcon>
<browserCode>UNK</browserCode>
<browserVersion />
-
+
<totalEcommerceConversions>0</totalEcommerceConversions>
<totalEcommerceItems>0</totalEcommerceItems>
<totalAbandonedCartsRevenue>0</totalAbandonedCartsRevenue>
@@ -38346,13 +38346,13 @@
<idSite>1</idSite>
<idVisit>29</idVisit>
<visitIp>156.5.3.211</visitIp>
-
+
<actionDetails>
<row>
<type>goal</type>
<goalName>Goal 2</goalName>
<goalId>2</goalId>
- <revenue>0</revenue>
+
<goalPageId />
<url>http://www.helloworld.com/hello/world211</url>
diff --git a/tests/PHPUnit/System/TransitionsTest.php b/plugins/Transitions/tests/System/TransitionsTest.php
index b319558c90..f0e3eaffe9 100644
--- a/tests/PHPUnit/System/TransitionsTest.php
+++ b/plugins/Transitions/tests/System/TransitionsTest.php
@@ -5,7 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\System;
+namespace Piwik\Plugins\Transitions\tests\System;
use Piwik\Tests\Framework\TestCase\SystemTestCase;
use Piwik\Tests\Fixtures\SomeVisitsManyPageviewsWithTransitions;
@@ -107,6 +107,11 @@ class TransitionsTest extends SystemTestCase
{
return 'Transitions';
}
+
+ public static function getPathToTestDirectory()
+ {
+ return dirname(__FILE__);
+ }
}
TransitionsTest::$fixture = new SomeVisitsManyPageviewsWithTransitions(); \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml
index 27a3ba1abe..27a3ba1abe 100644
--- a/tests/PHPUnit/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml
index a73d7d39dd..a73d7d39dd 100644
--- a/tests/PHPUnit/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_day.xml
index a0995fa6e9..a0995fa6e9 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_day.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_month.xml
index a0995fa6e9..a0995fa6e9 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageTitle_month.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_day.xml
index a0995fa6e9..a0995fa6e9 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_day.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_month.xml
index a0995fa6e9..a0995fa6e9 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noData__Transitions.getTransitionsForPageUrl_month.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml
index 26c278c975..26c278c975 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml
index caaf8b0db3..caaf8b0db3 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml
index 9e13a4a0ba..9e13a4a0ba 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml
index ea8dfddac4..ea8dfddac4 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml
index 26c278c975..26c278c975 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml
diff --git a/tests/PHPUnit/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml
index 27a3ba1abe..27a3ba1abe 100644
--- a/tests/PHPUnit/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml
diff --git a/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php b/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php
index 00f873b2ee..a7759df1b1 100644
--- a/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php
+++ b/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php
@@ -9,13 +9,12 @@ namespace Piwik\Tests\Integration\Application\Kernel;
use Piwik\Application\Kernel\PluginList;
use Piwik\Container\StaticContainer;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
/**
* @group PluginListTest
* @group Core
*/
-class PluginListTest extends IntegrationTestCase
+class PluginListTest extends \PHPUnit_Framework_TestCase
{
/**
diff --git a/tests/PHPUnit/Integration/Category/CategoryListTest.php b/tests/PHPUnit/Integration/Category/CategoryListTest.php
index 824339fb13..1a663c1918 100644
--- a/tests/PHPUnit/Integration/Category/CategoryListTest.php
+++ b/tests/PHPUnit/Integration/Category/CategoryListTest.php
@@ -12,7 +12,6 @@ use Piwik\Category\Category;
use Piwik\Category\CategoryList;
use Piwik\Category\Subcategory;
use Piwik\Container\StaticContainer;
-use Piwik\Db;
use Piwik\Tests\Framework\Mock\Category\Categories;
use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
diff --git a/tests/PHPUnit/Integration/CliMulti/OutputTest.php b/tests/PHPUnit/Integration/CliMulti/OutputTest.php
index fca94925dc..2aaf9ee135 100644
--- a/tests/PHPUnit/Integration/CliMulti/OutputTest.php
+++ b/tests/PHPUnit/Integration/CliMulti/OutputTest.php
@@ -10,13 +10,12 @@ namespace Piwik\Tests\Integration\CliMulti;
use Piwik\CliMulti\Output;
use Piwik\Tests\Framework\Mock\File;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
use Piwik\Url;
/**
* @group CliMulti
*/
-class OutputTest extends IntegrationTestCase
+class OutputTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Output
diff --git a/tests/PHPUnit/Integration/CliMulti/ProcessTest.php b/tests/PHPUnit/Integration/CliMulti/ProcessTest.php
index 4e566d7e59..339d6013d3 100644
--- a/tests/PHPUnit/Integration/CliMulti/ProcessTest.php
+++ b/tests/PHPUnit/Integration/CliMulti/ProcessTest.php
@@ -10,13 +10,12 @@ namespace Piwik\Tests\Integration\CliMulti;
use Piwik\CliMulti\Process;
use Piwik\Tests\Framework\Mock\File;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
use ReflectionProperty;
/**
* @group CliMulti
*/
-class ProcessTest extends IntegrationTestCase
+class ProcessTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Process
diff --git a/tests/PHPUnit/Integration/DataTable/Filter/PivotByDimensionTest.php b/tests/PHPUnit/Integration/DataTable/Filter/PivotByDimensionTest.php
index 967c77a862..572b024155 100644
--- a/tests/PHPUnit/Integration/DataTable/Filter/PivotByDimensionTest.php
+++ b/tests/PHPUnit/Integration/DataTable/Filter/PivotByDimensionTest.php
@@ -10,18 +10,17 @@ namespace Piwik\Tests\Core\DataTable\Filter;
use Piwik\API\Proxy;
use Piwik\Plugins\CustomVariables\CustomVariables;
use Piwik\Tracker\Cache;
-use Piwik\Config;
use Piwik\DataTable;
use Piwik\DataTable\Filter\PivotByDimension;
use Piwik\DataTable\Row;
use Piwik\Plugin\Manager as PluginManager;
use Exception;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
+use Piwik\Translate;
/**
* @group DataTableTest
*/
-class PivotByDimensionTest extends IntegrationTestCase
+class PivotByDimensionTest extends \PHPUnit_Framework_TestCase
{
/**
* The number of segment tables that have been created. Used when injecting API results to make sure each
@@ -43,6 +42,10 @@ class PivotByDimensionTest extends IntegrationTestCase
{
parent::setUp();
+ Translate::reset();
+ Cache::clearCacheGeneral();
+ \Piwik\Cache::flushAll();
+
$self = $this;
$proxyMock = $this->getMockBuilder('stdClass')->setMethods(array('call'))->getMock();
@@ -272,9 +275,9 @@ class PivotByDimensionTest extends IntegrationTestCase
$pivotFilter->filter($table);
$expectedRows = array(
- array('label' => 'row 1', 'col 2' => false, 'col 4' => false, 'General_Others' => 1),
- array('label' => 'row 2', 'col 2' => 5, 'col 4' => false, 'General_Others' => 3),
- array('label' => 'row 3', 'col 2' => 7, 'col 4' => 32, 'General_Others' => 9)
+ array('label' => 'row 1', 'col 2' => false, 'col 4' => false, 'Others' => 1),
+ array('label' => 'row 2', 'col 2' => 5, 'col 4' => false, 'Others' => 3),
+ array('label' => 'row 3', 'col 2' => 7, 'col 4' => 32, 'Others' => 9)
);
$this->assertTableRowsEquals($expectedRows, $table);
}
diff --git a/tests/PHPUnit/Integration/ProfessionalSupport/AdvertisingTest.php b/tests/PHPUnit/Integration/ProfessionalSupport/AdvertisingTest.php
index 6a83038e14..7847d8057a 100644
--- a/tests/PHPUnit/Integration/ProfessionalSupport/AdvertisingTest.php
+++ b/tests/PHPUnit/Integration/ProfessionalSupport/AdvertisingTest.php
@@ -10,17 +10,15 @@ namespace Piwik\Tests\Integration\ProfessionalServices;
use Piwik\Config;
use Piwik\ProfessionalServices\Advertising;
-use Piwik\Plugin;
use Piwik\Tests\Framework\Mock\FakeConfig;
use Piwik\Tests\Framework\Mock\Plugin\Manager;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
/**
* @group ProfessionalServices
* @group Advertising
* @group Integration
*/
-class AdvertisingTest extends IntegrationTestCase
+class AdvertisingTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Advertising
diff --git a/tests/PHPUnit/Integration/Report/ReportsTest.php b/tests/PHPUnit/Integration/Report/ReportsTest.php
index 874bd4fb94..d062d59392 100644
--- a/tests/PHPUnit/Integration/Report/ReportsTest.php
+++ b/tests/PHPUnit/Integration/Report/ReportsTest.php
@@ -8,27 +8,13 @@
namespace Piwik\Tests\Integration\Report;
-use Piwik\API\Proxy;
-use Piwik\Plugin\Report;
-use Piwik\Plugins\ExampleReport\Reports\GetExampleReport;
-use Piwik\Plugins\Actions\Columns\ExitPageUrl;
-use Piwik\Piwik;
-use Piwik\Metrics;
-use Piwik\Plugins\ExampleTracker\Columns\ExampleDimension;
-use Piwik\Plugins\Referrers\Columns\Keyword;
use Piwik\Plugin\ReportsProvider;
-use Piwik\Report\ReportWidgetFactory;
-use Piwik\Translate;
use Piwik\Plugin\Manager as PluginManager;
-use Piwik\Tests\Framework\Fixture;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
-use Piwik\Widget\WidgetsList;
-
/**
* @group Core
*/
-class ReportTest extends IntegrationTestCase
+class ReportTest extends \PHPUnit_Framework_TestCase
{
public function test_getAllReports_shouldNotFindAReport_IfNoPluginLoaded()
{
diff --git a/tests/PHPUnit/Integration/Settings/SettingTest.php b/tests/PHPUnit/Integration/Settings/SettingTest.php
index c0249814c2..36c8d3ca80 100644
--- a/tests/PHPUnit/Integration/Settings/SettingTest.php
+++ b/tests/PHPUnit/Integration/Settings/SettingTest.php
@@ -8,15 +8,13 @@
namespace Piwik\Tests\Integration\Settings\Plugin;
-use Piwik\Db;
use Piwik\Settings\FieldConfig;
use Piwik\Settings\Setting;
use Piwik\Settings\Storage\Storage;
use Piwik\Settings\Storage\Backend;
use Exception;
+use Piwik\Tests\Framework\Fixture;
use Piwik\Tests\Framework\Mock\Settings\FakeBackend;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
-use Piwik\Validators\CharacterLength;
use Piwik\Validators\NotEmpty;
use Piwik\Validators\NumberRange;
@@ -25,8 +23,20 @@ use Piwik\Validators\NumberRange;
* @group Settings
* @group Setting
*/
-class SettingTest extends IntegrationTestCase
+class SettingTest extends \PHPUnit_Framework_TestCase
{
+ protected function setUp()
+ {
+ $fixutre = new Fixture();
+ $fixutre->createEnvironmentInstance();
+ }
+
+ protected function tearDown()
+ {
+ $fixutre = new Fixture();
+ $fixutre->clearInMemoryCaches();
+ $fixutre->destroyEnvironment();
+ }
/**
* @expectedException \Exception
diff --git a/tests/PHPUnit/Integration/Settings/Storage/Backend/NullTest.php b/tests/PHPUnit/Integration/Settings/Storage/Backend/NullTest.php
index 46e4cb2589..122c9c42c6 100644
--- a/tests/PHPUnit/Integration/Settings/Storage/Backend/NullTest.php
+++ b/tests/PHPUnit/Integration/Settings/Storage/Backend/NullTest.php
@@ -8,17 +8,14 @@
namespace Piwik\Tests\Integration\Settings\Storage\Backend;
-use Piwik\Config;
-use Piwik\Db;
use Piwik\Settings\Storage\Backend\NullBackend;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
/**
* @group Settings
* @group Backend
* @group Storage
*/
-class NullTest extends IntegrationTestCase
+class NullTest extends \PHPUnit_Framework_TestCase
{
/**
diff --git a/tests/PHPUnit/Integration/TrackerTest.php b/tests/PHPUnit/Integration/TrackerTest.php
index 7744cca4f4..2f1e75e7d3 100644
--- a/tests/PHPUnit/Integration/TrackerTest.php
+++ b/tests/PHPUnit/Integration/TrackerTest.php
@@ -11,7 +11,6 @@ namespace Piwik\Tests\Integration;
use Piwik\Common;
use Piwik\Config;
use Piwik\Piwik;
-use Piwik\Plugin;
use Piwik\SettingsServer;
use Piwik\Tests\Framework\Fixture;
use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
diff --git a/tests/PHPUnit/System/AutoSuggestAPITest.php b/tests/PHPUnit/System/AutoSuggestAPITest.php
index 658b36f4dc..197e4226f1 100644
--- a/tests/PHPUnit/System/AutoSuggestAPITest.php
+++ b/tests/PHPUnit/System/AutoSuggestAPITest.php
@@ -21,6 +21,20 @@ use Piwik\Tests\Fixtures\ManyVisitsWithGeoIP;
use Piwik\Tracker\Cache;
use Piwik\Cache as PiwikCache;
+// Class to cache results of getSuggestedValuesForSegment to prevent it beeing called multiple time for each segment
+class CachedAPI extends API
+{
+ public static $cache = [];
+
+ public function getSuggestedValuesForSegment($segmentName, $idSite)
+ {
+ if (empty(self::$cache[$segmentName . $idSite])) {
+ self::$cache[$segmentName . $idSite] = parent::getSuggestedValuesForSegment($segmentName, $idSite);
+ }
+ return self::$cache[$segmentName . $idSite];
+ }
+}
+
/**
* testing a the auto suggest API for all known segments
*
@@ -34,6 +48,21 @@ class AutoSuggestAPITest extends SystemTestCase
protected static $processed = 0;
protected static $skipped = array();
+ public static function setUpBeforeClass()
+ {
+ parent::setUpBeforeClass();
+
+ API::setSingletonInstance(CachedAPI::getInstance());
+ }
+
+ public static function tearDownAfterClass()
+ {
+ parent::tearDownAfterClass();
+
+ CachedAPI::$cache = [];
+ API::unsetInstance();
+ }
+
/**
* @dataProvider getApiForTesting
*/
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index a0b0793a91..caf5cf2d16 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -28,6 +28,17 @@
<exclude>../../plugins/*/tests/Unit</exclude>
<exclude>../../plugins/*/Test/Unit</exclude>
</testsuite>
+ <testsuite name="SystemTestsCore">
+ <directory>./System</directory>
+ </testsuite>
+ <testsuite name="SystemTestsPlugins">
+ <directory>../../plugins/*/tests</directory><!-- There should be actually a tests/System but this way we make sure to execute all tests even if some are not moved to correct subdirectory. We will execute Unit and Integration tests twice :( ... -->
+ <directory>../../plugins/*/Test</directory>
+ <exclude>../../plugins/*/tests/Integration</exclude>
+ <exclude>../../plugins/*/Test/Integration</exclude>
+ <exclude>../../plugins/*/tests/Unit</exclude>
+ <exclude>../../plugins/*/Test/Unit</exclude>
+ </testsuite>
<testsuite name="IntegrationTests">
<directory>./Integration</directory>
<directory>../../plugins/*/tests/Integration</directory>
diff --git a/tests/travis b/tests/travis
-Subproject 082b79029947a2e937609164c2ae9e375e31d66
+Subproject 37f1ea11cd60cd4b0e1195cc8f5a40d9f112842