Stetic_Ecommerce_Analytics - Version 1.0.2

Version Notes

Added support for Firecheckout

Download this release

Release Info

Developer Stetic
Extension Stetic_Ecommerce_Analytics
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

README.md DELETED
@@ -1,34 +0,0 @@
1
- # Stetic Magento Extension
2
-
3
- With this extension you can add the powerful Web and Ecommerce Analytics from Stetic to your Magento store.
4
- It will integrate the tracking code to track pageviews and all actions a visitor or customer will take.
5
- Logged-in users will be identified and pushed to Stetic for further analysis.
6
- You can enable or disable all individual events in the extension settings.
7
-
8
- ## Installation
9
-
10
- Just copy the app folder to your Magento root folder. Alternatively you can do a direct package file upload in your Magento Connect Manager.
11
-
12
-
13
- ### Event Tracking - List of actions tracked
14
-
15
- The following actions can be tracked with this extension:
16
-
17
- - Shopping Cart actions
18
- - Orders
19
- - Wishlist actions
20
- - Send Friend
21
- - Search
22
- - Contact form
23
- - Newsletter
24
- - Product review
25
- - Product compare
26
- - Account creation
27
- - Login and Logout
28
- - Account actions
29
- - Forgot Password
30
- - 404 page Not Found
31
-
32
-
33
- Note: You have to be registered with Stetic to use this extension.
34
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Stetic/Analytics/Block/Tracker.php CHANGED
@@ -289,7 +289,11 @@ class Stetic_Analytics_Block_Tracker extends Mage_Core_Block_Template
289
  /***
290
  * Checkout success
291
  */
