Version Description
- 21/10/2022 =
- We have done minor UI changes in the new pixel settings screen.
- Also, we have added user guide on how to use your own Google Tag Manager account using the plugin.
Download this release
Release Info
Developer | ramniktatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 5.0.1 |
Comparing to | |
See all releases |
Code changes from version 5.0.0 to 5.0.1
admin/class-tvc-admin-helper.php
CHANGED
@@ -1142,6 +1142,13 @@ Class TVC_Admin_Helper{
|
|
1142 |
$tvc_add_data_admin_notice = $this->get_ee_options_settings();
|
1143 |
$con_subscription_id = $this->get_subscriptionId();
|
1144 |
//when user google signed in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1145 |
if($con_subscription_id != "" && $con_subscription_id != null ){
|
1146 |
$link_title = "User Manual Guide";
|
1147 |
$content = "You have not linked Google Analytics, Google Ads and Google Merchant Center accounts with Conversios plugin. Set up the conversios plugin now and boost your sales. Refer User Manual guide to get started,";
|
1142 |
$tvc_add_data_admin_notice = $this->get_ee_options_settings();
|
1143 |
$con_subscription_id = $this->get_subscriptionId();
|
1144 |
//when user google signed in
|
1145 |
+
/*GTM release notice*/
|
1146 |
+
$link_title = "Set it up in a single click..!!!!";
|
1147 |
+
$link = "admin.php?page=conversios_onboarding";
|
1148 |
+
$content = "NEW FEATURE - Now automate Facebook, Snapchat, Tiktok, Pinterest, Microsoft Ads, Google Ads pixels using Conversios's faster and accurate Google Tag Manager implementation.";
|
1149 |
+
$status = "1";
|
1150 |
+
$this->tvc_add_admin_notice("implementation_gatm_tracking", $link_title , $content, $status, $link);
|
1151 |
+
|
1152 |
if($con_subscription_id != "" && $con_subscription_id != null ){
|
1153 |
$link_title = "User Manual Guide";
|
1154 |
$content = "You have not linked Google Analytics, Google Ads and Google Merchant Center accounts with Conversios plugin. Set up the conversios plugin now and boost your sales. Refer User Manual guide to get started,";
|
admin/partials/class-conversios-header.php
CHANGED
@@ -62,7 +62,7 @@ if ( ! class_exists( 'Conversios_Header' ) ) {
|
|
62 |
<div class="row">
|
63 |
<div class="promoleft">
|
64 |
<div class="promobandmsg">
|
65 |
-
<?php esc_html_e("Level up your
|
66 |
</div>
|
67 |
</div>
|
68 |
<div class="promoright">
|
62 |
<div class="row">
|
63 |
<div class="promoleft">
|
64 |
<div class="promobandmsg">
|
65 |
+
<?php esc_html_e("Level up your ecommerce business by using your own Google Tag Manager to integrate complete GA4, FB, Google Ads, Tiktok and more..!!!","enhanced-e-commerce-for-woocommerce-store"); ?>
|
66 |
</div>
|
67 |
</div>
|
68 |
<div class="promoright">
|
admin/partials/general-fields.php
CHANGED
@@ -387,9 +387,9 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
387 |
<div class="con-setting-container">
|
388 |
<!-- start Advance Setting for GA-->
|
389 |
<div class="ga-title con_tracking_integration con_faq_title" data-id="sec_con_integration_advset">
|
390 |
-
<?php esc_html_e("
|
391 |
<div class="tvc-tooltip">
|
392 |
-
<span class="tvc-tooltiptext tvc-tooltip-right"><?php esc_html_e("
|
393 |
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL."/admin/images/icon/informationI.svg"); ?>" alt=""/>
|
394 |
</div>
|
395 |
<img class="faq_icon" style="height: 20px;" src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL . "/admin/images/arrow-down-sign.png"); ?>" >
|
387 |
<div class="con-setting-container">
|
388 |
<!-- start Advance Setting for GA-->
|
389 |
<div class="ga-title con_tracking_integration con_faq_title" data-id="sec_con_integration_advset">
|
390 |
+
<?php esc_html_e("Google Analytics Settings","enhanced-e-commerce-for-woocommerce-store"); ?>
|
391 |
<div class="tvc-tooltip">
|
392 |
+
<span class="tvc-tooltiptext tvc-tooltip-right"><?php esc_html_e("Google Analytics Settings.","enhanced-e-commerce-for-woocommerce-store"); ?></span>
|
393 |
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL."/admin/images/icon/informationI.svg"); ?>" alt=""/>
|
394 |
</div>
|
395 |
<img class="faq_icon" style="height: 20px;" src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL . "/admin/images/arrow-down-sign.png"); ?>" >
|
admin/partials/pricings.php
CHANGED
@@ -17,18 +17,7 @@ class TVC_Pricings {
|
|
17 |
$this->create_form();
|
18 |
}
|
19 |
|
20 |
-
public function create_form() {
|
21 |
-
$googleDetail = [];
|
22 |
-
$plan_id = 1;
|
23 |
-
if(isset($this->google_detail['setting'])){
|
24 |
-
if ($this->google_detail['setting']) {
|
25 |
-
$googleDetail = $this->google_detail['setting'];
|
26 |
-
if(isset($googleDetail->plan_id) && !in_array($googleDetail->plan_id, array("1"))){
|
27 |
-
$plan_id = $googleDetail->plan_id;
|
28 |
-
}
|
29 |
-
}
|
30 |
-
}
|
31 |
-
|
32 |
$close_icon = esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/close.png');
|
33 |
$check_icon = esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/check.png');
|
34 |
?>
|
@@ -98,7 +87,14 @@ class TVC_Pricings {
|
|
98 |
</div>
|
99 |
</div>
|
100 |
</div>
|
101 |
-
<div class="row-subheading clearfix"><?php esc_html_e("Analytics","enhanced-e-commerce-for-woocommerce-store");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
<div class="row-feature clearfix">
|
103 |
<div class="column"><?php esc_html_e("Universal Analytics Tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
104 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
@@ -126,7 +122,50 @@ class TVC_Pricings {
|
|
126 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
127 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
128 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
129 |
-
</div
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
<div class="column"><?php esc_html_e("Shopping Behavior Analysis","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
131 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
132 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
@@ -190,13 +229,6 @@ class TVC_Pricings {
|
|
190 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
191 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
192 |
</div>
|
193 |
-
<div class="row-feature clearfix">
|
194 |
-
<div class="column"><?php esc_html_e("Facebook pixel tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
195 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
196 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
197 |
-
<div class="column popular"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
198 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
199 |
-
</div>
|
200 |
<div class="row-subheading clearfix"><?php esc_html_e("Google Shopping","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
201 |
<div class="row-feature clearfix">
|
202 |
<div class="column"><?php esc_html_e("Google Merchant Center account management","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
17 |
$this->create_form();
|
18 |
}
|
19 |
|
20 |
+
public function create_form() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
$close_icon = esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/close.png');
|
22 |
$check_icon = esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/check.png');
|
23 |
?>
|
87 |
</div>
|
88 |
</div>
|
89 |
</div>
|
90 |
+
<div class="row-subheading clearfix"><?php esc_html_e("Google Tag Manager for Google Analytics and Pixels","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
91 |
+
<div class="row-feature clearfix">
|
92 |
+
<div class="column"><?php esc_html_e("Use you own GTM","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
93 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="yes"></div>
|
94 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
95 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
96 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
97 |
+
</div>
|
98 |
<div class="row-feature clearfix">
|
99 |
<div class="column"><?php esc_html_e("Universal Analytics Tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
100 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
122 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
123 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
124 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
125 |
+
</div>
|
126 |
+
<div class="row-feature clearfix">
|
127 |
+
<div class="column"><?php esc_html_e("Facebook pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
128 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
129 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
130 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
131 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
132 |
+
</div>
|
133 |
+
<div class="row-feature clearfix">
|
134 |
+
<div class="column"><?php esc_html_e("Microsoft Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
135 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
136 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
137 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
138 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
139 |
+
</div>
|
140 |
+
<div class="row-feature clearfix">
|
141 |
+
<div class="column"><?php esc_html_e("Twitter Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
142 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
143 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
144 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
145 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
146 |
+
</div>
|
147 |
+
<div class="row-feature clearfix">
|
148 |
+
<div class="column"><?php esc_html_e("Pinterest Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
149 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
150 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
151 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
152 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
153 |
+
</div>
|
154 |
+
<div class="row-feature clearfix">
|
155 |
+
<div class="column"><?php esc_html_e("Snapchat Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
156 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
157 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
158 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
159 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
160 |
+
</div>
|
161 |
+
<div class="row-feature clearfix">
|
162 |
+
<div class="column"><?php esc_html_e("TiKTok Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
163 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
164 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
165 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
166 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
167 |
+
</div>
|
168 |
+
<div class="row-feature clearfix">
|
169 |
<div class="column"><?php esc_html_e("Shopping Behavior Analysis","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
170 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
171 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
229 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
230 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
231 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
<div class="row-subheading clearfix"><?php esc_html_e("Google Shopping","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
233 |
<div class="row-feature clearfix">
|
234 |
<div class="column"><?php esc_html_e("Google Merchant Center account management","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
enhanced-ecommerce-google-analytics.php
CHANGED
@@ -12,10 +12,10 @@
|
|
12 |
* @package Enhanced E-commerce for Woocommerce store
|
13 |
*
|
14 |
* @wordpress-plugin
|
15 |
-
* Plugin Name: Conversios.io - All-in-one Analytics, Pixels and Product Feed Manager for WooCommerce
|
16 |
* Plugin URI: https://www.conversios.io/
|
17 |
-
* Description: Track
|
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' ) ) {
|
12 |
* @package Enhanced E-commerce for Woocommerce store
|
13 |
*
|
14 |
* @wordpress-plugin
|
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.1
|
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.1' );
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
=== All-in-one Analytics, Pixels and Product Feed Manager for WooCommerce ===
|
2 |
Contributors: Tatvic, Conversios
|
3 |
-
Plugin Name: All-in-one Analytics, Pixels and Product Feed Manager for WooCommerce
|
4 |
Plugin URI: https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
|
5 |
Tags: Google Analytics tracking, Dynamic Remarketing, FB pixel, snapchat pixel, tiktok pixel, pinterest pixel, Microsoft ads pixel, Twitter pixel, Google Tag Manager, GTM, Google Shopping automation,Google Shopping, Universal Analytics tracking,Google Analytics integration,Google Analytics integration for WooCommerce,Ecommerce tracking, google analytics 4 tracking, google shopping feed, Web Analytics, Web Analytics For WooCommerce, WooCommerce Enhanced Ecommerce, WooCommerce Google Analytics, Google Analytics Plugin
|
6 |
Author URI: https://conversios.io/
|
@@ -8,12 +8,12 @@ Author: Tatvic
|
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 6.0.3
|
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 |
|
16 |
-
Track
|
17 |
|
18 |
== Product Description ==
|
19 |
|
@@ -23,7 +23,7 @@ This is an all-in-one marketing plugin for WooCommerce stores. Over the last 6 y
|
|
23 |
|
24 |
###Features:
|
25 |
1. Google Tag Manager based implementation for faster page load
|
26 |
-
2. Use your own Google Tag Manager account with the plugin for full control over all the tags (64 tags), triggers and variables <strong>(PRO)</strong>
|
27 |
3. Optional gtag.js based implementation (If you do not want to use Google Tag Manager based implementation)
|
28 |
4. One click <strong>Google Analytics Ecommerce tracking</strong> automation. It tracks following events:
|
29 |
* All page tracking (Home page, Product listing page, Product detail page, Cart, Checkout, Order Confirmation page etc.)
|
@@ -54,8 +54,8 @@ This is an all-in-one marketing plugin for WooCommerce stores. Over the last 6 y
|
|
54 |
* Add to carts
|
55 |
* Checkout
|
56 |
* Purchase
|
57 |
-
* Google Ads conversion tracking <strong>(Pro)</strong>
|
58 |
-
* Google Ads enhanced conversion tracking <strong>(Pro)</strong>
|
59 |
9. <strong>Meta pixel (Facebook + Instagram) integration</strong> for ecommerce events like:
|
60 |
* Product view
|
61 |
* Add to carts
|
@@ -98,7 +98,7 @@ This is an all-in-one marketing plugin for WooCommerce stores. Over the last 6 y
|
|
98 |
18. Product feed manager for Google Merchant Center
|
99 |
* Sync unlimited products from your WooCommerce shop to Google Merchant Center using powerful and real time content API
|
100 |
* Batch wise product sync that is compatible for 100000+ number of products
|
101 |
-
* Schedule your product updates <strong>(Daily/Weekly) (PRO)</strong>
|
102 |
19. More filters to select products for sync in Merchant Center <strong>(Upcoming)</strong>
|
103 |
20. Product feed manager for Facebook catalog <strong>(Upcoming)</strong>
|
104 |
21. Product feed manager for Microsoft catalog <strong>(Upcoming)</strong>
|
@@ -213,6 +213,9 @@ There could be duplicate tracking via manually implemented GA tracking snippet a
|
|
213 |
|
214 |
|
215 |
== Changelog ==
|
|
|
|
|
|
|
216 |
|
217 |
= 5.0.0 - 20/10/2022 =
|
218 |
* Conversios is geared up for this festive season and with that Conversios is coming up with an array of much demanded features for its users.
|
1 |
+
=== All-in-one Google Analytics, Pixels and Product Feed Manager for WooCommerce ===
|
2 |
Contributors: Tatvic, Conversios
|
3 |
+
Plugin Name: All-in-one Google Analytics, Pixels and Product Feed Manager for WooCommerce
|
4 |
Plugin URI: https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
|
5 |
Tags: Google Analytics tracking, Dynamic Remarketing, FB pixel, snapchat pixel, tiktok pixel, pinterest pixel, Microsoft ads pixel, Twitter pixel, Google Tag Manager, GTM, Google Shopping automation,Google Shopping, Universal Analytics tracking,Google Analytics integration,Google Analytics integration for WooCommerce,Ecommerce tracking, google analytics 4 tracking, google shopping feed, Web Analytics, Web Analytics For WooCommerce, WooCommerce Enhanced Ecommerce, WooCommerce Google Analytics, Google Analytics Plugin
|
6 |
Author URI: https://conversios.io/
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 6.0.3
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
+
Stable tag: 5.0.1
|
12 |
+
Version: 5.0.1
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
16 |
+
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).
|
17 |
|
18 |
== Product Description ==
|
19 |
|
23 |
|
24 |
###Features:
|
25 |
1. Google Tag Manager based implementation for faster page load
|
26 |
+
2. Use your own Google Tag Manager account with the plugin for full control over all the tags (64 tags), triggers and variables <strong>(<a target="_blank" href="https://conversios.io/?utm_source=EE+Plugin+WordPress+Listing&utm_medium=PRO+Link&m_campaign=Upsell+at+Conversios+Plugin">Pro</a>)</strong>
|
27 |
3. Optional gtag.js based implementation (If you do not want to use Google Tag Manager based implementation)
|
28 |
4. One click <strong>Google Analytics Ecommerce tracking</strong> automation. It tracks following events:
|
29 |
* All page tracking (Home page, Product listing page, Product detail page, Cart, Checkout, Order Confirmation page etc.)
|
54 |
* Add to carts
|
55 |
* Checkout
|
56 |
* Purchase
|
57 |
+
* Google Ads conversion tracking <strong>(<a target="_blank" href="https://conversios.io/?utm_source=EE+Plugin+WordPress+Listing&utm_medium=PRO+Link&m_campaign=Upsell+at+Conversios+Plugin">Pro</a>)</strong>
|
58 |
+
* Google Ads enhanced conversion tracking <strong>(<a target="_blank" href="https://conversios.io/?utm_source=EE+Plugin+WordPress+Listing&utm_medium=PRO+Link&m_campaign=Upsell+at+Conversios+Plugin">Pro</a>)</strong>
|
59 |
9. <strong>Meta pixel (Facebook + Instagram) integration</strong> for ecommerce events like:
|
60 |
* Product view
|
61 |
* Add to carts
|
98 |
18. Product feed manager for Google Merchant Center
|
99 |
* Sync unlimited products from your WooCommerce shop to Google Merchant Center using powerful and real time content API
|
100 |
* Batch wise product sync that is compatible for 100000+ number of products
|
101 |
+
* Schedule your product updates <strong>(Daily/Weekly) (<a target="_blank" href="https://conversios.io/?utm_source=EE+Plugin+WordPress+Listing&utm_medium=PRO+Link&m_campaign=Upsell+at+Conversios+Plugin">Pro</a>)</strong>
|
102 |
19. More filters to select products for sync in Merchant Center <strong>(Upcoming)</strong>
|
103 |
20. Product feed manager for Facebook catalog <strong>(Upcoming)</strong>
|
104 |
21. Product feed manager for Microsoft catalog <strong>(Upcoming)</strong>
|
213 |
|
214 |
|
215 |
== Changelog ==
|
216 |
+
= 5.0.1 - 21/10/2022 =
|
217 |
+
* We have done minor UI changes in the new pixel settings screen.
|
218 |
+
* Also, we have added user guide on how to use your own Google Tag Manager account using the plugin.
|
219 |
|
220 |
= 5.0.0 - 20/10/2022 =
|
221 |
* Conversios is geared up for this festive season and with that Conversios is coming up with an array of much demanded features for its users.
|