forked from adrianspeyer/Piwik-for-Magento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
55 lines (54 loc) · 4.01 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package>
<name>Piwik_Ecommerce</name>
<version>1.1.8</version>
<stability>stable</stability>
<license uri="@license http://www.gnu.org/licenses/gpl-3.0.html">GPL v3</license>
<channel>community</channel>
<extends/>
<summary>This is a GPL released Extension that allows you to get your Magento Ecommerce Transaction data in your Piwik install.</summary>
<description><p>Piwik is an amazing open source analytics program. Now with this extension you get the power of Magento and analytics to match. This Piwik Extension will give you the following right out of the box</p>
<p>Tracking of :<br />
-impressions of products detail pages viewed<br />
-impressions of categories viewed</p>
<p>Information from your Carts, including: <br />
-Product in carts<br />
-Items abandoned carts (lost revenue)</p>
<p>Information on Orders:<br />
-All you would expect including revenue, subtotal, tax, shipping.<br />
- Conversion rates by sku, category, and more</p>

Version 1.0.8 Adds support for Piwik "No Search" results

Version 1.0.9 Small bug fixes

Version 1.1.0 Adds support for 404 tracking

Version 1.1.1 Adds support for 404 tracking via noroute

Version 1.1.2 Thanks to Chris and Sprankhub for various commits, code improvements and German Locale.

Version 1.1.3 Now using Piwik Async code thanks to codedge

Version 1.1.4 Simon fix on Github for better title tracking

Version 1.1.5 Simon fix on Github for better SKU tracking

Version 1.1.6 Refactor tracker

Version 1.1.8 Fixing admin routers for SUPEE-6788 

**You can use permissions to give any role
access to the Piwik iframe***

<p>After install, make sure you clear your cache. Click <strong><a href="http://www.statstory.com/piwik-ecommerce-extension-for-magento/">here</a></strong> for more details on how it works and how to install.</p></description>
<notes>Source code Available at: https://github.com/adriansonline/Piwik-for-Magento

</notes>
<authors><author><name>Adrian Speyer</name><user>AdrianSpeyer</user><email>[email protected]</email></author></authors>
<date>2014-12-02</date>
<time>00:40:57</time>
<contents><target name="mage"><dir name="."><dir name="app"><dir name="code"><dir name="community"><dir name="PiwikMage"><dir name="PiwikAnalytics"><dir><dir name="Block"><file name="Piwik.php" hash="4b2f693ca11afead15b4325899b492f6"/></dir><dir name="Helper"><file name="Data.php" hash="4a7b01ffa40694a72cf41629e5d73a9c"/></dir><dir name="Model"><file name="Observer.php" hash="75cd8c7cfe2db518885e1ddc5ba8a7c0"/></dir><dir name="controllers"><file name="IndexController.php" hash="c1ec8d1e999e79891c3cdfe3dbacf8a7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="01c60c66677b73280d496db67b29cd88"/><file name="config.xml" hash="975b4ccefa07d612faa42b41fe43341a"/><file name="system.xml" hash="01cf335469570e7b08e69964d88e3b7d"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="piwikanalytics"><file name="piwik.phtml" hash="61e1b1660d06392fa319c6480eef7acc"/></dir></dir><dir name="layout"><file name="piwikanalytics.xml" hash="0ecc6b445f0457ccec40259fee63c348"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="PiwikMage_PiwikAnalytics.xml" hash="0712342b3649d899fc2f773c4cd10875"/></dir></dir><dir name="locale"><dir name="en_US"><file name="PiwikMage_PiwikAnalytics.csv" hash="1d58be97f37a234562d96d603bac7d21"/></dir><dir name="de_DE"><file name="PiwikMage_PiwikAnalytics.csv" hash="e6df4880421a60c4aa42d3ca95de0618"/></dir></dir></dir></dir></target></contents>
<compatible/>
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
</package>