292
- elseif( ($action == 'checkout_onepage_saveOrder' || $action == 'checkout_onepage_savePayment' || $action == 'checkout_multishipping_success' || $action == 'checkoutMultishippingControllerSuccessAction') && $this->isOrderTrackingEnabled() )
 
 
 
 
293
  {
294
  $orderIds = array();
295
  /***
289
  /***
290
  * Checkout success
291
  */
292
+ elseif( ($action == 'checkout_onepage_saveOrder' ||
293
+ $action == 'checkout_onepage_savePayment' ||
294
+ $action == 'checkout_multishipping_success' ||
295
+ $action == 'checkoutMultishippingControllerSuccessAction' ||
296
+ $action == 'firecheckout_index_saveOrder') && $this->isOrderTrackingEnabled() )
297
  {
298
  $orderIds = array();
299
  /***
app/code/community/Stetic/Analytics/Model/Observer.php CHANGED
@@ -23,6 +23,7 @@ class Stetic_Analytics_Model_Observer extends Varien_Event_Observer
23
  "checkout_onepage_index",
24
  "checkout_onepage_savePayment",
25
  "checkout_onepage_saveOrder",
 
26
  "checkout_multishipping_success",
27
  "sales_order_reorder",
28
  "sales_order_print",
23
  "checkout_onepage_index",
24
  "checkout_onepage_savePayment",
25
  "checkout_onepage_saveOrder",
26
+ "firecheckout_index_saveOrder",
27
  "checkout_multishipping_success",
28
  "sales_order_reorder",
29
  "sales_order_print",
app/code/community/Stetic/Analytics/etc/config.xml CHANGED
File without changes
app/design/frontend/base/default/layout/stetic.xml CHANGED
File without changes
app/design/frontend/base/default/template/stetic/tracker.phtml CHANGED
File without changes
app/etc/modules/Stetic_Analytics.xml CHANGED
File without changes
package.xml CHANGED
@@ -1,58 +1,68 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Stetic_Ecommerce_Analytics</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Adds real-time Web &amp; Ecommerce Analytics from Stetic with event tracking of all important actions to Magento.</summary>
10
- <description>With this extenstion you can add the powerful Web and Ecommerce Analytics from &lt;a href="http://www.stetic.com/"&gt;Stetic&lt;/a&gt; to your Magento store. &#xD;
11
  It will integrate the tracking code to track pageviews and all actions a visitor or customer will take. Logged-in users will be identified and pushed to Stetic for further analysis.&#xD;
12
- You can enable or disable all individual events in the extension settings.&lt;br&gt;&#xD;
13
- &lt;br&gt;&#xD;
14
- Stetic offers a stunning Ecommerce dashboard to monitor the performance of your online store with all important numbers at a glance. &lt;br&gt;&#xD;
15
  &#xD;
16
- &lt;br&gt;&#xD;
17
- &lt;a href="https://www.stetic.com/ecommerce/"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/dashboard_en.png" alt="Ecommerce Dashboard"&gt;&lt;/a&gt;&lt;br&gt;&#xD;
18
- &lt;br&gt;&#xD;
19
- Learn how successful your shopping cart is.&lt;br&gt;&#xD;
20
- &lt;br&gt;&#xD;
21
- &lt;a href="https://www.stetic.com/ecommerce/"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/cart_1_en.png" alt="Shopping cart Abandonment Rate"&gt;&lt;/a&gt;&lt;br&gt;&#xD;
22
- &lt;br&gt;&#xD;
23
- &lt;a href="https://www.stetic.com/ecommerce/"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/cart_2_en.png" alt="Time to cart and time to order"&gt;&lt;/a&gt;&lt;br&gt;&#xD;
24
- &lt;br&gt;&#xD;
25
- Customer Profiles - instead of visitors and sessions. Connect your magento customers with your web analytics.&lt;br&gt;&#xD;
26
- &lt;br&gt;&#xD;
27
- &lt;a href="https://www.stetic.com/ecommerce/"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/user-profile_en.png" alt="Time to cart and time to order"&gt;&lt;/a&gt;&lt;br&gt;&#xD;
28
- &lt;br&gt;&#xD;
 
 
 
 
 
 
 
 
29
  ..and many more features.&#xD;
30
- &lt;br&gt;&#xD;
31
- &lt;br&gt;&#xD;
32
- Event Tracking - the following actions can be tracked with this extension:&lt;br&gt;&#xD;
33
- - Shopping Cart actions&lt;br&gt;&#xD;
34
- - Orders&lt;br&gt;&#xD;
35
- - Wishlist actions&lt;br&gt;&#xD;
36
- - Send Friend&lt;br&gt;&#xD;
37
- - Search&lt;br&gt;&#xD;
38
- - Contact form&lt;br&gt;&#xD;
39
- - Newsletter&lt;br&gt;&#xD;
40
- - Product review&lt;br&gt;&#xD;
41
- - Product compare&lt;br&gt;&#xD;
42
- - Account creation&lt;br&gt;&#xD;
43
- - Login and Logout&lt;br&gt;&#xD;
44
- - Account actions&lt;br&gt;&#xD;
45
- - Forgot Password&lt;br&gt;&#xD;
46
- - 404 page Not Found&lt;br&gt;&#xD;
47
- &lt;br&gt;&#xD;
48
- &lt;br&gt;&#xD;
49
- Note: You have to be registered with Stetic to use this extension.&#xD;
50
- </description>
51
- <notes>First release</notes>
 
 
52
  <authors><author><name>Stetic</name><user>stetic</user><email>hello@stetic.com</email></author></authors>
53
- <date>2014-11-01</date>
54
- <time>14:30:28</time>
55
- <contents><target name="magecommunity"><dir name="Stetic"><dir name="Analytics"><dir name="Block"><file name="Tracker.php" hash="bcd7ea404180d2495de429d1fdbde0de"/></dir><dir name="Helper"><file name="Data.php" hash="27026fd1fc808957990cdf61d3f40546"/></dir><dir name="Model"><file name="Observer.php" hash="9da89427ebb23bd0c940cbaf7e3eb761"/></dir><dir name="etc"><file name="config.xml" hash="e14bbc66c6cda199f9b8860bec47c6c2"/><file name="system.xml" hash="cea891cadc2e523579829773f1ed71b0"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="stetic"><file name="onepage.phtml" hash="50be5876eb8f853f528ff5e2799fbee6"/><file name="tracker.phtml" hash="9f89660d790cf7f4f2c6248a7d02b874"/></dir></dir><dir name="layout"><file name="stetic.xml" hash="8d83bec15d00c5d090ad99a765ce574f"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Stetic_Analytics.xml" hash="6452040fe0a72ee45695013a3796f271"/></dir></target></contents>
56
  <compatible/>
57
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
58
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Stetic_Ecommerce_Analytics</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Adds real-time Web &amp;amp; Ecommerce Analytics from Stetic with event tracking of all important actions to Magento.</summary>
10
+ <description>With this extension you can add the powerful Web and Ecommerce Analytics from &lt;a href="https://www.stetic.com/?fs_campaign=Magento&amp;amp;fs_source=Extensions&amp;amp;fs_medium=link"&gt;Stetic&lt;/a&gt; to your Magento store. &#xD;
11
  It will integrate the tracking code to track pageviews and all actions a visitor or customer will take. Logged-in users will be identified and pushed to Stetic for further analysis.&#xD;
12
+ You can enable or disable all individual events in the extension settings.&lt;br /&gt;&#xD;
13
+ &lt;br /&gt;&#xD;
14
+ Stetic offers a stunning Ecommerce dashboard to monitor the performance of your online store with all important numbers at a glance. &lt;br /&gt;&#xD;
15
  &#xD;
16
+ &lt;br /&gt;&#xD;
17
+ &lt;h3&gt;Ecommerce Dashboard&lt;/h3&gt;&#xD;
18
+ &lt;p&gt;&#xD;
19
+ &lt;a href="https://www.stetic.com/ecommerce/?fs_campaign=Magento&amp;amp;fs_source=Extensions&amp;amp;fs_medium=link"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/dashboard_en.png" alt="Ecommerce Dashboard" /&gt;&lt;/a&gt;&#xD;
20
+ &lt;/p&gt;&#xD;
21
+ &lt;br /&gt;&#xD;
22
+ Learn how successful your shopping cart is.&lt;br /&gt;&#xD;
23
+ &lt;br /&gt;&#xD;
24
+ &lt;a href="https://www.stetic.com/ecommerce/?fs_campaign=Magento&amp;amp;fs_source=Extensions&amp;amp;fs_medium=link"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/cart_1_en.png" alt="Shopping cart Abandonment Rate" /&gt;&lt;/a&gt;&lt;br /&gt;&#xD;
25
+ &lt;br /&gt;&#xD;
26
+ &lt;a href="https://www.stetic.com/ecommerce/?fs_campaign=Magento&amp;amp;fs_source=Extensions&amp;amp;fs_medium=link"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/cart_2_en.png" alt="Time to cart and time to order" /&gt;&lt;/a&gt;&lt;br /&gt;&#xD;
27
+ &lt;br /&gt;&#xD;
28
+ &lt;br /&gt;&#xD;
29
+ &lt;br /&gt;&#xD;
30
+ &lt;h3&gt;Customer Profiles&lt;/h3&gt;&#xD;
31
+ &lt;p&gt;&#xD;
32
+ - instead of visitors and sessions. Connect your magento customers with your web analytics.&lt;br /&gt;&#xD;
33
+ &lt;br /&gt;&#xD;
34
+ &lt;a href="https://www.stetic.com/ecommerce/?fs_campaign=Magento&amp;amp;fs_source=Extensions&amp;amp;fs_medium=link"&gt;&lt;img src="https://www.stetic.com/img/features/ecommerce/user-profile_en.png" alt="Time to cart and time to order" /&gt;&lt;/a&gt;&lt;br /&gt;&#xD;
35
+ &lt;/p&gt;&#xD;
36
+ &lt;br /&gt;&#xD;
37
  ..and many more features.&#xD;
38
+ &lt;br /&gt;&#xD;
39
+ &lt;br /&gt;&#xD;
40
+ &lt;h3&gt;Event Tracking - List of actions tracked&lt;/h3&gt;&#xD;
41
+ &lt;p&gt;&#xD;
42
+ The following actions can be tracked with this extension:&lt;br /&gt;&#xD;
43
+ - Shopping Cart actions&lt;br /&gt;&#xD;
44
+ - Orders&lt;br /&gt;&#xD;
45
+ - Wishlist actions&lt;br /&gt;&#xD;
46
+ - Send Friend&lt;br /&gt;&#xD;
47
+ - Search&lt;br /&gt;&#xD;
48
+ - Contact form&lt;br /&gt;&#xD;
49
+ - Newsletter&lt;br /&gt;&#xD;
50
+ - Product review&lt;br /&gt;&#xD;
51
+ - Product compare&lt;br /&gt;&#xD;
52
+ - Account creation&lt;br /&gt;&#xD;
53
+ - Login and Logout&lt;br /&gt;&#xD;
54
+ - Account actions&lt;br /&gt;&#xD;
55
+ - Forgot Password&lt;br /&gt;&#xD;
56
+ - 404 page Not Found&lt;br /&gt;&#xD;
57
+ &lt;/p&gt;&#xD;
58
+ &lt;br /&gt;&#xD;
59
+ &lt;br /&gt;&#xD;
60
+ Note: You have to be registered with &lt;a href="https://www.stetic.com/?fs_campaign=Magento&amp;amp;fs_source=Extensions&amp;amp;fs_medium=link"&gt;Stetic&lt;/a&gt; to use this extension.</description>
61
+ <notes>Added support for Firecheckout</notes>
62
  <authors><author><name>Stetic</name><user>stetic</user><email>hello@stetic.com</email></author></authors>
63
+ <date>2016-01-26</date>
64
+ <time>16:02:09</time>
65
+ <contents><target name="magecommunity"><dir name="Stetic"><dir name="Analytics"><dir name="Block"><file name="Tracker.php" hash="615fb5b2597d706e337736b0b30fbc2e"/></dir><dir name="Helper"><file name="Data.php" hash="27026fd1fc808957990cdf61d3f40546"/></dir><dir name="Model"><file name="Observer.php" hash="69e2315d07a926a53bdc5c46804b5a6c"/></dir><dir name="etc"><file name="config.xml" hash="e14bbc66c6cda199f9b8860bec47c6c2"/><file name="system.xml" hash="88c02ff7dbcaddab259f14cb657c0395"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="stetic"><file name="onepage.phtml" hash="584772b48c2b868fba0aa4efc1fdf92c"/><file name="tracker.phtml" hash="9f89660d790cf7f4f2c6248a7d02b874"/></dir></dir><dir name="layout"><file name="stetic.xml" hash="8d83bec15d00c5d090ad99a765ce574f"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Stetic_Analytics.xml" hash="6452040fe0a72ee45695013a3796f271"/></dir></target></contents>
66
  <compatible/>
67
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
68
  </package>