Version Description
- 21/06/2022 =
- Fix: In this release, optimzation of code in terms of Pmax Campaign.
Download this release
Release Info
Developer | ramniktatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 4.8.1 |
Comparing to | |
See all releases |
Code changes from version 4.8.0 to 4.8.1
admin/class-enhanced-ecommerce-google-analytics-admin.php
CHANGED
@@ -104,12 +104,10 @@ class Enhanced_Ecommerce_Google_Analytics_Admin extends TVC_Admin_Helper {
|
|
104 |
}
|
105 |
|
106 |
if(isset($ee_additional_data['dismissed_ee_adimin_notic_f']) && $ee_additional_data['dismissed_ee_adimin_notic_f'] == 1){
|
107 |
-
}else
|
108 |
-
|
109 |
-
if($gm_id != ""){
|
110 |
-
echo '<div class="notice notice-info is-dismissible" data-id="ee_adimin_notic_f"><p style="line-height: 28px; margin-left: 5px; display: inline-block;">'. esc_html__("Grow your business with Performance Max campaigns. you can create a campaign through our plugin with just a few clicks, and promote products across Google Platform,","conversios").' <a href="'.esc_url_raw('admin.php?page=conversios-pmax').'"><b><u>'. esc_html__(" Try now.","conversios").'</u></b></a></p>
|
111 |
</div>';
|
112 |
-
|
113 |
}
|
114 |
?>
|
115 |
<script>
|
104 |
}
|
105 |
|
106 |
if(isset($ee_additional_data['dismissed_ee_adimin_notic_f']) && $ee_additional_data['dismissed_ee_adimin_notic_f'] == 1){
|
107 |
+
}else {
|
108 |
+
echo '<div class="notice notice-info is-dismissible" data-id="ee_adimin_notic_f"><p style="line-height: 28px; margin-left: 5px; display: inline-block;">'. esc_html__("Grow your business with Performance Max Campaigns. You can create a campaign through our plugin with just a few clicks, and promote products across Google Platforms,","conversios").' <a href="'.esc_url_raw('admin.php?page=conversios-pmax').'"><b><u>'. esc_html__(" Try now.","conversios").'</u></b></a></p>
|
|
|
|
|
109 |
</div>';
|
110 |
+
|
111 |
}
|
112 |
?>
|
113 |
<script>
|
admin/partials/pricings.php
CHANGED
@@ -285,10 +285,10 @@ class TVC_Pricings {
|
|
285 |
</div>
|
286 |
<div class="row-feature clearfix">
|
287 |
<div class="column"><?php esc_html_e("Performance max campaigns","conversios"); ?></div>
|
288 |
-
<div class="column"
|
289 |
-
<div class="column"
|
290 |
-
<div class="column popular"
|
291 |
-
<div class="column"
|
292 |
</div>
|
293 |
<div class="row-subheading clearfix"><?php esc_html_e("Support","conversios"); ?></div>
|
294 |
<div class="row-feature clearfix">
|
285 |
</div>
|
286 |
<div class="row-feature clearfix">
|
287 |
<div class="column"><?php esc_html_e("Performance max campaigns","conversios"); ?></div>
|
288 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
289 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
290 |
+
<div class="column popular"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
291 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
292 |
</div>
|
293 |
<div class="row-subheading clearfix"><?php esc_html_e("Support","conversios"); ?></div>
|
294 |
<div class="row-feature clearfix">
|
enhanced-ecommerce-google-analytics.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: Conversios.io - Google Analytics and Google Shopping plugin for WooCommerce
|
16 |
* Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
|
17 |
* Description: Automates eCommerce tracking in Google Analytics, dynamic remarkting in Google Ads, and provides complete Google Shopping features.
|
18 |
-
* Version: 4.8.
|
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', '4.8.
|
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 - Google Analytics and Google Shopping plugin for WooCommerce
|
16 |
* Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
|
17 |
* Description: Automates eCommerce tracking in Google Analytics, dynamic remarkting in Google Ads, and provides complete Google Shopping features.
|
18 |
+
* Version: 4.8.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', '4.8.1' );
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
includes/setup/pmax-add.php
CHANGED
@@ -295,7 +295,7 @@ class TVC_PMaxAdd {
|
|
295 |
jQuery(document).on('click','#add_more_cmp_urls', function(event){
|
296 |
event.preventDefault();
|
297 |
//let parent_id = document.querySelector('#cmp_urls');
|
298 |
-
var html = '<div class="form-row-grp campform-row add-more-url"><div class="form-col-4 mb1"><input type="text" class="fromfiled" name="site_key[]" placeholder="Key" maxlength="100" onblur="this.value=removeSpaces(this.value);"></div><div class="form-col-8 mb1"><input type="text" class="fromfiled" name="site_url[]" placeholder="Site URL"></div><span class="form-col-1 remove-row">X</span></div>';
|
299 |
jQuery("#more_cmp_urls").append(html);
|
300 |
});
|
301 |
jQuery(document).on('submit','#add-pmax-campaign-form', function(event){
|
295 |
jQuery(document).on('click','#add_more_cmp_urls', function(event){
|
296 |
event.preventDefault();
|
297 |
//let parent_id = document.querySelector('#cmp_urls');
|
298 |
+
var html = '<div class="form-row-grp campform-row add-more-url cmp_urls"><div class="form-col-4 mb1"><input type="text" class="fromfiled" name="site_key[]" placeholder="Key" maxlength="100" onblur="this.value=removeSpaces(this.value);"></div><div class="form-col-8 mb1"><input type="text" class="fromfiled" name="site_url[]" placeholder="Site URL"></div><span class="form-col-1 remove-row">X</span></div>';
|
299 |
jQuery("#more_cmp_urls").append(html);
|
300 |
});
|
301 |
jQuery(document).on('submit','#add-pmax-campaign-form', function(event){
|
includes/setup/pmax-edit.php
CHANGED
@@ -353,7 +353,7 @@ class TVC_PMaxEdit {
|
|
353 |
jQuery(document).on('click','#add_more_cmp_urls', function(event){
|
354 |
event.preventDefault();
|
355 |
//let parent_id = document.querySelector('#cmp_urls');
|
356 |
-
var html = '<div class="form-row-grp campform-row add-more-url"><div class="form-col-4 mb1"><input type="text" class="fromfiled" name="site_key[]" placeholder="Key" maxlength="100" onblur="this.value=removeSpaces(this.value);"></div><div class="form-col-8 mb1"><input type="text" class="fromfiled" name="site_url[]" placeholder="Site URL"></div><span class="form-col-1 remove-row">X</span></div>';
|
357 |
jQuery("#more_cmp_urls").append(html);
|
358 |
});
|
359 |
jQuery(document).on('submit','#edit-pmax-campaign-form', function(event){
|
353 |
jQuery(document).on('click','#add_more_cmp_urls', function(event){
|
354 |
event.preventDefault();
|
355 |
//let parent_id = document.querySelector('#cmp_urls');
|
356 |
+
var html = '<div class="form-row-grp campform-row add-more-url cmp_urls"><div class="form-col-4 mb1"><input type="text" class="fromfiled" name="site_key[]" placeholder="Key" maxlength="100" onblur="this.value=removeSpaces(this.value);"></div><div class="form-col-8 mb1"><input type="text" class="fromfiled" name="site_url[]" placeholder="Site URL"></div><span class="form-col-1 remove-row">X</span></div>';
|
357 |
jQuery("#more_cmp_urls").append(html);
|
358 |
});
|
359 |
jQuery(document).on('submit','#edit-pmax-campaign-form', function(event){
|
readme.txt
CHANGED
@@ -8,8 +8,8 @@ Author: Conversios
|
|
8 |
Requires at least: 3.5.0
|
9 |
Tested up to: 6.0
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
-
Stable tag: 4.8.
|
12 |
-
Version: 4.8.
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
@@ -174,7 +174,6 @@ Enhanced eCommerce Google analytics plugin tracks the entire user journey on you
|
|
174 |
* Google ads conversion tracking
|
175 |
* 20 custom dimensions and metrics tracking in your google analytics properties
|
176 |
* User id and client id tracking for cross device user tracking
|
177 |
-
* Product refund tracking
|
178 |
* Form field tracking
|
179 |
* Content grouping
|
180 |
* 404 tracking
|
@@ -405,6 +404,9 @@ You can resolve the duplication of data by removing the manually implemented GA
|
|
405 |
|
406 |
|
407 |
== Changelog ==
|
|
|
|
|
|
|
408 |
= 4.8.0 - 20/06/2022 =
|
409 |
* New:- Add the New Feature "Performance Max Campaigns" so From the plugin itself users can create a Pmax campaign within a few clicks to promote products across Google Search, Shopping, YouTube, Gmail, and the Display Network. He can also check the Campaign-wise performance report which gives visibility of Clicks, Cost, Conversion, and Sales of respective Campaigns.
|
410 |
|
8 |
Requires at least: 3.5.0
|
9 |
Tested up to: 6.0
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
+
Stable tag: 4.8.1
|
12 |
+
Version: 4.8.1
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
174 |
* Google ads conversion tracking
|
175 |
* 20 custom dimensions and metrics tracking in your google analytics properties
|
176 |
* User id and client id tracking for cross device user tracking
|
|
|
177 |
* Form field tracking
|
178 |
* Content grouping
|
179 |
* 404 tracking
|
404 |
|
405 |
|
406 |
== Changelog ==
|
407 |
+
= 4.8.1 - 21/06/2022 =
|
408 |
+
* Fix: In this release, optimzation of code in terms of Pmax Campaign.
|
409 |
+
|
410 |
= 4.8.0 - 20/06/2022 =
|
411 |
* New:- Add the New Feature "Performance Max Campaigns" so From the plugin itself users can create a Pmax campaign within a few clicks to promote products across Google Search, Shopping, YouTube, Gmail, and the Display Network. He can also check the Campaign-wise performance report which gives visibility of Clicks, Cost, Conversion, and Sales of respective Campaigns.
|
412 |
|