WD Google Analytics - Version 1.0.19

Version Description

  • Fixed: Error on PHP4
  • Fixed: Style conflict with jquery-ui.css
  • Changed: Show web-property related message only in analytics page
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Google Analytics
Version 1.0.19
Comparing to
See all releases

Code changes from version 1.0.18 to 1.0.19

admin/gawd_google_class.php CHANGED
@@ -1055,6 +1055,12 @@ class GAWD_google_client {
1055
  }
1056
 
1057
  public function get_data($metric, $dimension, $start_date, $end_date, $filter_type, $timezone, $same_dimension = null) {
 
 
 
 
 
 
1058
  $dimension = lcfirst($dimension);
1059
 
1060
  $metric = lcfirst($metric);
1055
  }
1056
 
1057
  public function get_data($metric, $dimension, $start_date, $end_date, $filter_type, $timezone, $same_dimension = null) {
1058
+ if(function_exists('lcfirst') === false) {
1059
+ function lcfirst($str) {
1060
+ $str[0] = strtolower($str[0]);
1061
+ return $str;
1062
+ }
1063
+ }
1064
  $dimension = lcfirst($dimension);
1065
 
1066
  $metric = lcfirst($metric);
admin/pages/custom_reports.php CHANGED
@@ -1,7 +1,20 @@
1
- <div style="font-size: 14px; font-weight: bold; margin:15px 0">
2
- This section lets add and manage custom reports.
3
- <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/custom-reports.html">Read more in User Guide.</a>
4
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  <img class="gawd_pro_img" data-attr="custom reports" style="margin-top:10px" src="<?php echo GAWD_URL . '/assets/freePages/custom_reports.png';?>"/>
6
 
7
 
1
+ <div class="wd-upgrade-pro-main-wrap">
2
+ <div class="wd-text">This section lets add and manage custom reports.
3
+ <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/quick-start/overview.html">Read more in User Guide.</a>
4
  </div>
5
+ <div class="wd-ugrade-pro-wrap">
6
+ <a href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" target="_blank">
7
+ <div class="wd-ugrade-pro-image-wrap">
8
+ <div class="wd-ugrade-pro-image">
9
+ <img src="<?php echo GAWD_URL; ?>/assets/web-dorado.png">
10
+ </div>
11
+ <div class="wd-ugrade-pro-text">
12
+ <?php _e("Upgrade to paid version", "gawd"); ?>
13
+ </div>
14
+ </div>
15
+ </a>
16
+ </div>
17
+ </div>
18
  <img class="gawd_pro_img" data-attr="custom reports" style="margin-top:10px" src="<?php echo GAWD_URL . '/assets/freePages/custom_reports.png';?>"/>
19
 
20
 
admin/pages/dashboard.php CHANGED
@@ -15,9 +15,22 @@ if($current_user != 1 && isset($saved_user_menues[$current_user])){
15
  $tabs = array_intersect_key($tabs, $saved_user_menues[$current_user]);
16
  }
17
  ?>
18
- <div style="font-size: 14px; font-weight: bold; margin:15px 0">
19
- Keep track of all Google Analytics reports on this page.
20
- <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/reports.html">Read more in User Guide.</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  </div>
22
  <form method="post" id="gawd_view">
23
 
15
  $tabs = array_intersect_key($tabs, $saved_user_menues[$current_user]);
16
  }
17
  ?>
18
+ <div class="wd-upgrade-pro-main-wrap">
19
+ <div class="wd-text">Keep track of all Google Analytics reports on this page.
20
+ <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/quick-start/overview.html">Read more in User Guide.</a>
21
+ </div>
22
+ <div class="wd-ugrade-pro-wrap">
23
+ <a href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" target="_blank">
24
+ <div class="wd-ugrade-pro-image-wrap">
25
+ <div class="wd-ugrade-pro-image">
26
+ <img src="<?php echo GAWD_URL; ?>/assets/web-dorado.png">
27
+ </div>
28
+ <div class="wd-ugrade-pro-text">
29
+ <?php _e("Upgrade to paid version", "gawd"); ?>
30
+ </div>
31
+ </div>
32
+ </a>
33
+ </div>
34
  </div>
35
  <form method="post" id="gawd_view">
36
 
admin/pages/goals.php CHANGED
@@ -16,9 +16,23 @@ if (!is_array($goals)) {
16
  }
17
  ?>
18
  <div class="goal_wrap">
19
- <div style="font-size: 14px; font-weight: bold; margin:15px 0">
20
- This section allows you to add Google Analytics goals for current domain.
21
- <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/goal-management.html">Read more in User Guide.</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  </div>
23
  <h3 class="gawd_page_titles">Goal Management</h3>
24
 
16
  }
17
  ?>
18
  <div class="goal_wrap">
19
+
20
+ <div class="wd-upgrade-pro-main-wrap">
21
+ <div class="wd-text">This section allows you to add Google Analytics goals for current domain.
22
+ <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/quick-start/overview.html">Read more in User Guide.</a>
23
+ </div>
24
+ <div class="wd-ugrade-pro-wrap">
25
+ <a href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" target="_blank">
26
+ <div class="wd-ugrade-pro-image-wrap">
27
+ <div class="wd-ugrade-pro-image">
28
+ <img src="<?php echo GAWD_URL; ?>/assets/web-dorado.png">
29
+ </div>
30
+ <div class="wd-ugrade-pro-text">
31
+ <?php _e("Upgrade to paid version", "gawd"); ?>
32
+ </div>
33
+ </div>
34
+ </a>
35
+ </div>
36
  </div>
37
  <h3 class="gawd_page_titles">Goal Management</h3>
38
 
admin/pages/overview.php CHANGED
@@ -12,9 +12,22 @@ $new_buttons_full = '<button data-hint="Click to navigate to Real Time report on
12
  ?>
13
 
14
  <?php screen_icon('options-general'); ?>
15
- <div style="font-size: 14px; font-weight: bold; margin:15px 0">
16
- This section lets you check the audience overview of your website.
17
- <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/quick-start/overview.html">Read more in User Guide.</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  </div>
19
  <h2 style="margin-top:10px" class="gawd_page_titles"><?php echo get_admin_page_title(); ?></h2>
20
  <div class="gawd_wrap">
12
  ?>
13
 
14
  <?php screen_icon('options-general'); ?>
15
+ <div class="wd-upgrade-pro-main-wrap">
16
+ <div class="wd-text">This section lets you check the audience overview of your website.
17
+ <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/quick-start/overview.html">Read more in User Guide.</a>
18
+ </div>
19
+ <div class="wd-ugrade-pro-wrap">
20
+ <a href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" target="_blank">
21
+ <div class="wd-ugrade-pro-image-wrap">
22
+ <div class="wd-ugrade-pro-image">
23
+ <img src="<?php echo GAWD_URL; ?>/assets/web-dorado.png">
24
+ </div>
25
+ <div class="wd-ugrade-pro-text">
26
+ <?php _e("Upgrade to paid version", "gawd"); ?>
27
+ </div>
28
+ </div>
29
+ </a>
30
+ </div>
31
  </div>
32
  <h2 style="margin-top:10px" class="gawd_page_titles"><?php echo get_admin_page_title(); ?></h2>
33
  <div class="gawd_wrap">
