-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Piwik Ecommerce Tracking Plugin #898
Comments
Deferring to feature release milestone. |
Maybe the best way to implement better Ecommerce reporting in Piwik would be to extend the Goal Tracking plugin, rather than build another plugin. Goal tracking, with custom revenues, can already be a very basic ecommerce plugin.
|
I am working on Ecommerce tracking in Piwik. The main idea is to track, products purchased (name, sku, category), orders (with subtotal, tax, shipping, etc.) & cart abandonment. There will be many changes in the Tracking API (new functions to track products, orders and cart adds). Also, few new APIs to report on all this interesting data. The reports will appear in the Goals tab, which will be renamed "Ecommerce & Goals" if an Ecommerce goal is created. I think we should include it in 1.5 - so 1.5 will be a mega major upgrade (with GeoIP and few other new features built by other developers as well). |
Please allow updating existing ecommerce data. This would require to store a unique order ID when a goal is reached. Later on, one might update all data assigned to this order ID, e.g. the profit margin. This is required, because orders are often returned and sometimes not all information is available immediately after the conversion, e.g. if it's a new customer or what the website's internal profit margin is. This would be a huge advantage compared to Google Analytics. |
(In [4691]) Refs #898 Work in progress (but should leave trunk stable and not break anything)
|
What is left to do:
Feedback is most welcome ;) |
(In [4692]) Refs #898 This missed the last commit |
(In [4694]) Refs #898 Allowing same order ID in several websites |
(In [4709]) Refs #898
|
(In [4723]) Refs #898
|
(In [4735]) Refs #898
|
(In [4740]) Refs #898 Showing Ecommerce orders & Abandoned cart in the Visitor Log, with detail of the order revenues (tax, shipping, discount, base, total), quantity of items in the cart, and then detail of each item (sku, name, category, price, quantity) + added 2 icons |
(In [4741]) Refs #898 During Piwik installation, when creating first website, possible to enable Ecommerce during the install |
(In [4742]) Live! real time also displays Ecommerce Orders and abandoned carts (with details in the tooltip... it can get quite big, it's a shame that firefox doesn't handle line breaks in tooltip, but other browsers do) Refs #898 |
Have you noticed my comment about updating tracked orders (comment no. 12)? |
Yes I saw
If you have other feedback please write here! |
minor nitpick: but I would prefer we use 'eCommerce' or 'e-Commerce', rather than 'Ecommerce'. |
(In [4785]) Refs #898 more to come in the UI... |
(In [4786]) Refs #898 - Improving Ecommerce report:
|
What is left to do for 1.5 release: Required
Nice to have for 1.5 (if not done, should be moved to Ecommerce analytics wishlist):
|
Ecommerce Analytics tracking documentation added! |
(In [4811]) Refs #898
|
(In [4812]) Refs #898 |
(In [4819]) Refs #898
|
(In [4840]) Refs #898 Only show in Orders Logs visits that actually have some ecommerce orders (rather than relying on the visitEcommerceStatus flag) |
(In [4844]) Refs #898
|
(In [4845]) Refs #898
|
(In [4846]) Refs #898
|
(In [4847]) Fixes #898
|
All new features in #2448 |
(In [5415]) fixes #2706
|
This ticket is about defining the scope and new features of a Ecommerce plugin in Piwik.
The Ecommerce statistics feature is now built in Piwik, check it out!
Keywords: ecommerce plugin
The text was updated successfully, but these errors were encountered: