Version Notes
January Update
Download this release
Release Info
Developer | Roeland van Oostenbrugge |
Extension | Converdo_Analytics |
Version | 1.2.5.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.4.8 to 1.2.5.0
app/code/community/Converdo/Analytics/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Converdo_Analytics>
|
6 |
-
<version>1.2.
|
7 |
</Converdo_Analytics>
|
8 |
</modules>
|
9 |
<global>
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Converdo_Analytics>
|
6 |
+
<version>1.2.5.0</version>
|
7 |
</Converdo_Analytics>
|
8 |
</modules>
|
9 |
<global>
|
lib/Converdo/Tracker/Processor/CheckoutProcessor.php
CHANGED
@@ -50,15 +50,13 @@ class Converdo_Tracker_Processor_CheckoutProcessor extends Converdo_Tracker_Proc
|
|
50 |
]);
|
51 |
}
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
]);
|
61 |
-
}
|
62 |
}
|
63 |
}
|
64 |
}
|
50 |
]);
|
51 |
}
|
52 |
|
53 |
+
Converdo_Support_QueryParser::add(new Converdo_Tracker_Query_EcommerceTracking, [
|
54 |
+
0 => [Converdo_Support_QueryType::integer(), $order->getIncrementId()],
|
55 |
+
1 => [Converdo_Support_QueryType::float(), $order->getBaseGrandTotal()],
|
56 |
+
2 => [Converdo_Support_QueryType::float(), number_format($order->getGrandTotal() - $order->getShippingAmount() - $order->getShippingTaxAmount(), 2)],
|
57 |
+
3 => [Converdo_Support_QueryType::float(), $order->getBaseTaxAmount()],
|
58 |
+
4 => [Converdo_Support_QueryType::float(), $order->getBaseShippingAmount()],
|
59 |
+
]);
|
|
|
|
|
60 |
}
|
61 |
}
|
62 |
}
|
lib/Converdo/Tracker/Query/EcommerceCartUpdate.php
CHANGED
@@ -27,7 +27,7 @@ class Converdo_Tracker_Query_EcommerceCartUpdate extends Converdo_Tracker_Query_
|
|
27 |
public function parameters()
|
28 |
{
|
29 |
return [
|
30 |
-
0
|
31 |
];
|
32 |
}
|
33 |
}
|
27 |
public function parameters()
|
28 |
{
|
29 |
return [
|
30 |
+
0 => [Converdo_Support_QueryType::float(), number_format($this->entities[0]->getQuote()->getGrandTotal(), 2, ',', '.')],
|
31 |
];
|
32 |
}
|
33 |
}
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Converdo_Analytics</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Better E-commerce Analytics. Clear, actionable insight in the behavior of your visitors. Improve your campaigns and conversion rate easily.</summary>
|
10 |
<description>Better E-commerce Analytics. Clear, actionable insight in the behavior of your visitors. Improve your campaigns and conversion rate easily. This plugin, installed in a minute, is all you need to have a complete and powerfull Analytics Suite. View your KPI's and sales funnels, segmented on dozens of dimensions like page type, device, landing page, campaign, etc. This plugin collects your users behaviour so you can view the insights on your dashboard on converdo.com. You can use Converdo Analytics side by side with Google Analytics without a problem. It works asynchronous so it will never impact your user experience. This extension is made especially for Magento ecommerce stores, which provides you powerfull insights out of the box.</description>
|
11 |
-
<notes
|
12 |
<authors><author><name>Roeland van Oostenbrugge</name><user>converdo</user><email>roeland@converdo.nl</email></author></authors>
|
13 |
-
<date>2017-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Converdo"><dir name="Analytics"><dir name="Block"><file name="Tracker.php" hash="764336768ca80603761bb53fe701d7f1"/></dir><dir name="Helper"><file name="Data.php" hash="c4d21c9630645736d2ea741d4536dd91"/></dir><dir name="Model"><file name="Observer.php" hash="0b1e93efcb995705bda3c99a136f66ae"/></dir><dir name="controllers"><file name="PingController.php" hash="98437b8791e27b3ad1db915c805b5063"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9923bfe8c0f4aa318166e15cd373cf09"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.5.37</min><max>7.0.5</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Converdo_Analytics</name>
|
4 |
+
<version>1.2.5.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Better E-commerce Analytics. Clear, actionable insight in the behavior of your visitors. Improve your campaigns and conversion rate easily.</summary>
|
10 |
<description>Better E-commerce Analytics. Clear, actionable insight in the behavior of your visitors. Improve your campaigns and conversion rate easily. This plugin, installed in a minute, is all you need to have a complete and powerfull Analytics Suite. View your KPI's and sales funnels, segmented on dozens of dimensions like page type, device, landing page, campaign, etc. This plugin collects your users behaviour so you can view the insights on your dashboard on converdo.com. You can use Converdo Analytics side by side with Google Analytics without a problem. It works asynchronous so it will never impact your user experience. This extension is made especially for Magento ecommerce stores, which provides you powerfull insights out of the box.</description>
|
11 |
+
<notes>January Update</notes>
|
12 |
<authors><author><name>Roeland van Oostenbrugge</name><user>converdo</user><email>roeland@converdo.nl</email></author></authors>
|
13 |
+
<date>2017-02-02</date>
|
14 |
+
<time>10:43:10</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Converdo"><dir name="Analytics"><dir name="Block"><file name="Tracker.php" hash="764336768ca80603761bb53fe701d7f1"/></dir><dir name="Helper"><file name="Data.php" hash="c4d21c9630645736d2ea741d4536dd91"/></dir><dir name="Model"><file name="Observer.php" hash="0b1e93efcb995705bda3c99a136f66ae"/></dir><dir name="controllers"><file name="PingController.php" hash="98437b8791e27b3ad1db915c805b5063"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9923bfe8c0f4aa318166e15cd373cf09"/><file name="config.xml" hash="a2f6ab7c211d3cce4e73abffa41c7548"/><file name="system.xml" hash="7f90adaa9874a50b30e7d65cb8eb173b"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="analytics.xml" hash="d3f9d35df1981968a55a331c2b92d473"/></dir><dir name="template"><dir name="analytics"><file name="analytics.phtml" hash="a6455a39c95ec8f8df7c9b4fe6142627"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><file name="converdoanalytics.xml" hash=""/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Converdo_Analytics.xml" hash="119a038ca81bdf03767b1b12d81414ad"/></dir></target><target name="magelib"><dir name="Converdo"><dir name="Entity"><file name="AbstractEntity.php" hash="4130576c917771fdafcb4055363b2861"/><dir name="Interface"><file name="EntityInterface.php" hash="cb6a4e6da90518a9ffa8445314de56c1"/><file name="ProductInterface.php" hash="56d58a99fed4f9ab9ac699dcc59dee81"/></dir><file name="Product.php" hash="07a30cc24308adeb15793ffd0a3e3448"/></dir><dir name="Support"><file name="Crypt.php" hash="265f44cafba70116f72c255dd737a805"/><file name="QueryParser.php" hash="fad8540e335dd0a5e117489207453233"/><file name="QueryType.php" hash="ba9a87192c533cb0faf693f5921775c0"/><file name="StringBuilder.php" hash="282b1a3111f7cdf4c3b88f6320a8c57e"/></dir><dir name="Tracker"><dir name="Page"><file name="AbstractPage.php" hash="e22d9ccfcc4c15ec7712549eb28dcb93"/><file name="Cart.php" hash="344165e416a144925d9c004dd4fe64dc"/><file name="Category.php" hash="ad360cf14714f5f83200f43fc7da6318"/><file name="Checkout.php" hash="0e4943a85a61a9557ccb8df3d5c828ec"/><file name="Contact.php" hash="09d7bf93433926d8b02ec26802933777"/><file name="Customer.php" hash="dc56b1d038618e9cb035bbf7045000db"/><file name="Homepage.php" hash="f7be65045ac07de2bf3e3bae3f70ec5a"/><file name="Product.php" hash="c14b8e3c8f7c0c6af6c2153e6d1b8519"/><file name="Search.php" hash="0c6c32a5ceec293a87b4b339ac669891"/></dir><dir name="Processor"><file name="AbstractProcessor.php" hash="becc5295bdaaf413995b9fe95c9b0d1e"/><file name="CartProcessor.php" hash="d2709554c310b9cbcff93d99d0a9ac4e"/><file name="CategoryViewProcessor.php" hash="7eb98e452fa38adb49d1405e3204944a"/><file name="CheckoutProcessor.php" hash="71187080acb35b69ee07a9793f8e3293"/><file name="CustomUrlProcessor.php" hash="87c6e909697fb6216014187d7fc1eb07"/><file name="CustomVariableProcessor.php" hash="d5a115455dd048ebd49226074d9b9a86"/><file name="FootProcessor.php" hash="b1dbccbc34a6fa541ba9e2ff0ef6adfc"/><file name="HeadProcessor.php" hash="bdf476a4bfcd18d22de9d566ca2c9911"/><dir name="Interface"><file name="ProcessorInterface.php" hash="b4d97a90b6110c09a2bac67ffa4f6634"/></dir><file name="PageViewProcessor.php" hash="cc2c4bc1e163e13a1168196dd70f526a"/><file name="ProductViewProcessor.php" hash="4c63a4417de9a755d0d05213d75d3953"/></dir><dir name="Query"><file name="AbstractQuery.php" hash="8133d2b672874d40f859bd042771a53a"/><file name="CategoryView.php" hash="3607b3096dca90247cc1d5e777f4ec8c"/><file name="CustomUrl.php" hash="75bac9b592363617b4156423d636ad3e"/><file name="CustomVariable.php" hash="c5a1abd4badcefa3ce9fac42d73b5789"/><file name="EcommerceCartUpdate.php" hash="01a0b1233754c7d133f76f3843eda9ea"/><file name="EcommerceItem.php" hash="d1269f322fc5c4a1dbdbf9e869a0a541"/><file name="EcommerceTracking.php" hash="e065017782b22675273327dfba4fde6d"/><file name="HeartBeat.php" hash="4329afd34f622d5a5f0444a88ee1a3f7"/><dir name="Interface"><file name="QueryInterface.php" hash="5c80f20d543987cd3af1a74639fdd2ed"/></dir><file name="LinkTracking.php" hash="656ff44dd821b4167c9e5bbb10dea087"/><file name="PageTracking.php" hash="6d1c5d56750221a945b6268b6dccce05"/><file name="PageView.php" hash="f1ef5fd152710d341d476d0056e89ce4"/><file name="ProductView.php" hash="567375f931e8d93b662ca41189077a5c"/><file name="SiteId.php" hash="68e69921ca9e3a677436705d64c75b46"/><file name="TrackerUrl.php" hash="94d890dea4033fc8c1717ce3bf1861aa"/></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Converdo_Magento.csv" hash=""/></dir><dir name="nl_NL"><file name="Converdo_Magento.csv" hash=""/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="converdoanalytics"><dir name="css"><file name="system_config_edit.css" hash="fd6f5337fd9a9b69b85079e17aa0e40b"/></dir><dir name="images"><file name="favicon.png" hash="674c9388eba1ea89e200fe6b1a62fc24"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.5.37</min><max>7.0.5</max></php></required></dependencies>
|
18 |
</package>
|