admin/pages/settings.php CHANGED
@@ -65,9 +65,22 @@ foreach($roles->role_names as $key => $name){
65
  ?>
66
 
67
  <div id="gawd_body">
68
- <div style="font-size: 14px; font-weight: bold; margin:15px 0">
69
- Authenticate your Google account and customize Google Analytics settings in this section.
70
- <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/settings.html">Read more in User Guide.</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  </div>
72
  <div class="resp_menu"><div class="menu_img"></div><div class="button_label">SETTINGS</div><div class="clear"></div></div>
73
  <div class="gawd_menu_coteiner gawd_settings_menu_coteiner">
65
  ?>
66
 
67
  <div id="gawd_body">
68
+ <div class="wd-upgrade-pro-main-wrap">
69
+ <div class="wd-text">Authenticate your Google account and customize Google Analytics settings in this section.
70
+ <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/quick-start/overview.html">Read more in User Guide.</a>
71
+ </div>
72
+ <div class="wd-ugrade-pro-wrap">
73
+ <a href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" target="_blank">
74
+ <div class="wd-ugrade-pro-image-wrap">
75
+ <div class="wd-ugrade-pro-image">
76
+ <img src="<?php echo GAWD_URL; ?>/assets/web-dorado.png">
77
+ </div>
78
+ <div class="wd-ugrade-pro-text">
79
+ <?php _e("Upgrade to paid version", "gawd"); ?>
80
+ </div>
81
+ </div>
82
+ </a>
83
+ </div>
84
  </div>
85
  <div class="resp_menu"><div class="menu_img"></div><div class="button_label">SETTINGS</div><div class="clear"></div></div>
86
  <div class="gawd_menu_coteiner gawd_settings_menu_coteiner">
admin/pages/tracking.php CHANGED
@@ -31,9 +31,22 @@ $domain = GAWD::get_domain(esc_html(get_option('siteurl')));
31
  ?>
32
 
33
  <div id="gawd_body">
34
- <div style="font-size: 14px; font-weight: bold; margin:15px 0">
35
- Create a web property and manage tracking settings in this section.
36
- <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/tracking.html">Read more in User Guide.</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  </div>
38
  <div class="resp_menu"><div class="menu_img"></div><div class="button_label">TRACKING</div><div class="clear"></div></div>
39
  <div class="gawd_menu_coteiner gawd_settings_menu_coteiner">
31
  ?>
32
 
33
  <div id="gawd_body">
34
+ <div class="wd-upgrade-pro-main-wrap">
35
+ <div class="wd-text">Create a web property and manage tracking settings in this section.
36
+ <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/quick-start/overview.html">Read more in User Guide.</a>
37
+ </div>
38
+ <div class="wd-ugrade-pro-wrap">
39
+ <a href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" target="_blank">
40
+ <div class="wd-ugrade-pro-image-wrap">
41
+ <div class="wd-ugrade-pro-image">
42
+ <img src="<?php echo GAWD_URL; ?>/assets/web-dorado.png">
43
+ </div>
44
+ <div class="wd-ugrade-pro-text">
45
+ <?php _e("Upgrade to paid version", "gawd"); ?>
46
+ </div>
47
+ </div>
48
+ </a>
49
+ </div>
50
  </div>
51
  <div class="resp_menu"><div class="menu_img"></div><div class="button_label">TRACKING</div><div class="clear"></div></div>
52
  <div class="gawd_menu_coteiner gawd_settings_menu_coteiner">
gawd_class.php CHANGED
@@ -22,7 +22,7 @@ class GAWD
22
  $this->reset_user_data();
23
  }
24
  add_action('admin_menu', array($this, 'gawd_check_id'), 1);
25
- add_action('admin_notices', array($this, 'upgrade_pro'));
26
  add_action('admin_menu', array($this, 'gawd_add_menu'), 9);
27
  add_action('admin_enqueue_scripts', array($this, 'gawd_enqueue_scripts'));
28
  add_action('wp_ajax_gawd_auth', array($this, 'gawd_auth'));
@@ -796,7 +796,7 @@ class GAWD
796
  require_once(GAWD_DIR . '/admin/licensing.php');
797
  }
798
 
