Version Description
- 09/11/2022 =
- Fix: Minor bugs fixes.
Download this release
Release Info
Developer | ramniktatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 5.0.3 |
Comparing to | |
See all releases |
Code changes from version 5.0.2 to 5.0.3
- enhanced-ecommerce-google-analytics.php +2 -2
- readme.txt +23 -23
enhanced-ecommerce-google-analytics.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: Conversios.io - All-in-one Google Analytics, Pixels and Product Feed Manager for WooCommerce
|
16 |
* Plugin URI: https://www.conversios.io/
|
17 |
* Description: Track Ecommerce events and conversions in Google Analytics, GA4, Google Ads, Facebook Pixel, Snapchat, Pinterest, Tiktok, Bing via Google Tag Manager. Build dynamic audiences and track ROAS performance in Google Ads, Meta (Facebook + Instagram), Snapchat, Pinterest, Tiktok, Microsoft Ads and Twitter to run successful shopping campaigns. Automate your product feed to Google Merchant Center for running performance max campaigns for your WooCommerce products to boost ROAS (Revenue on Ad Spends).
|
18 |
-
* Version: 5.0.
|
19 |
* Author: Conversios
|
20 |
* Author URI: conversios.io
|
21 |
* License: GPL-2.0+
|
@@ -37,7 +37,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
37 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
38 |
* Rename this for your plugin and update it as you release new versions.
|
39 |
*/
|
40 |
-
define( 'PLUGIN_TVC_VERSION', '5.0.
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
15 |
* Plugin Name: Conversios.io - All-in-one Google Analytics, Pixels and Product Feed Manager for WooCommerce
|
16 |
* Plugin URI: https://www.conversios.io/
|
17 |
* Description: Track Ecommerce events and conversions in Google Analytics, GA4, Google Ads, Facebook Pixel, Snapchat, Pinterest, Tiktok, Bing via Google Tag Manager. Build dynamic audiences and track ROAS performance in Google Ads, Meta (Facebook + Instagram), Snapchat, Pinterest, Tiktok, Microsoft Ads and Twitter to run successful shopping campaigns. Automate your product feed to Google Merchant Center for running performance max campaigns for your WooCommerce products to boost ROAS (Revenue on Ad Spends).
|
18 |
+
* Version: 5.0.3
|
19 |
* Author: Conversios
|
20 |
* Author URI: conversios.io
|
21 |
* License: GPL-2.0+
|
37 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
38 |
* Rename this for your plugin and update it as you release new versions.
|
39 |
*/
|
40 |
+
define( 'PLUGIN_TVC_VERSION', '5.0.3' );
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
readme.txt
CHANGED
@@ -8,8 +8,8 @@ Author: Conversios
|
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 6.1
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
-
Stable tag: 5.0.
|
12 |
-
Version: 5.0.
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
@@ -125,27 +125,25 @@ This is an all-in-one marketing plugin for WooCommerce stores. Over the last 6 y
|
|
125 |
|
126 |
|
127 |
== Screenshots ==
|
128 |
-
1.
|
129 |
-
2.
|
130 |
-
3.
|
131 |
-
4.
|
132 |
-
5.
|
133 |
-
6.
|
134 |
-
7.
|
135 |
-
8.
|
136 |
-
9.
|
137 |
-
10.
|
138 |
-
11. Google Analytics 4 dashboard
|
139 |
-
12. Google Analytics 4
|
140 |
-
13. Google Analytics 4--> Monetization
|
141 |
-
14. Google Analytics 4
|
142 |
-
15.
|
143 |
-
16.
|
144 |
-
17.
|
145 |
-
18.
|
146 |
-
19.
|
147 |
-
20. Universal Analytics-->Conversion-->Ecommerce-->Product Performance Your Google Analytics account will start reflecting data as shown in the screenshot. This report shows you data related to products that are triggered on your WooCommerce shop.
|
148 |
-
21. Universal Analytics-->Conversion-->Ecommerce-->Checkout Behavior Your Google Analytics account will start reflecting data as shown in the screenshot. This report shows you how users are navigating to your checkout.
|
149 |
|
150 |
== Frequently Asked Questions ==
|
151 |
|
@@ -213,6 +211,8 @@ There could be duplicate tracking via manually implemented GA tracking snippet a
|
|
213 |
|
214 |
|
215 |
== Changelog ==
|
|
|
|
|
216 |
|
217 |
= 5.0.2 - 09/11/2022 =
|
218 |
* We have made UI changes to the pixel manager feature and we have updated the domain based pricing plans in UI.
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 6.1
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
+
Stable tag: 5.0.3
|
12 |
+
Version: 5.0.3
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
125 |
|
126 |
|
127 |
== Screenshots ==
|
128 |
+
1. This is the main onboarding page of the plugin where you can connect the Google Analytics, Google Ads, Google Merchant center accounts. Also, on this page, you can create new Google Ads and Google Merchant center accounts if they are not yet created for your business.
|
129 |
+
2. This is the main settings page of the plugin from where you can connect your tracking method, use your own GTM ID, integrate your Pxel IDs, change your Event Tracking based on your custom integration, Google Ads and Google Analytics accounts.
|
130 |
+
3. Actionable dashboard which displays the key metrics that help your eCommerce business scale faster. Ecommerce conversion and checkout funnel reports that help you to visualize user journeys from the Home page to order confirmation. Product, Source/Medium and Campaign Performance Report where you can see all the respective performances.
|
131 |
+
4. Universal Analytics dashboard 1 Once you connect Google Analytics (Universal Analytics) property from the plugin, your WooCommerce store's data will look like this in your Google Analytics dashboard. The plugin captures all the data points related to eCommerce events.
|
132 |
+
5. Universal Analytics-->Conversion-->Ecommerce-->Overview Your Google Analytics account will start reflecting data as shown in the screenshot.
|
133 |
+
6. Universal Analytics-->Conversion-->Ecommerce-->Shopping Behavior Your Google Analytics account will start reflecting data as shown in the screenshot.
|
134 |
+
7. Universal Analytics-->Conversion-->Ecommerce-->Sales Performance Your Google Analytics account will start reflecting data as shown in the screenshot. This report shows you data related to purchase events that are triggered on your WooCommerce shop.
|
135 |
+
8. Universal Analytics-->Conversion-->Ecommerce-->Product Performance Your Google Analytics account will start reflecting data as shown in the screenshot. This report shows you data related to products that are triggered on your WooCommerce shop.
|
136 |
+
9. Universal Analytics-->Conversion-->Ecommerce-->Checkout Behavior Your Google Analytics account will start reflecting data as shown in the screenshot. This report shows you how users are navigating to your checkout.
|
137 |
+
10. Google Analytics 4 dashboard 1 Once you connect Google Analytics 4 property from the plugin, your WooCommerce store's data will look like this in your Google Analytics 4 dashboard. The plugin captures all the data points related to eCommerce events.
|
138 |
+
11. Google Analytics 4 dashboard 2 Once you connect Google Analytics 4 property from the plugin, your WooCommerce store's data will look like this in your Google Analytics 4 dashboard. The plugin captures all the data points related to eCommerce events.
|
139 |
+
12. Google Analytics 4--> Monetization 1 Once you connect Google Analytics 4 property from the plugin, your WooCommerce store's data will look like this in your Google Analytics 4 under Monetization --> Overview. The plugin captures all the data points related to eCommerce events.
|
140 |
+
13. Google Analytics 4--> Monetization 2 Once you connect Google Analytics 4 property from the plugin, your WooCommerce store's data will look like this in your Google Analytics 4 under Monetization --> Overview. The plugin captures all the data points related to eCommerce events.
|
141 |
+
14. Google Analytics 4 Monetization --> Ecommerce purchases Once you connect Google Analytics 4 property from the plugin, your WooCommerce store's data will look like this in your Google Analytics 4 under Monetization --> Ecommerce purchases. The plugin captures all the data points related to eCommerce events.
|
142 |
+
15. Product sync dashboard when no products are synced to your Google Merchant center account.
|
143 |
+
16. Map your WooCommerce product categories with Google Merchant center categories
|
144 |
+
17. Map your WooCommerce product attributes with Google Merchant center product attributes to sync/add/update products in your Merchant Center account from WordPress backend.
|
145 |
+
18. Product sync dashboard when the products are synced in your merchant center account.
|
146 |
+
19. This is the Performance Max Campaign page where you can create new campaign and also view your existing active/paused Pmax campaigns.
|
|
|
|
|
147 |
|
148 |
== Frequently Asked Questions ==
|
149 |
|
211 |
|
212 |
|
213 |
== Changelog ==
|
214 |
+
= 5.0.3 - 09/11/2022 =
|
215 |
+
* Fix: Minor bugs fixes.
|
216 |
|
217 |
= 5.0.2 - 09/11/2022 =
|
218 |
* We have made UI changes to the pixel manager feature and we have updated the domain based pricing plans in UI.
|