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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-01-30 07:34:41 +0300
committerGitHub <noreply@github.com>2017-01-30 07:34:41 +0300
commit9ccb60700bdb7d39b1b5f64307f84a4b94245d1b (patch)
tree292744db9851762292d1960021f5d405704484b2 /plugins/Ecommerce
parentc9361878b0d65f938e81c5d17ceef8a5f9b4b453 (diff)
Ecommerce Life Time Value metrics + New Ecommerce section in Visitor Profile (#11294)
* Display Ecommerce Life Time Value in Visitor Profile + new fields returned in Live APIs: ecommerceLifeTimeValue, ecommerceLifeTimeOrdersCount * Reuse existing API fields and make them "life time" instead of adding new fields * Simplify LESS, consistent spacing * Refactored code and made the"Abandoned carts" metric also Life Time instead of just last 100 visits * Remove one join and use visitor ID instead of idvisit * Tests * UI test
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/en.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/Ecommerce/lang/en.json b/plugins/Ecommerce/lang/en.json
index 1bde457d46..82419ad05c 100644
--- a/plugins/Ecommerce/lang/en.json
+++ b/plugins/Ecommerce/lang/en.json
@@ -3,6 +3,11 @@
"PluginDescription": "Ecommerce lets you track when users add products to carts, and when they convert to a ecommerce sale. Also track products and product categories views and abandoned carts.",
"Sales": "Sales",
"SalesBy": "Sales by %s",
- "SalesAdjective": "Sales %s"
+ "SalesAdjective": "Sales %s",
+ "LifeTimeValue": "Ecommerce Life Time Value",
+ "LifeTimeValueDescription": "Total Ecommerce revenue attributed to this customer across all visits: the sum of revenue of all Ecommerce orders for Visitor ID %s.",
+ "VisitorProfileLTV": "Generated a Life Time Revenue of %1$s.",
+ "VisitorProfileItemsAndOrders": "Purchased %1$s items in %2$s ecommerce orders.",
+ "VisitorProfileAbandonedCartSummary": "Abandoned %1$s carts including %2$s items worth a total of %3$s."
}
} \ No newline at end of file