799
- function upgrade_pro()
800
  {
801
  $screen = get_current_screen();
802
  if (strpos($screen->base, 'gawd') !== false) {
@@ -804,36 +804,13 @@ class GAWD
804
 
805
  <div class="gawd_upgrade wd-clear">
806
 
807
- <div class="wd-right">
808
-
809
- <a href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" target="_blank">
810
-
811
- <div class="gawd-wd-table">
812
-
813
- <div class="wd-cell wd-cell-valign-middle">
814
-
815
- <?php _e("Upgrade to paid version", "gawd"); ?>
816
-
817
- </div>
818
-
819
-
820
- <div class="wd-cell wd-cell-valign-middle">
821
-
822
- <img src="<?php echo GAWD_URL; ?>/assets/web-dorado.png">
823
-
824
- </div>
825
-
826
- </div>
827
-
828
- </a>
829
-
830
- </div>
831
 
832
  </div>
833
 
834
  <?php
835
  }
836
- }
837
 
838
 
839
  public function gawd_auth()
@@ -2382,7 +2359,7 @@ if ( $return ) {
2382
  $webPropertyId = $gawd_client->get_default_webPropertyId();
2383
  $gawd_user_data = get_option('gawd_user_data');
2384
  $screen = get_current_screen();
2385
- if ($webPropertyId == null) {
2386
  echo "<div class='notice notice-error'><p>Google Analytics WD: You haven't created a web-property with current site URL, or it has been deleted. Please <a href='" . admin_url() . "admin.php?page=gawd_settings'>authenticate</a>.</p></div>";
2387
  }
2388
  if (strpos($screen->base, 'gawd') !== false && $accountId != null && $webPropertyId != null && $gawd_client->analytics_member->management_webproperties != null ) {
22
  $this->reset_user_data();
23
  }
24
  add_action('admin_menu', array($this, 'gawd_check_id'), 1);
25
+ /*add_action('admin_notices', array($this, 'upgrade_pro'))*/;
26
  add_action('admin_menu', array($this, 'gawd_add_menu'), 9);
27
  add_action('admin_enqueue_scripts', array($this, 'gawd_enqueue_scripts'));
28
  add_action('wp_ajax_gawd_auth', array($this, 'gawd_auth'));
796
  require_once(GAWD_DIR . '/admin/licensing.php');
797
  }
798
 
799
+ /* function upgrade_pro()
800
  {
801
  $screen = get_current_screen();
802
  if (strpos($screen->base, 'gawd') !== false) {
804
 
805
  <div class="gawd_upgrade wd-clear">
806
 
807
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
808
 
809
  </div>
810
 
811
  <?php
812
  }
813
+ } */
814
 
815
 
816
  public function gawd_auth()
2359
  $webPropertyId = $gawd_client->get_default_webPropertyId();
2360
  $gawd_user_data = get_option('gawd_user_data');
2361
  $screen = get_current_screen();
2362
+ if ($webPropertyId == null && strpos($screen->base, 'gawd') !== false) {
2363
  echo "<div class='notice notice-error'><p>Google Analytics WD: You haven't created a web-property with current site URL, or it has been deleted. Please <a href='" . admin_url() . "admin.php?page=gawd_settings'>authenticate</a>.</p></div>";
2364
  }
2365
  if (strpos($screen->base, 'gawd') !== false && $accountId != null && $webPropertyId != null && $gawd_client->analytics_member->management_webproperties != null ) {
google-analytics-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Google Analytics
5
  * Plugin URI: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
6
  * Description: Google Analytics WD is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.
7
- * Version: 1.0.18
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -26,7 +26,7 @@ if (!defined('GAWD_INC')) {
26
  }
27
 
28
  if (!defined('GAWD_VERSION')) {
29
- define('GAWD_VERSION', '1.0.18');
30
  }
31
 
32
 
4
  * Plugin Name: Google Analytics
5
  * Plugin URI: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
6
  * Description: Google Analytics WD is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.
7
+ * Version: 1.0.19
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
26
  }
27
 
28
  if (!defined('GAWD_VERSION')) {
29
+ define('GAWD_VERSION', '1.0.19');
30
  }
31
 
32
 
inc/css/gawd_admin.css CHANGED
@@ -2625,4 +2625,43 @@ th.ui-th-column div{
2625
 
2626
  #gawd_custom_code .gawd_goal_label{
2627
  width: 23%
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2628
  }
2625
 
2626
  #gawd_custom_code .gawd_goal_label{
