Enhanced Ecommerce Google Analytics Plugin for WooCommerce - Version 2.3.2

Version Description

  • 20/02/2020 =
    • Compatibility with WooCommerce 3.9.2
    • Compatibility with Wordpress 5.3.2
    • get_coupon_codes function compatibility for older versions of WooCommerce
Download this release

Release Info

Developer Tatvic
Plugin Icon 128x128 Enhanced Ecommerce Google Analytics Plugin for WooCommerce
Version 2.3.2
Comparing to
See all releases

Code changes from version 2.3.1 to 2.3.2

admin/class-enhanced-ecommerce-google-analytics-settings.php CHANGED
@@ -73,7 +73,7 @@ class Enhanced_Ecommerce_Google_Settings {
73
  public function show_message(){
74
  echo '
75
  <div class="notice notice-warning is-dismissible">
76
- <p>Get all the 9 GA - Enhanced Ecommerce reports, 20+ custom dimensions and metrics, google ads conversion tracking, FB pixel tracking, Google Optimize integration and many more advanced features in the Premium Version. <a class="download" target="_blank" href="http://plugins.tatvic.com/downloads/actionable-google-analytics-free-trial.zip"><strong>Get your free trial for 14 days now.</strong></a></p>
77
  </div>
78
  ';
79
  }
73
  public function show_message(){
74
  echo '
75
  <div class="notice notice-warning is-dismissible">
76
+ <strong><p>Get all the 9 GA - Enhanced Ecommerce reports, 20+ custom dimensions and metrics, google ads conversion tracking, FB pixel tracking, Google Optimize integration and many more advanced features in the <a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552" target="_blank">Premium Version</a>.</p></strong>
77
  </div>
78
  ';
79
  }
admin/css/enhanced-ecommerce-google-analytics-admin.css CHANGED
@@ -49,7 +49,7 @@ input[type=checkbox]{
49
  input[type=checkbox]:checked::before {
50
  height:16px;
51
  width:16px;
52
- background:#2D73C5;
53
  color:white;
54
  font:100 16px/1 dashicons !important;
55
  margin:-1px;
@@ -99,4 +99,20 @@ h5{
99
  .new-img-blink-side{
100
  width: 40px;
101
  height: 20px;
102
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  input[type=checkbox]:checked::before {
50
  height:16px;
51
  width:16px;
52
+ /* background:; */
53
  color:white;
54
  font:100 16px/1 dashicons !important;
55
  margin:-1px;
99
  .new-img-blink-side{
100
  width: 40px;
101
  height: 20px;
102
+ }
103
+
104
+ .rating {
105
+ unicode-bidi: bidi-override;
106
+ direction: rtl;
107
+ }
108
+ .rating > span {
109
+ display: inline-block;
110
+ position: relative;
111
+ width: 1.1em;
112
+ color: #2D73C5;
113
+ }
114
+ .rating > span:hover:before,
115
+ .rating > span:hover ~ span:before {
116
+ content: "\2605";
117
+ position: absolute;
118
+ }
admin/images.zip ADDED
Binary file
admin/images/rating.png ADDED
Binary file
admin/images/ratings.png ADDED
Binary file
admin/partials/about-plugin.php CHANGED
@@ -22,7 +22,7 @@ $message = new Enhanced_Ecommerce_Google_Settings();
22
  <div class="card mw-100" style="padding:0;">
23
  <?php $message->show_message();?>
24
  <div class="card-header">
25
- <h5>Feature difference between <span style="font-weight: 800;">Free & Premium</span> Plugin<a href="http://plugins.tatvic.com/downloads/actionable-google-analytics-free-trial.zip"><button name="download" class="top-btn btn btn-primary download"><strong>14 Days Free Trial ! </strong><img class="new-img-blink" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></button></a></h5>
26
  </div>
27
  <div class="card-body">
28
  <div class="row">
@@ -149,12 +149,12 @@ $message = new Enhanced_Ecommerce_Google_Settings();
149
  <tfoot class="thead-inverse">
150
  <tr>
151
  <th class="w-25"></th>
152
- <th class=""><a href="http://plugins.tatvic.com/downloads/actionable-google-analytics-free-trial.zip"><button class="btn btn-primary download"><strong>14 Days Free Trial ! </strong><img class="new-img-blink" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></button></a></th>
153
- <th class=""><a href="https://1.envato.market/Yvn3R" target="_blank"><button class="btn btn-primary"><strong>Buy Premium Plugin</strong></button></a></th>
154
  </tr>
155
  </tfoot>
156
  </table>
157
- <p class="description" style="font-size: 15px;"><strong>Feel free to contact us regarding premium version inquiry at <span style="color:blue;font-size:15px;">analytics2@tatvic.com<span></strong>.<br/>Agencies & Marketers can also contact us for the bulk licenses for their clients.</p>
158
  </div>
159
  </div>
160
  </div>
22
  <div class="card mw-100" style="padding:0;">
23
  <?php $message->show_message();?>
24
  <div class="card-header">
25
+ <h5>Feature difference between <span style="font-weight: 800;">Free & Premium</span> Plugin</h5>
26
  </div>
27
  <div class="card-body">
28
  <div class="row">
149
  <tfoot class="thead-inverse">
150
  <tr>
151
  <th class="w-25"></th>
152
+ <th class="w-25"></th>
153
+ <th class=""><a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552" target="_blank"><button class="btn btn-primary"><strong>Premium Plugin</strong></button></a></th>
154
  </tr>
155
  </tfoot>
156
  </table>
157
+ <p class="description" style="font-size: 15px;"><strong>Feel free to contact us regarding premium version inquiry at <span style="color:blue;font-size:15px;">analytics2@tatvic.com<span></strong>.<br/>Get your 10 Days Free Trial of Actionable Google Analytics by writing us at <strong><span style="color:blue;font-size:15px;">analytics2@tatvic.com<span></strong><br/>Agencies & Marketers can also contact us for the bulk licenses for their clients.</p>
158
  </div>
159
  </div>
160
  </div>
admin/partials/enhanced-ecommerce-google-analytics-admin-display.php CHANGED
@@ -42,5 +42,5 @@ if(empty($_GET['tab'])){
42
  <li class="nav-item">
43
  <a href="<?php echo $site_url.'general_settings'; ?>" class="border-left aga-tab nav-link <?php echo $general_class_active; ?>">General Setting</a>
44
  </li>
45
- <li class="nav-item"><a href="<?php echo $site_url.'about_plugin'; ?>" class="border-left aga-tab nav-link <?php echo $advanced_class_active; ?>">Premium - Free Trial <img class="new-img-blink" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></a></li>
46
  </ul>
42
  <li class="nav-item">
43
  <a href="<?php echo $site_url.'general_settings'; ?>" class="border-left aga-tab nav-link <?php echo $general_class_active; ?>">General Setting</a>
44
  </li>
45
+ <li class="nav-item"><a href="<?php echo $site_url.'about_plugin'; ?>" class="border-left aga-tab nav-link <?php echo $advanced_class_active; ?>">Premium <img class="new-img-blink" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></a></li>
46
  </ul>
admin/partials/general-fields.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  $message = new Enhanced_Ecommerce_Google_Settings();
3
- if(isset($_POST['ee_submit_plugin'])){
4
  Enhanced_Ecommerce_Google_Settings::add_update_settings('ee_options');
5
  }
6
  $data = unserialize(get_option('ee_options'));
@@ -11,7 +11,12 @@ $data = unserialize(get_option('ee_options'));
11
  <div class="card mw-100" style="padding:0px;">
12
  <?php $message->show_message();?>
13
  <div class="card-header">
14
- <h5>Enhanced Ecommerce Google Analytics</h5>
 
 
 
 
 
15
  </div>
16
  <div class="card-body">
17
  <form id="ee_plugin_form" method="post" action="" enctype="multipart/form-data" >
1
  <?php
2
  $message = new Enhanced_Ecommerce_Google_Settings();
3
+ if (isset($_POST['ee_submit_plugin'])) {
4
  Enhanced_Ecommerce_Google_Settings::add_update_settings('ee_options');
5
  }
6
  $data = unserialize(get_option('ee_options'));
11
  <div class="card mw-100" style="padding:0px;">
12
  <?php $message->show_message();?>
13
  <div class="card-header">
14
+ <h3>Enhanced Ecommerce Google Analytics <a href = "https://wordpress.org/support/plugin/enhanced-e-commerce-for-woocommerce-store/reviews/" target="_blank" style="float: right">
15
+ <div class="rating">
16
+ <span>☆</span><span>☆</span><span>☆</span><span>☆</span><span>☆</span>
17
+ </div>
18
+ </a>
19
+ </h3>
20
  </div>
21
  <div class="card-body">
22
  <form id="ee_plugin_form" method="post" action="" enctype="multipart/form-data" >
admin/partials/sidebar.php CHANGED
@@ -19,7 +19,11 @@
19
  </div>
20
  <div class="card-body">
21
  <ul style="font-weight: 600">
22
- <li style="padding-bottom:5px;">Do you Like our Plugin? Please Spare few minutes to give <a href = "https://wordpress.org/support/plugin/enhanced-e-commerce-for-woocommerce-store/reviews/" target="_blank">★★★★★</a> Rating..!!</li>
 
 
 
 
23
  </ul>
24
  </div>
25
  </div>
@@ -29,9 +33,8 @@
29
  </div>
30
  <div class="card-body">
31
  <ul>
32
- <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' />&nbsp;<a class="download" href="http://plugins.tatvic.com/downloads/actionable-google-analytics-free-trial.zip" target="_blank">Get your free trial for 14 days now ! </a> <img class="new-img-blink-side" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></li>
33
- <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' />&nbsp;<a href="http://1.envato.market/Yvn3R" target="_blank">Actionable Google Analytics for WooCommerce - Premium Version</a></li>
34
- <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/cotlw.png', __FILE__ ) ?>' />&nbsp;<a href="https://wordpress.org/plugins/woo-chrome-one-tap-login/" target="_blank">Chrome One Tap Login for Woocommerce </a><img class="new-img-blink-side" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></li>
35
  <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m1.png', __FILE__ ) ?>' />&nbsp;<a href="https://1.envato.market/79Oky" target="_blank">Actionable Google Analytics for Magento</a></li>
36
  <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m2.png', __FILE__ ) ?>' />&nbsp;<a href="https://marketplace.magento.com/tatvic-actionablegoogleanalytics.html" target="_blank">Actionable Google Analytics for Magento2</a></li>
37
  <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/shopify_new.png', __FILE__ ) ?>' />&nbsp;<a href="https://apps.shopify.com/google-universal-analytics-enhanced-ecommerce" target="_blank">Actionable Google Analytics for Shopify</a></li>
19
  </div>
20
  <div class="card-body">
21
  <ul style="font-weight: 600">
22
+ <li style="padding-bottom:5px;">Do you Like our Plugin? Please Spare few minutes to give <h3><a href = "https://wordpress.org/support/plugin/enhanced-e-commerce-for-woocommerce-store/reviews/" target="_blank" style="float: right">
23
+ <div class="rating">
24
+ <span>☆</span><span>☆</span><span>☆</span><span>☆</span><span>☆</span>
25
+ </div>
26
+ </a></h3> Rating..!!</li>
27
  </ul>
28
  </div>
29
  </div>
33
  </div>
34
  <div class="card-body">
35
  <ul>
36
+ <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' />&nbsp;<a href="https://www.tatvic.com/contact/" target="_blank">Get your free trial for 10 days now ! </a> <img class="new-img-blink-side" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></li>
37
+ <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' />&nbsp;<a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552" target="_blank">Actionable Google Analytics for WooCommerce - Premium Version</a></li>
 
38
  <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m1.png', __FILE__ ) ?>' />&nbsp;<a href="https://1.envato.market/79Oky" target="_blank">Actionable Google Analytics for Magento</a></li>
39
  <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m2.png', __FILE__ ) ?>' />&nbsp;<a href="https://marketplace.magento.com/tatvic-actionablegoogleanalytics.html" target="_blank">Actionable Google Analytics for Magento2</a></li>
40
  <li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/shopify_new.png', __FILE__ ) ?>' />&nbsp;<a href="https://apps.shopify.com/google-universal-analytics-enhanced-ecommerce" target="_blank">Actionable Google Analytics for Shopify</a></li>
enhanced-ecommerce-google-analytics.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Enhanced E-commerce for Woocommerce store
17
  * Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
18
  * Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
19
- * Version: 2.3.1
20
  * Author: Tatvic
21
  * Author URI: www.tatvic.com
22
  * License: GPL-2.0+
@@ -24,7 +24,7 @@
24
  * Text Domain: www.tatvic.com
25
  * Domain Path: /languages
26
  * WC requires at least: 1.4.1
27
- * WC tested up to: 3.9.1
28
  */
29
 
30
  /**
@@ -39,7 +39,7 @@ if ( ! defined( 'WPINC' ) ) {
39
  * Start at version 1.0.0 and use SemVer - https://semver.org
40
  * Rename this for your plugin and update it as you release new versions.
41
  */
42
- define( 'PLUGIN_NAME_VERSION', '2.3.1' );
43
  /**
44
  * The code that runs during plugin activation.
45
  * This action is documented in includes/class-enhanced-ecommerce-google-analytics-activator.php
16
  * Plugin Name: Enhanced E-commerce for Woocommerce store
17
  * Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
18
  * Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
19
+ * Version: 2.3.2
20
  * Author: Tatvic
21
  * Author URI: www.tatvic.com
22
  * License: GPL-2.0+
24
  * Text Domain: www.tatvic.com
25
  * Domain Path: /languages
26
  * WC requires at least: 1.4.1
27
+ * WC tested up to: 3.9.2
28
  */
29
 
30
  /**
39
  * Start at version 1.0.0 and use SemVer - https://semver.org
40
  * Rename this for your plugin and update it as you release new versions.
41
  */
42
+ define( 'PLUGIN_NAME_VERSION', '2.3.2' );
43
  /**
44
  * The code that runs during plugin activation.
45
  * This action is documented in includes/class-enhanced-ecommerce-google-analytics-activator.php
public/class-enhanced-ecommerce-google-analytics-public.php CHANGED
@@ -28,7 +28,7 @@ class Enhanced_Ecommerce_Google_Analytics_Public {
28
  * @return void
29
  */
30
  //set plugin version
31
- public $tvc_eeVer = '2.3.1';
32
 
33
  protected $tvc_aga;
34
 
@@ -242,17 +242,30 @@ class Enhanced_Ecommerce_Google_Analytics_Public {
242
  $order = new WC_Order($order_id);
243
  //Get Applied Coupon Codes
244
  $coupons_list = '';
245
- if ($order->get_coupon_codes()) {
246
- $coupons_count = count($order->get_coupon_codes());
247
- $i = 1;
248
- foreach ($order->get_coupon_codes() as $coupon) {
249
- $coupons_list .= $coupon;
250
- if ($i < $coupons_count)
251
- $coupons_list .= ', ';
252
- $i++;
 
 
253
  }
 
 
 
 
 
 
 
 
 
 
 
254
  }
255
-
256
  //get domain name if value is set
257
  if (!empty($this->ga_Dname)) {
258
  $set_domain_name = esc_js($this->ga_Dname);
28
  * @return void
29
  */
30
  //set plugin version
31
+ public $tvc_eeVer = '2.3.2';
32
 
33
  protected $tvc_aga;
34
 
242
  $order = new WC_Order($order_id);
243
  //Get Applied Coupon Codes
244
  $coupons_list = '';
245
+ if(version_compare($woocommerce->version, "3.7", ">")){
246
+ if ($order->get_coupon_codes()) {
247
+ $coupons_count = count($order->get_coupon_codes());
248
+ $i = 1;
249
+ foreach ($order->get_coupon_codes() as $coupon) {
250
+ $coupons_list .= $coupon;
251
+ if ($i < $coupons_count)
252
+ $coupons_list .= ', ';
253
+ $i++;
254
+ }
255
  }
256
+ }else{
257
+ if ($order->get_used_coupons()) {
258
+ $coupons_count = count($order->get_used_coupons());
259
+ $i = 1;
260
+ foreach ($order->get_used_coupons() as $coupon) {
261
+ $coupons_list .= $coupon;
262
+ if ($i < $coupons_count)
263
+ $coupons_list .= ', ';
264
+ $i++;
265
+ }
266
+ }
267
  }
268
+
269
  //get domain name if value is set
270
  if (!empty($this->ga_Dname)) {
271
  $set_domain_name = esc_js($this->ga_Dname);
readme.txt CHANGED
@@ -2,14 +2,14 @@
2
  Contributors: Tatvic
3
  Plugin Name: Enhanced Ecommerce for WooCommerce Store
4
  Plugin URI: http://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
5
- Tags: Google Analytics, Universal Analytics, Enhanced E-commerce, E-commerce, e-commerce, woo-commerce,Ecommerce,WooCommerce, commerce, Wordpress Enhanced Ecommerce, WooCommerce Enhanced Ecommerce, WooCommerce Google Analytics, Google Analytics Plugin, Enhanced Ecommerce Plugin
6
  Author URI: https://www.tatvic.com/
7
  Author: Tatvic
8
  Requires at least: 1.4.1
9
  Tested up to: 5.3.2
10
  Requires PHP: 5.6 or Higher
11
- Stable tag: 2.3.1
12
- Version: 2.3.1
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
@@ -17,49 +17,53 @@ Provides integration between Enhanced Ecommerce feature of Google Analytics and
17
 
18
  == Description ==
19
 
20
- <a href="https://www.tatvic.com/enhanced-ecommerce-google-analytics-plugin-woocommerce/" target="_blank">Enhanced Ecommerce Google Analytics</a> is a Free Plugin for WooCommerce stores which allows businesses to make the most of the Google Analytics - Enhanced Ecommerce feature. You can track user behavior across your store starting from home page to thankyou page and take informed decisions to drive business/marketing outcomes. Enhanced Ecommerce is supported by Universal Analytics.
21
 
22
  = Features of Plugin =
23
- 1. Quick & Easy installation from the wordpress interface
24
- 2. Supports four New Reports in Enhanced Ecommerce
25
- * Shopping Behaviour Report
26
- * Checkout Behaviour Report
27
- * Product Performance Report
28
- * Sales Performance Report
29
- 3. Supports Guest checkout functionality
30
- 4. Captures Product Impressions, Add to Cart & Product Clicks events on category page
31
- 5. Captures Product Impressions, Add to Cart & Product Clicks events on product page
32
- 6. Captures Product Impressions, Add to Cart & Product Clicks events on featured Product Section on Homepage
33
- 7. Captures Product Impressions, Add to Cart & Product Clicks events on Recent Product Section on Homepage
34
- 8. Captures Product Impressions, Add to Cart & Product Clicks events on Related Product Section on Productpage
35
- 9. Set your local currency
36
- 10. Google Analytics Opt Out
37
- 11. IP Anonymization
38
- 12. = Added Actionable Google Analytics - 14 Days Free Trial =
 
 
39
 
40
 
41
  = Installation Instructions =
42
- * Enable Enhanced E-commerce for your profile/view. This is a profile / view level setting and can be accessed under Admin > View > E-commerce Settings
43
 
44
- * Add meaningful labels for your checkout steps. We recommend you to label as, Step 1 : Checkout View; Step 2 : Billing Info; Step 3 : Proceed to payment
45
 
46
- * Activate our plug-in from the Settings page. You can access the setting page from sidebar Tatvic EE Plugin > Enhanced Ecommerce for Woocommerce.
47
 
48
- * Find “Add Enhanced Ecommerce Tracking Code” in the settings page and check the box to add the tracking code
49
-
50
- * If you have a guest checkout on your WooCommerce store, then Check the box “Add Code to Track the Login Step of Guest Users”. If you have a guest login but you do not check the box, then it might cause an uneven funnel reporting in Google Analytics.
51
 
 
52
 
53
  = Need an Advanced Google Analytics Plugin? =
54
- We have an Advanced Google Analytics Plugin for WooCommerce which includes tracking of all the 9 Reports of Enhanced Ecommerce, User ID Tracking, Product Refund, I.P. Anonymization, Google Ads Conversion Tracking, Facebook Pixel Tracking, 20+ Custom Dimensions & Metrics & much more. <a href="https://1.envato.market/Yvn3R" target="_blank">Learn More</a>
 
55
 
56
  == Note : ==
 
57
  == Our plugin does not support the below features out of the box ==
58
  * Highly Customized store
59
  * Product types other than Simple Product
60
  * Store with the Subscription product for Orders.
61
  * Ecommerce Pages with Shortcodes
62
  * Not fully compatible with the child/custom Theme
 
63
 
64
  == Installation ==
65
 
@@ -74,6 +78,7 @@ We have an Advanced Google Analytics Plugin for WooCommerce which includes track
74
  3. To Track Guest Users, Check the box – Add Code to Track the Login Steps of Guest Users. If you have a Guest Check out & if it’s Unchecked, then it might cause an uneven funnel reporting in Google Analytics.
75
 
76
  == Frequently Asked Questions ==
 
77
  = Where can I find the setting for this plugin? =
78
 
79
  This plugin will add the settings to the Integration tab, to be found in the WooCommerce > Settings menu.
@@ -203,7 +208,13 @@ To avoid sending your own transaction data or sessions data in Google Analytics,
203
 
204
  == Changelog ==
205
 
206
- = 2.3.1 - 29/01/2020
 
 
 
 
 
 
207
  * Compatibility with WooCommerce 3.9.1
208
  * Compatibility with Wordpress 5.3.2
209
  * Minor Bug Fixes
2
  Contributors: Tatvic
3
  Plugin Name: Enhanced Ecommerce for WooCommerce Store
4
  Plugin URI: http://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
5
+ Tags: Google Analytics, Universal Analytics, Enhanced E-commerce, E-commerce,Web Analytics, Web Analytics For WooCommerce, e-commerce, woo-commerce,Ecommerce,WooCommerce, commerce, Wordpress Enhanced Ecommerce, WooCommerce Enhanced Ecommerce, WooCommerce Google Analytics, Google Analytics Plugin, Enhanced Ecommerce Plugin
6
  Author URI: https://www.tatvic.com/
7
  Author: Tatvic
8
  Requires at least: 1.4.1
9
  Tested up to: 5.3.2
10
  Requires PHP: 5.6 or Higher
11
+ Stable tag: 2.3.2
12
+ Version: 2.3.2
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
17
 
18
  == Description ==
19
 
20
+ <a href="https://www.tatvic.com/tatvic-labs/woocommerce-extension/">Enhanced Ecommerce Google Analytics</a> is a Free Plugin for WooCommerce stores which allows businesses to make the most of the Google Analytics Enhanced Ecommerce feature. You can track user behavior across your store starting from home page to thankyou page and take informed decisions to drive business/marketing outcomes. Enhanced Ecommerce is supported by Universal Analytics. NO CODING REQUIRED ..!!
21
 
22
  = Features of Plugin =
23
+ 1. Quick & Easy 2 minutes installation from the wordpress interface
24
+ 2. Enables 4 Enhanced Ecommerce reports in Google Analytics
25
+ * Shopping Behaviour Report
26
+ * Checkout Behaviour Report
27
+ * Product Performance Report
28
+ * Sales Performance Report
29
+ 3. Supports Guest checkout functionality
30
+ 4. Enables Audience, Acquisition & Behavior reports in Google Analytics
31
+ 5. Captures Product Impressions, Add to Cart & Product Clicks events on category page
32
+ 6. Captures Product Impressions, Add to Cart & Product Clicks events on product page
33
+ 7. Captures Product Impressions, Add to Cart & Product Clicks events on featured Product Section on Homepage
34
+ 8. Captures Product Impressions, Add to Cart & Product Clicks events on Recent Product Section on Homepage
35
+ 9. Captures Product Impressions, Add to Cart & Product Clicks events on Related Product Section on Productpage
36
+ 10. Captures checkout behaviour of users in Google Analytics under Conversion > Ecommerce > Checkout behaviour report
37
+ 11. Capture transaction/conversion information in Google analytics under Conversion > Ecommerce > Sales performance report
38
+ 12. Set your local currency
39
+ 13. Google Analytics Opt Out
40
+ 14. IP Anonymization
41
 
42
 
43
  = Installation Instructions =
44
+ * Enable Enhanced E-commerce for your profile/view in Google Analytics. This is a profile / view level setting and can be accessed under Admin > View > E-commerce Settings
45
 
46
+ * Add meaningful labels for your checkout steps. We recommend you to label as, Step 1 : Checkout View; Step 2 : Billing Info; Step 3 : Proceed to payment
47
 
48
+ * Activate our plug-in from the Settings page from your Wordpress backend. You can access the setting page from sidebar Tatvic EE Plugin > Enhanced Ecommerce for Woocommerce.
49
 
50
+ * Find “Add Enhanced Ecommerce Tracking Code” in the settings page and check the box to add the tracking code
 
 
51
 
52
+ * If you have a guest checkout on your WooCommerce store, then Check the box “Add Code to Track the Login Step of Guest Users”. If you have a guest login but you do not check the box, then it might cause an uneven funnel reporting in Google Analytics.
53
 
54
  = Need an Advanced Google Analytics Plugin? =
55
+
56
+ We have an Actionable Google Analytics Plugin for WooCommerce which includes tracking of all the 9 Reports of Enhanced Ecommerce, User ID Tracking, Product Refund, I.P. Anonymization, Google Ads Conversion Tracking, Facebook Pixel Tracking, 20+ Custom Dimensions & Metrics & much more. This saves 50+ development hours and enable your business for data driven decision making in 5 minutes. Boost your marketing ROI by taking informed decisions. <a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552" target="_blank">Learn More</a>
57
 
58
  == Note : ==
59
+
60
  == Our plugin does not support the below features out of the box ==
61
  * Highly Customized store
62
  * Product types other than Simple Product
63
  * Store with the Subscription product for Orders.
64
  * Ecommerce Pages with Shortcodes
65
  * Not fully compatible with the child/custom Theme
66
+ * Reach out to us if you have any of the above requirements and we will be happy to assist.
67
 
68
  == Installation ==
69
 
78
  3. To Track Guest Users, Check the box – Add Code to Track the Login Steps of Guest Users. If you have a Guest Check out & if it’s Unchecked, then it might cause an uneven funnel reporting in Google Analytics.
79
 
80
  == Frequently Asked Questions ==
81
+
82
  = Where can I find the setting for this plugin? =
83
 
84
  This plugin will add the settings to the Integration tab, to be found in the WooCommerce > Settings menu.
208
 
209
  == Changelog ==
210
 
211
+ = 2.3.2 - 20/02/2020 =
212
+ * Compatibility with WooCommerce 3.9.2
213
+ * Compatibility with Wordpress 5.3.2
214
+ * get_coupon_codes function compatibility for older versions of WooCommerce
215
+
216
+
217
+ = 2.3.1 - 29/01/2020 =
218
  * Compatibility with WooCommerce 3.9.1
219
  * Compatibility with Wordpress 5.3.2
220
  * Minor Bug Fixes