Version Description
- 15/06/2021 =
- DB related bug fixed
Download this release
Release Info
Developer | Tatvic |
Plugin | ![]() |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- admin/class-tvc-admin-db-helper.php +1 -0
- enhanced-ecommerce-google-analytics.php +2 -2
- readme.txt +54 -24
admin/class-tvc-admin-db-helper.php
CHANGED
@@ -136,6 +136,7 @@ if ( ! class_exists( 'TVC_Admin_DB_Helper' ) ) {
|
|
136 |
}
|
137 |
|
138 |
public function tvc_safe_truncate_table($table){
|
|
|
139 |
$query = $wpdb->prepare( 'SHOW TABLES LIKE %s', $wpdb->esc_like( $table ) );
|
140 |
if ( $wpdb->get_var( $query ) === $table ) {
|
141 |
$wpdb->query("TRUNCATE TABLE IF EXISTS ".$table);
|
136 |
}
|
137 |
|
138 |
public function tvc_safe_truncate_table($table){
|
139 |
+
global $wpdb;
|
140 |
$query = $wpdb->prepare( 'SHOW TABLES LIKE %s', $wpdb->esc_like( $table ) );
|
141 |
if ( $wpdb->get_var( $query ) === $table ) {
|
142 |
$wpdb->query("TRUNCATE TABLE IF EXISTS ".$table);
|
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: Automates eCommerce tracking in Google Analytics, dynamic remarkting in Google Ads, and provides complete Google Shopping features.
|
19 |
-
* Version: 3.1.
|
20 |
* Author: Tatvic
|
21 |
* Author URI: www.tatvic.com
|
22 |
* License: GPL-2.0+
|
@@ -38,7 +38,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
38 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
39 |
* Rename this for your plugin and update it as you release new versions.
|
40 |
*/
|
41 |
-
define( 'PLUGIN_TVC_VERSION', '3.1.
|
42 |
$fullName = plugin_basename( __FILE__ );
|
43 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
44 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
16 |
* Plugin Name: Enhanced E-commerce for Woocommerce store
|
17 |
* Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
|
18 |
* Description: Automates eCommerce tracking in Google Analytics, dynamic remarkting in Google Ads, and provides complete Google Shopping features.
|
19 |
+
* Version: 3.1.1
|
20 |
* Author: Tatvic
|
21 |
* Author URI: www.tatvic.com
|
22 |
* License: GPL-2.0+
|
38 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
39 |
* Rename this for your plugin and update it as you release new versions.
|
40 |
*/
|
41 |
+
define( 'PLUGIN_TVC_VERSION', '3.1.1' );
|
42 |
$fullName = plugin_basename( __FILE__ );
|
43 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
44 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
readme.txt
CHANGED
@@ -8,61 +8,88 @@ Author: Tatvic
|
|
8 |
Requires at least: 1.4.1
|
9 |
Tested up to: 5.7
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
-
Stable tag: 3.1.
|
12 |
-
Version: 3.1.
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
16 |
Automates eCommerce tracking in Google Analytics and the complete Google Shopping solution with dynamic remarketing tags.
|
17 |
|
18 |
-
== Description ==
|
19 |
|
20 |
###GOOGLE ANALYTICS PLUGIN FOR WOOCOMMERCE
|
21 |
|
22 |
-
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
Create a new Google Ads account using the plugin and get a Google ads coupon upto USD 150 (amount differs based on the country you are in) on the spends you make in the first 31 days. <a target="_blank" href ="http://plugins.tatvic.com/help-center/Google-Spend-Match.pdf">See terms and condition.</a>
|
33 |
|
34 |
-
###GOOGLE ANALYTICS + ENHANCED ECOMMERCE REPORTS
|
35 |
|
36 |
-
Enhanced eCommerce Google analytics plugin tracks the entire user journey on your
|
37 |
|
38 |
-
* For any eCommerce business, the most important is to know the accurate conversion %.
|
39 |
|
40 |
-
* Using this plugin, you can track
|
41 |
|
42 |
-
* You can track which products have a
|
43 |
|
44 |
-
* Track users who are abandoning the cart, which products are abandoned more in the cart etc
|
45 |
|
46 |
-
* You can track
|
47 |
|
48 |
-
*
|
49 |
|
|
|
50 |
|
51 |
-
|
52 |
|
53 |
-
*
|
54 |
|
55 |
-
*
|
56 |
|
57 |
-
* Acquisition reports tell you which are the sources that are attributing traffic to your website, how are they performing in terms of conversion and much more so that you can channelize your efforts in better marketing ROI.
|
58 |
|
59 |
###GOOGLE SHOPPING FOR WOOCOMMERCE
|
60 |
|
61 |
-
* Get your WooCommerce products in front of the millions of shoppers across Google.
|
62 |
|
63 |
-
* Opt your product data into programmes, like surfaces across Google, Shopping ads, local inventory ads and Shopping Actions,
|
64 |
|
65 |
-
* Reach out to customers leaving your WooCommerce store by running
|
66 |
|
67 |
###HOW IT WORKS
|
68 |
|
@@ -107,8 +134,8 @@ Enhanced eCommerce Google analytics plugin tracks the entire user journey on you
|
|
107 |
16. Shopping campaign performance dashboard
|
108 |
17. Product Sync dashboard
|
109 |
|
|
|
110 |
|
111 |
-
<strong>Scale your eCommerce businesses faster by unlocking more advanced tracking and enabling complete google shopping solutions for your WooCommerce store. <a target="_blank" href=" https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=Wordpress&utm_medium=Listingcontent&utm_campaign=WPlisting">Give a try to our pro version.</a></strong>
|
112 |
|
113 |
== Features of our <a target="_blank" href=" https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=Wordpress&utm_medium=Listingcontent&utm_campaign=WPlisting">pro version</a>: ==
|
114 |
|
@@ -356,6 +383,9 @@ You can resolve the duplication of data by removing the manually implemented GA
|
|
356 |
|
357 |
== Changelog ==
|
358 |
|
|
|
|
|
|
|
359 |
= 3.1.0 - 15/06/2021 =
|
360 |
* Enhanced user experience with new UI
|
361 |
* Earlier some users were able to see 25 products only on product sync dashboard, the issue is fixed now
|
8 |
Requires at least: 1.4.1
|
9 |
Tested up to: 5.7
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
+
Stable tag: 3.1.1
|
12 |
+
Version: 3.1.1
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
16 |
Automates eCommerce tracking in Google Analytics and the complete Google Shopping solution with dynamic remarketing tags.
|
17 |
|
18 |
+
== Product Description ==
|
19 |
|
20 |
###GOOGLE ANALYTICS PLUGIN FOR WOOCOMMERCE
|
21 |
|
22 |
+
The new and enhanced Ecommerce Google Analytics Plugin for WooCommerce is there to help you - Know And Measure What Matters To Your Business.
|
23 |
|
24 |
+
As a Premium Google Ads Partner, we are delighted to bring a new and enhanced Google Analytics Plugin that does all the eCommerce tracking in Google Analytics. We have 40000+ active eCommerce businesses across 150 countries using, benefitting, growing from this plugin.
|
25 |
|
26 |
+
By opening an e-commerce store, your job is half done. To run it efficiently, drive traffic to your website, and increase conversions, you have to do one more thing. Know Your Shoppers Well!
|
27 |
|
28 |
+
And how will you do that? Well, Start with Understanding, Measuring, and Tracking their entire user journey with the help of Google Analytics Tracking for Woocommerce.
|
29 |
|
30 |
+
* Know users likes & preferences
|
31 |
+
* Offer them better experiences
|
32 |
+
* Simplify their shopping process
|
33 |
+
* Remove all the roadblocks that slow down or come in the way of conversion
|
34 |
+
|
35 |
+
The enhanced eCommerce Google Analytics plugin for woo-commerce will show you all the stats that matter. The plugin is apt in helping global eCommerce businesses scale faster by automating eCommerce tracking in Google Analytics for both the Universal Analytics (Google Analytics v3) and the Google Analytics 4 properties.
|
36 |
+
|
37 |
+
###DYNAMIC REMARKETING TAGS FOR ECOMMERCE EVENTS - NEW FEATURE OF THE GOOGLE SHOPPING PLUGIN FOR WOOCOMMERCE
|
38 |
+
|
39 |
+
Check the recent release of the Enhanced Ecommerce Google Analytics plugin for WooCommerce, loaded with new features!
|
40 |
+
|
41 |
+
* Dynamic Remarketing tags for eCommerce events and Google Shopping solution features include management of Google Merchant Center account.
|
42 |
+
* Seamless product sync from your WooCommerce stores.
|
43 |
+
* Link Google Ads and Google Merchant Center account, Smart Shopping Campaign management, and Shopping Campaign report.
|
44 |
+
|
45 |
+
###YOU GET BIG BENEFITS
|
46 |
+
|
47 |
+
eCommerce businesses can -
|
48 |
+
* Start making data-driven decisions.
|
49 |
+
* Re-targeting the shoppers based on their past site behavior.
|
50 |
+
* Become eligible for free listing across Google to reach millions of interested shoppers across Google.
|
51 |
+
* Run your google shopping campaigns smoothly.
|
52 |
+
|
53 |
+
Achieve all this by connecting Google Analytics, Google Ads, and Google Merchant Center accounts. Want to know what is the best part?
|
54 |
+
|
55 |
+
* NO CODING REQUIRED or NO NEED TO HIRE A DEVELOPER for the setup. You can configure the plugin instantly in under 5 minutes and with a few clicks from your WordPress backend.
|
56 |
+
|
57 |
+
<a target="_blank" href="http://plugins.tatvic.com/help-center/Installation-Manual.pdf">Here is how you can configure the plugin without any hassle and start scaling your eCommerce business faster.</a>
|
58 |
|
59 |
Create a new Google Ads account using the plugin and get a Google ads coupon upto USD 150 (amount differs based on the country you are in) on the spends you make in the first 31 days. <a target="_blank" href ="http://plugins.tatvic.com/help-center/Google-Spend-Match.pdf">See terms and condition.</a>
|
60 |
|
61 |
+
###AN INTERESTING AMALGAM OF - GOOGLE ANALYTICS + ENHANCED ECOMMERCE REPORTS - THE BEST YOU CAN GET!
|
62 |
|
63 |
+
Enhanced eCommerce Google analytics plugin tracks the entire user journey on your eCommerce store from the home page to product views and from cart page to checkout page to thank you page.
|
64 |
|
65 |
+
* For any eCommerce business, the most important thing is to know the accurate conversion %. Know the accurate conversion % for your eCommerce store and you have visibility on the entire eCommerce funnel to better channel marketing and UX/UI efforts to reach an optimum conversion %.
|
66 |
|
67 |
+
* Using this plugin, you can track your merchandising efforts by monitoring how certain products are performing on the home page or the product listing page and make better and well-informed merchandising decisions.
|
68 |
|
69 |
+
* You can track which products have a better view-to-cart ratio or a better view-to-conversion ratio, and based on this data, make better and well-informed pricing or product decisions.
|
70 |
|
71 |
+
* Track users who are abandoning the cart, which products are abandoned more in the cart, etc., and reach out to the users or update your product listing.
|
72 |
|
73 |
+
* You can track the performance of your checkout form and accordingly work on the UI/UX to increase the conversion rate for your eCommerce business.
|
74 |
|
75 |
+
* The best part is, you can track every impression and click of the product from which page they are added to the cart, how users interact with your checkout page before making the final purchase by our new and enhanced eCommerce Google analytics plugin.
|
76 |
|
77 |
+
### GOOGLE ANALYTICS + AUDIENCE REPORTS + BEHAVIOUR REPORTS + ACQUISITION REPORTS
|
78 |
|
79 |
+
* Audience reports help know your customers in a whole new way. It gives you much-needed detailed insights like - from which countries your users are coming from, their age, gender, interests, devices, and much more. Considering this, you can easily set up your content and design to match your audience preferences.
|
80 |
|
81 |
+
* Behaviour reports help you get to know how users are interacting with your website, how much time they are spending, how much they browse before making a final purchase, and a whole lot more.
|
82 |
|
83 |
+
* Acquisition reports tell you which sources are attributing the traffic to your website, their performance when it comes to conversion, and much more. You can channel your efforts in better marketing ROI.
|
84 |
|
|
|
85 |
|
86 |
###GOOGLE SHOPPING FOR WOOCOMMERCE
|
87 |
|
88 |
+
* Get your WooCommerce products in front of the millions of shoppers across Google.
|
89 |
|
90 |
+
* Opt your product data into programmes, like surfaces across Google, Shopping ads, local inventory ads, and Shopping Actions, and highlight your products to shoppers across Google.
|
91 |
|
92 |
+
* Reach out to customers leaving your WooCommerce store by running Smart Google shopping campaigns based on their past site behavior.<a target="_blank" href = "https://support.google.com/faqs/answer/2987537?hl=en"> Learn more about Google Shopping</a>
|
93 |
|
94 |
###HOW IT WORKS
|
95 |
|
134 |
16. Shopping campaign performance dashboard
|
135 |
17. Product Sync dashboard
|
136 |
|
137 |
+
<strong><a target="_blank" href=" https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=Wordpress&utm_medium=Listingcontent&utm_campaign=WPlisting"> Fast track and scale your eCommerce business to new heights by unlocking more advanced tracking and enabling complete google shopping solutions for your WooCommerce store. Give a try to our pro version.</a></strong>
|
138 |
|
|
|
139 |
|
140 |
== Features of our <a target="_blank" href=" https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=Wordpress&utm_medium=Listingcontent&utm_campaign=WPlisting">pro version</a>: ==
|
141 |
|
383 |
|
384 |
== Changelog ==
|
385 |
|
386 |
+
= 3.1.1 - 15/06/2021 =
|
387 |
+
* DB related bug fixed
|
388 |
+
|
389 |
= 3.1.0 - 15/06/2021 =
|
390 |
* Enhanced user experience with new UI
|
391 |
* Earlier some users were able to see 25 products only on product sync dashboard, the issue is fixed now
|