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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-06-09 11:58:32 +0300
committerGitHub <noreply@github.com>2020-06-09 11:58:32 +0300
commit8e25f1c68ab44fb0795b34f3459eabf362976f61 (patch)
treedb4ad5c8474c73fbd1420d734be5cafbe15c5a9b /composer.json
parentbc626e6a3676f075f0b71d3534107da4d504ec44 (diff)
Track ecommerce views as new dimensions instead of custom variables (#15999)
* Adds new columns to log_link_visit_action table to track ecommerce view data * update piwik.js to track ecommerce view s the new way * Adjust archiving * update tests * [TEMP] use php-tracker branch for composer * Archive custom variables the old way, only if Matomo was installed before 4.0 * add fallback to custom variables to keep bc when replaying old logs * update some expected test files * fix jslint errors * update javascript test * update dimension names * updates some expected test files * add product view data to visitor details and add suggested segment values * updates some expected test files * rebuilt piwik.js * adjust checked version * update expected ui files * updates some expected test files * submodule updates * apply some review feedback * Show product views in action tooltips * updates expected UI files Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index cec2176dfc..0811d9b457 100644
--- a/composer.json
+++ b/composer.json
@@ -35,7 +35,7 @@
"matomo/cache": "~2.0",
"matomo/decompress": "~2.0",
"matomo/ini": "~2.0",
- "matomo/matomo-php-tracker": "dev-4.x-dev",
+ "matomo/matomo-php-tracker": "dev-ecommerceview",
"matomo/network": "~2.0",
"matomo/referrer-spam-blacklist": "^3.11",
"matomo/searchengine-and-social-list": "~3.0",