2627
  width: 23%
2628
+ }
2629
+
2630
+
2631
+
2632
+ .wd-upgrade-pro-main-wrap{
2633
+ font-size: 0
2634
+ }
2635
+ .wd-text{
2636
+ padding-right: 215px;
2637
+ margin-right: -215px;
2638
+ display: inline-block;
2639
+ box-sizing: border-box;
2640
+ font-size: 14px;
2641
+ width: 100%;
2642
+ padding: 15px 215px 15px 15px;
2643
+ vertical-align: middle;
2644
+ background: #fff;
2645
+ }
2646
+ .wd-ugrade-pro-wrap{
2647
+ width: 215px;
2648
+ display: inline-block;
2649
+ box-sizing: border-box;
2650
+ vertical-align: middle;
2651
+ background-color: #D8D8D8;
2652
+ color: #175c8b;
2653
+ font-size: 11px;
2654
+ font-weight: bold;
2655
+ }
2656
+ .wd-ugrade-pro-wrap a{
2657
+ text-decoration: none !important
2658
+ }
2659
+ .wd-ugrade-pro-image{
2660
+ display: inline-block;
2661
+ vertical-align: middle;
2662
+ }
2663
+ .wd-ugrade-pro-text{
2664
+ font-size: 14px;
2665
+ display: inline-block;
2666
+ vertical-align: middle;
2667
  }
include/gawd_file.php CHANGED
@@ -231,7 +231,12 @@ abstract class GAWD_FILE {
231
  }
232
 
233
  public function set_colum_names($dimension) {
234
-
 
 
 
 
 
235
  if(strpos($dimension,'Dimension') >-1){
236
  require_once(GAWD_DIR . '/admin/gawd_google_class.php');
237
  $gawd_client = GAWD_google_client::get_instance();
231
  }
232
 
233
  public function set_colum_names($dimension) {
234
+ if(function_exists('lcfirst') === false) {
235
+ function lcfirst($str) {
236
+ $str[0] = strtolower($str[0]);
237
+ return $str;
238
+ }
239
+ }
240
  if(strpos($dimension,'Dimension') >-1){
241
  require_once(GAWD_DIR . '/admin/gawd_google_class.php');
242
  $gawd_client = GAWD_google_client::get_instance();
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
3
  Donate link: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
4
  Tags: google analytics, statistics, tracking, analytics dashboard, ga, google analytics dashboard, analytics, stats, googleanalytics, ecommerce tracking, custom reports, custom dimensions
5
  Requires at least: 3.9
6
- Tested up to: 4.7
7
- Stable tag: 1.0.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,7 +22,7 @@ https://www.youtube.com/watch?v=n1f7ECVFNPI
22
 
23
  The plugin adds Google Analytics tracking code to your website, provides all the necessary options to easily customize the tracking code to best fit your requirements. With this simple analytics plugin you can enable Anonymize IP address to mask the user IPs, or choose to track links with same destinations, buttons, menus and search boxes with “Enhanced Link Attribution”.
24
 
25
- If you are looking for detailed and in-depth tracking reports and web statistics, then this WordPress Google Analytics plugin is what you need. It allows checking your website Audience, Real Time statistics, Visitors Demographics, Interests, pageviews, and many more reports. You can easily compare data in reports from two different date ranges or by metrics. It’s a powerful WordPress analytics reporting tool widely used for marketing, visitor tracking, remarketing analytics, as well as for tracking keywords, page views, hits, visit duration and other web stats. It also performs some functions of Google tag manager including hit counter, conversion tracking,and more.
26
 
27
  After you install this easy analytics plugin on your website it will add a Google Analytics section in your site’s admin panel, where you can access your GA code, tracking reports, and other power stats of your web properties. On the right of the tracking page you’ll see the Google Analytics script, which is the analytics code for obtaining Google statistics. You can enable Cross Domain tracking, set permissions for different roles or users to access Google Analytics WD reports and more.
28
 
@@ -42,20 +42,6 @@ IMPORTANT: If you think you found a bug in the Google Analytics WD or have any p
42
 
43
  Features of Google Analytics WD plugin:
44
 
45
- * Provides all “Analytics” reports:
46
- * Audience,
47
- * Real Time,
48
- * Demographics,
49
- * Interests,
50
- * Geo,
51
- * Behavior,
52
- * Technology,
53
- * Mobile,
54
- * Site content,
55
- * Site Speed,
56
- * Events,
57
- * Goals.
58
-
59
  * Displays traffic information of any website associated with your Google Analytics account.
60
  * Allows adding goals to Google Analytics directly from your WordPress site.
61
  * Adds Google Analytics comprehensive section to WordPress dashboard.
@@ -78,6 +64,20 @@ Features of Google Analytics WD plugin:
78
 
79
  Upgrade to Google Analytics WD Pro for premium features:
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  * Enables tracking Custom Dimensions and view respective reports. Can be configured to track the following dimensions:
82
  * Logged in,
83
  * Post type,
@@ -104,6 +104,11 @@ Upgrade to Google Analytics WD Pro for premium features:
104
 
105
  == Changelog ==
106
 
 
 
 
 
 
107
  = 1.0.18 =
108
  * Fixed: Bug on city/pageview report
109
 
3
  Donate link: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
4
  Tags: google analytics, statistics, tracking, analytics dashboard, ga, google analytics dashboard, analytics, stats, googleanalytics, ecommerce tracking, custom reports, custom dimensions
5
  Requires at least: 3.9
6
+ Tested up to: 4.8
7
+ Stable tag: 1.0.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
 
23
  The plugin adds Google Analytics tracking code to your website, provides all the necessary options to easily customize the tracking code to best fit your requirements. With this simple analytics plugin you can enable Anonymize IP address to mask the user IPs, or choose to track links with same destinations, buttons, menus and search boxes with “Enhanced Link Attribution”.
24
 
25
+ If you are looking for detailed and in-depth tracking reports and web statistics, then this WordPress Google Analytics plugin is what you need. It allows checking your website Audience, Real Time statistics, and many more reports. You can easily compare data in reports from two different date ranges or by metrics. It’s a powerful WordPress analytics reporting tool widely used for marketing, visitor tracking, remarketing analytics, as well as for tracking keywords, page views, hits, visit duration and other web stats. It also performs some functions of Google tag manager including hit counter, conversion tracking,and more.
26
 
27
  After you install this easy analytics plugin on your website it will add a Google Analytics section in your site’s admin panel, where you can access your GA code, tracking reports, and other power stats of your web properties. On the right of the tracking page you’ll see the Google Analytics script, which is the analytics code for obtaining Google statistics. You can enable Cross Domain tracking, set permissions for different roles or users to access Google Analytics WD reports and more.
28
 
42
 
43
  Features of Google Analytics WD plugin:
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  * Displays traffic information of any website associated with your Google Analytics account.
46
  * Allows adding goals to Google Analytics directly from your WordPress site.
47
  * Adds Google Analytics comprehensive section to WordPress dashboard.
64
 
65
  Upgrade to Google Analytics WD Pro for premium features:
66
 
67
+ * Provides all “Analytics” reports:
68
+ * Audience,
69
+ * Real Time,
70
+ * Demographics,
71
+ * Interests,
72
+ * Geo,
73
+ * Behavior,
74
+ * Technology,
75
+ * Mobile,
76
+ * Site content,
77
+ * Site Speed,
78
+ * Events,
79
+ * Goals.
80
+
81
  * Enables tracking Custom Dimensions and view respective reports. Can be configured to track the following dimensions:
82
  * Logged in,
83
  * Post type,
104
 
105
  == Changelog ==
106
 
107
+ = 1.0.19 =
108
+ * Fixed: Error on PHP4
109
+ * Fixed: Style conflict with jquery-ui.css
110
+ * Changed: Show web-property related message only in analytics page
111
+
112
  = 1.0.18 =
113
  * Fixed: Bug on city/pageview report
114