GA Google Analytics - Version 20190311

Version Description

To upgrade GA Google Analytics, remove the old version and replace with the new version. Or just click "Update" from the Plugins screen and let WordPress do it for you automatically.

Note: uninstalling the plugin from the WP Plugins screen results in the removal of all settings from the WP database.

For more information, visit the GA Plugin Homepage.

Download this release

Release Info

Developer specialk
Plugin Icon 128x128 GA Google Analytics
Version 20190311
Comparing to
See all releases

Code changes from version 20190220 to 20190311

css/settings.css CHANGED
@@ -1,21 +1,25 @@
1
  /* GA Google Analytics */
2
 
3
- .wp-admin .wrap .notice, .wp-admin .wrap .updated { margin: 8px 0 15px 0; }
4
- .wp-admin .wrap .notice p, .wp-admin .wrap .updated p { margin: 7px 0; }
5
-
6
  .wp-admin .gap-panel-overview {
7
- padding: 0 15px 10px 100px; background-image: url(../img/gap-logo.jpg);
8
- background-repeat: no-repeat; background-position: 15px 0; background-size: 80px 80px;
9
  }
 
 
10
  .wp-admin .gap-panel-usage .gap-caption { margin: 15px; }
11
 
 
 
 
 
 
12
  .wp-admin .wrap h1 small { line-height: 12px; font-size: 12px; color: #bbb; }
13
- .wp-admin .wrap h2 { margin: 0; padding: 12px 0 12px 15px; font-size: 16px; cursor: pointer; }
14
- .wp-admin .wrap p { margin: 15px; }
15
- .wp-admin .wrap ul { list-style-type: disc; }
16
- .wp-admin .wrap ul,
17
- .wp-admin .wrap ol { margin: 15px 15px 15px 40px; }
18
- .wp-admin .wrap li { margin: 10px 0; }
19
 
20
  .wp-admin .gap-panel-settings { margin: 0 15px 15px 15px; }
21
  .wp-admin .gap-panel-settings table { border: 0; }
@@ -23,6 +27,12 @@
23
  .wp-admin .gap-panel-settings td { padding: 15px; vertical-align: middle; }
24
  .wp-admin .gap-panel-settings td input[type="checkbox"] { position: relative; top: -2px; }
25
  .wp-admin .gap-panel-settings td textarea { box-sizing: border-box; width: 96%; }
 
 
 
 
 
 
26
 
27
  .wp-admin .wrap .gap-radio-inputs { margin: 7px 0; }
28
  .wp-admin .wrap .button-primary { margin: 0 0 15px 15px; }
1
  /* GA Google Analytics */
2
 
 
 
 
3
  .wp-admin .gap-panel-overview {
4
+ box-sizing: border-box; width: 100%; overflow: hidden; position: relative; padding: 0 15px 10px 100px;
5
+ background-image: url(../img/ga-icon-160x160.png); background-repeat: no-repeat; background-position: 15px 15px; background-size: 80px 80px;
6
  }
7
+ .wp-admin .gap-col-1 { width: 60%; float: left; }
8
+ .wp-admin .gap-col-2 { width: 33%; float: right; position: absolute; bottom: 0; right: 0; background-color: #fce586; background-image: linear-gradient(to right, #fce586, #fff); }
9
  .wp-admin .gap-panel-usage .gap-caption { margin: 15px; }
10
 
11
+ @media (max-width: 600px) {
12
+ .wp-admin .gap-col-1, .wp-admin .gap-col-2 { width: 100%; float: none; position: static; }
13
+ .wp-admin .gap-col-2 { padding: 5px 15px 5px 0; }
14
+ }
15
+
16
  .wp-admin .wrap h1 small { line-height: 12px; font-size: 12px; color: #bbb; }
17
+ .wp-admin .wrap form h2 { margin: 0; padding: 12px 0 12px 15px; font-size: 16px; cursor: pointer; }
18
+ .wp-admin .wrap form p { margin: 15px; }
19
+ .wp-admin .wrap form ul { list-style-type: disc; }
20
+ .wp-admin .wrap form ul,
21
+ .wp-admin .wrap form ol { margin: 15px 15px 15px 40px; }
22
+ .wp-admin .wrap form li { margin: 10px 0; }
23
 
24
  .wp-admin .gap-panel-settings { margin: 0 15px 15px 15px; }
25
  .wp-admin .gap-panel-settings table { border: 0; }
27
  .wp-admin .gap-panel-settings td { padding: 15px; vertical-align: middle; }
28
  .wp-admin .gap-panel-settings td input[type="checkbox"] { position: relative; top: -2px; }
29
  .wp-admin .gap-panel-settings td textarea { box-sizing: border-box; width: 96%; }
30
+ .wp-admin .gap-panel-settings td textarea + .gap-caption { width: 95%; }
31
+
32
+ .wp-admin .gap-panel-settings td.ga-pro-info {
33
+ padding-left: 38px;
34
+ background-image: url(../img/ga-icon-160x160.png); background-repeat: no-repeat; background-position: 12px 14px; background-size: 20px 20px;
35
+ }
36
 
37
  .wp-admin .wrap .gap-radio-inputs { margin: 7px 0; }
38
  .wp-admin .wrap .button-primary { margin: 0 0 15px 15px; }
ga-google-analytics.php CHANGED
@@ -10,8 +10,8 @@
10
  Contributors: specialk
11
  Requires at least: 4.1
12
  Tested up to: 5.1
13
- Stable tag: 20190220
14
- Version: 20190220
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
@@ -32,7 +32,7 @@
32
  You should have received a copy of the GNU General Public License
33
  with this program. If not, visit: https://www.gnu.org/licenses/
34
 
35
- Copyright 2018 Monzilla Media. All rights reserved.
36
  */
37
 
38
  if (!defined('ABSPATH')) die();
@@ -60,7 +60,7 @@ if (!class_exists('GA_Google_Analytics')) {
60
 
61
  function constants() {
62
 
63
- if (!defined('GAP_VERSION')) define('GAP_VERSION', '20190220');
64
  if (!defined('GAP_REQUIRE')) define('GAP_REQUIRE', '4.1');
65
  if (!defined('GAP_AUTHOR')) define('GAP_AUTHOR', 'Jeff Starr');
66
  if (!defined('GAP_NAME')) define('GAP_NAME', __('GA Google Analytics', 'ga-google-analytics'));
@@ -120,11 +120,24 @@ if (!class_exists('GA_Google_Analytics')) {
120
 
121
  function action_links($links, $file) {
122
 
 
 
 
 
 
 
 
 
123
  if ($file === GAP_FILE) {
124
 
125
- $gap_links = '<a href="'. admin_url(GAP_PATH) .'">'. esc_html__('Settings', 'ga-google-analytics') .'</a>';
 
 
 
 
 
126
 
127
- array_unshift($links, $gap_links);
128
 
129
  }
130
 
@@ -136,6 +149,12 @@ if (!class_exists('GA_Google_Analytics')) {
136
 
137
  if ($file === GAP_FILE) {
138
 
 
 
 
 
 
 
139
  $rate_href = 'https://wordpress.org/support/plugin/'. GAP_SLUG .'/reviews/?rate=5#new-post';
140
  $rate_title = esc_attr__('Click here to rate and review this plugin on WordPress.org', 'ga-google-analytics');
141
  $rate_text = esc_html__('Rate this plugin', 'ga-google-analytics') .'&nbsp;&raquo;';
10
  Contributors: specialk
11
  Requires at least: 4.1
12
  Tested up to: 5.1
13
+ Stable tag: 20190311
14
+ Version: 20190311
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
32
  You should have received a copy of the GNU General Public License
33
  with this program. If not, visit: https://www.gnu.org/licenses/
34
 
35
+ Copyright 2019 Monzilla Media. All rights reserved.
36
  */
37
 
38
  if (!defined('ABSPATH')) die();
60
 
61
  function constants() {
62
 
63
+ if (!defined('GAP_VERSION')) define('GAP_VERSION', '20190311');
64
  if (!defined('GAP_REQUIRE')) define('GAP_REQUIRE', '4.1');
65
  if (!defined('GAP_AUTHOR')) define('GAP_AUTHOR', 'Jeff Starr');
66
  if (!defined('GAP_NAME')) define('GAP_NAME', __('GA Google Analytics', 'ga-google-analytics'));
120
 
121
  function action_links($links, $file) {
122
 
123
+ if ($file === GAP_FILE && current_user_can('manage_options')) {
124
+
125
+ $settings = '<a href="'. admin_url(GAP_PATH) .'">'. esc_html__('Settings', 'ga-google-analytics') .'</a>';
126
+
127
+ array_unshift($links, $settings);
128
+
129
+ }
130
+
131
  if ($file === GAP_FILE) {
132
 
133
+ $pro_href = 'https://plugin-planet.com/ga-google-analytics-pro/?plugin';
134
+ $pro_title = esc_attr__('Get GA Pro!', 'ga-google-analytics');
135
+ $pro_text = esc_html__('Go&nbsp;Pro', 'ga-google-analytics');
136
+ $pro_style = 'font-weight:bold;';
137
+
138
+ $pro = '<a target="_blank" rel="noopener noreferrer" href="'. $pro_href .'" title="'. $pro_title .'" style="'. $pro_style .'">'. $pro_text .'</a>';
139
 
140
+ array_unshift($links, $pro);
141
 
142
  }
143
 
149
 
150
  if ($file === GAP_FILE) {
151
 
152
+ $home_href = 'https://perishablepress.com/google-analytics-plugin/';
153
+ $home_title = esc_attr__('Plugin Homepage', 'ga-google-analytics');
154
+ $home_text = esc_html__('Homepage', 'ga-google-analytics');
155
+
156
+ $links[] = '<a target="_blank" rel="noopener noreferrer" href="'. $home_href .'" title="'. $home_title .'">'. $home_text .'</a>';
157
+
158
  $rate_href = 'https://wordpress.org/support/plugin/'. GAP_SLUG .'/reviews/?rate=5#new-post';
159
  $rate_title = esc_attr__('Click here to rate and review this plugin on WordPress.org', 'ga-google-analytics');
160
  $rate_text = esc_html__('Rate this plugin', 'ga-google-analytics') .'&nbsp;&raquo;';
img/ga-icon-160x160.png ADDED
Binary file
img/gap-logo.jpg DELETED
Binary file
inc/plugin-core.php CHANGED
@@ -90,13 +90,13 @@ function ga_google_analytics_universal() {
90
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
91
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
92
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
 
93
  ga('create', '<?php echo $tracking_id; ?>', 'auto'<?php if ($tracker_object) echo ', '. $tracker_object; ?>);
94
  <?php
95
- if ($display_ads) echo $ga_display . "\n\t\t\t";
96
- if ($link_attr) echo $ga_link . "\n\t\t\t";
97
- if ($anonymize) echo $ga_anon . "\n\t\t\t";
98
- if ($force_ssl) echo $ga_ssl . "\n\t\t\t";
99
- if ($custom_code) echo $custom_code . "\n\t\t\t";
100
  ?>ga('send', 'pageview');
101
  </script>
102
 
@@ -116,10 +116,9 @@ function ga_google_analytics_global() {
116
  <script>
117
  window.dataLayer = window.dataLayer || [];
118
  function gtag(){dataLayer.push(arguments);}
 
119
  gtag('js', new Date());
120
  gtag('config', '<?php echo $tracking_id; ?>'<?php if ($tracker_object) echo ', '. $tracker_object; ?>);
121
- <?php if ($custom_code) echo $custom_code; ?>
122
-
123
  </script>
124
 
125
  <?php
90
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
91
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
92
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
93
+ <?php if ($custom_code) echo "\t\t\t" . $custom_code . "\n"; ?>
94
  ga('create', '<?php echo $tracking_id; ?>', 'auto'<?php if ($tracker_object) echo ', '. $tracker_object; ?>);
95
  <?php
96
+ if ($display_ads) echo $ga_display . "\n\t\t\t";
97
+ if ($link_attr) echo $ga_link . "\n\t\t\t";
98
+ if ($anonymize) echo $ga_anon . "\n\t\t\t";
99
+ if ($force_ssl) echo $ga_ssl . "\n\t\t\t";
 
100
  ?>ga('send', 'pageview');
101
  </script>
102
 
116
  <script>
117
  window.dataLayer = window.dataLayer || [];
118
  function gtag(){dataLayer.push(arguments);}
119
+ <?php if ($custom_code) echo "\t\t\t" . $custom_code . "\n"; ?>
120
  gtag('js', new Date());
121
  gtag('config', '<?php echo $tracking_id; ?>'<?php if ($tracker_object) echo ', '. $tracker_object; ?>);
 
 
122
  </script>
123
 
124
  <?php
inc/settings-display.php CHANGED
@@ -24,20 +24,33 @@ if (!function_exists('add_action')) die(); ?>
24
 
25
  <div class="gap-panel-overview">
26
 
27
- <p><?php esc_html_e('This plugin adds the GA Tracking Code to your site. Log in to your Google account to view your stats.', 'ga-google-analytics'); ?></p>
28
-
29
- <ul>
30
- <li><a class="gap-toggle" data-target="usage" href="#gap-panel-usage"><?php esc_html_e('How to Use', 'ga-google-analytics'); ?></a></li>
31
- <li><a class="gap-toggle" data-target="settings" href="#gap-panel-settings"><?php esc_html_e('Plugin Settings', 'ga-google-analytics'); ?></a></li>
32
- <li><a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/support/plugin/ga-google-analytics"><?php esc_html_e('Plugin Homepage', 'ga-google-analytics'); ?></a></li>
33
- </ul>
 
 
 
 
 
 
 
 
 
 
 
34
 
35
- <p>
36
- <?php esc_html_e('If you like this plugin, please', 'ga-google-analytics'); ?>
37
- <a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/support/plugin/ga-google-analytics/reviews/?rate=5#new-post" title="<?php esc_attr_e('THANK YOU for your support!', 'ga-google-analytics'); ?>">
38
- <?php esc_html_e('give it a 5-star rating', 'ga-google-analytics'); ?>&nbsp;&raquo;
39
- </a>
40
- </p>
 
 
41
 
42
  </div>
43
 
@@ -158,8 +171,10 @@ if (!function_exists('add_action')) die(); ?>
158
  <div class="gap-caption">
159
  <?php esc_html_e('Any code entered here will be added to', 'ga-google-analytics'); ?> <code>ga('create')</code>
160
  <?php esc_html_e('for Universal Analytics, or added to', 'ga-google-analytics'); ?> <code>gtag('config')</code>
161
- <?php esc_html_e('for Global Site Tag.', 'ga-google-analytics'); ?>
162
- <a target="_blank" rel="noopener noreferrer" href="https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers"><?php esc_html_e('Learn more about creating trackers', 'ga-google-analytics'); ?></a>.
 
 
163
  </div>
164
  </td>
165
  </tr>
@@ -168,10 +183,11 @@ if (!function_exists('add_action')) die(); ?>
168
  <td>
169
  <textarea id="gap_options[gap_custom_code]" name="gap_options[gap_custom_code]" type="textarea" rows="4" cols="70"><?php if (isset($gap_options['gap_custom_code'])) echo esc_textarea($gap_options['gap_custom_code']); ?></textarea>
170
  <div class="gap-caption">
171
- <?php esc_html_e('Any code entered here will be added to the GA code snippet. This is useful for things like', 'ga-google-analytics'); ?>
172
- <a target="_blank" rel="noopener noreferrer" href="https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers#working_with_multiple_trackers"><?php esc_html_e('creating multiple trackers', 'ga-google-analytics'); ?></a>
173
- <?php esc_html_e('and', 'ga-google-analytics'); ?> <a target="_blank" rel="noopener noreferrer" href="https://support.google.com/360suite/optimize/"><?php esc_html_e('Google Optimize', 'ga-google-analytics'); ?></a>.
174
- <?php esc_html_e('Can use', 'ga-google-analytics'); ?> <code>%%userid%%</code> <?php esc_html_e('to display the current user ID.', 'ga-google-analytics'); ?>
 
175
  </div>
176
  </td>
177
  </tr>
@@ -181,7 +197,7 @@ if (!function_exists('add_action')) die(); ?>
181
  <textarea id="gap_options[gap_custom]" name="gap_options[gap_custom]" type="textarea" rows="4" cols="70"><?php if (isset($gap_options['gap_custom'])) echo esc_textarea($gap_options['gap_custom']); ?></textarea>
182
  <div class="gap-caption">
183
  <?php esc_html_e('Here you may specify any markup to be displayed in the', 'ga-google-analytics'); ?> <code>&lt;head&gt;</code>
184
- <?php esc_html_e('section (or in the footer, depending on the "Code Location" setting, above).', 'ga-google-analytics'); ?>
185
  </div>
186
  </td>
187
  </tr>
@@ -207,6 +223,13 @@ if (!function_exists('add_action')) die(); ?>
207
  <?php esc_html_e('Disable tracking of Admin-level users', 'ga-google-analytics') ?>
208
  </td>
209
  </tr>
 
 
 
 
 
 
 
210
  </table>
211
 
212
  </div>
24
 
25
  <div class="gap-panel-overview">
26
 
27
+ <div class="gap-col-1">
28
+
29
+ <p><?php esc_html_e('This plugin adds the GA Tracking Code to your site. Log in to your Google account to view your stats.', 'ga-google-analytics'); ?></p>
30
+
31
+ <ul>
32
+ <li><a class="gap-toggle" data-target="usage" href="#gap-panel-usage"><?php esc_html_e('How to Use', 'ga-google-analytics'); ?></a></li>
33
+ <li><a class="gap-toggle" data-target="settings" href="#gap-panel-settings"><?php esc_html_e('Plugin Settings', 'ga-google-analytics'); ?></a></li>
34
+ <li><a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/plugins/ga-google-analytics/"><?php esc_html_e('Plugin Homepage', 'ga-google-analytics'); ?></a></li>
35
+ </ul>
36
+
37
+ <p>
38
+ <?php esc_html_e('If you like this plugin, please', 'ga-google-analytics'); ?>
39
+ <a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/support/plugin/ga-google-analytics/reviews/?rate=5#new-post" title="<?php esc_attr_e('THANK YOU for your support!', 'ga-google-analytics'); ?>">
40
+ <?php esc_html_e('give it a 5-star rating', 'ga-google-analytics'); ?>&nbsp;&raquo;
41
+ </a>
42
+ </p>
43
+
44
+ </div>
45
 
46
+ <div class="gap-col-2">
47
+
48
+ <p>
49
+ &#10095; <?php esc_html_e('Check out the', 'ga-google-analytics'); ?>
50
+ <a target="_blank" rel="noopener noreferrer" href="https://plugin-planet.com/ga-google-analytics-pro/" title="<?php esc_html_e('GA Google Analytics Pro', 'ga-google-analytics'); ?>"><?php esc_html_e('PRO Version', 'ga-google-analytics'); ?>&nbsp;&raquo;</a>
51
+ </p>
52
+
53
+ </div>
54
 
55
  </div>
56
 
171
  <div class="gap-caption">
172
  <?php esc_html_e('Any code entered here will be added to', 'ga-google-analytics'); ?> <code>ga('create')</code>
173
  <?php esc_html_e('for Universal Analytics, or added to', 'ga-google-analytics'); ?> <code>gtag('config')</code>
174
+ <?php esc_html_e('for Global Site Tag. This is useful for things like', 'ga-google-analytics'); ?>
175
+ <a target="_blank" rel="noopener noreferrer" href="https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers"><?php esc_html_e('tracker objects', 'ga-google-analytics'); ?></a>
176
+ <?php esc_html_e('and', 'ga-google-analytics'); ?>
177
+ <a target="_blank" rel="noopener noreferrer" href="https://support.google.com/360suite/optimize/"><?php esc_html_e('optimize', 'ga-google-analytics'); ?></a>.
178
  </div>
179
  </td>
180
  </tr>
183
  <td>
184
  <textarea id="gap_options[gap_custom_code]" name="gap_options[gap_custom_code]" type="textarea" rows="4" cols="70"><?php if (isset($gap_options['gap_custom_code'])) echo esc_textarea($gap_options['gap_custom_code']); ?></textarea>
185
  <div class="gap-caption">
186
+ <?php esc_html_e('Any code entered here will be added to the GA code snippet. This is useful for things like creating', 'ga-google-analytics'); ?>
187
+ <a target="_blank" rel="noopener noreferrer" href="https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers#working_with_multiple_trackers"><?php esc_html_e('multiple trackers', 'ga-google-analytics'); ?></a>
188
+ <?php esc_html_e('and', 'ga-google-analytics'); ?>
189
+ <a target="_blank" rel="noopener noreferrer" href="https://developers.google.com/analytics/devguides/collection/analyticsjs/user-opt-out"><?php esc_html_e('user opt-out', 'ga-google-analytics'); ?></a>.
190
+ <?php esc_html_e('Note: you can use', 'ga-google-analytics'); ?> <code>%%userid%%</code> <?php esc_html_e('to output the current user ID.', 'ga-google-analytics'); ?>
191
  </div>
192
  </td>
193
  </tr>
197
  <textarea id="gap_options[gap_custom]" name="gap_options[gap_custom]" type="textarea" rows="4" cols="70"><?php if (isset($gap_options['gap_custom'])) echo esc_textarea($gap_options['gap_custom']); ?></textarea>
198
  <div class="gap-caption">
199
  <?php esc_html_e('Here you may specify any markup to be displayed in the', 'ga-google-analytics'); ?> <code>&lt;head&gt;</code>
200
+ <?php esc_html_e('section (or in the footer, depending on the "Tracking Code Location" setting, above).', 'ga-google-analytics'); ?>
201
  </div>
202
  </td>
203
  </tr>
223
  <?php esc_html_e('Disable tracking of Admin-level users', 'ga-google-analytics') ?>
224
  </td>
225
  </tr>
226
+ <tr>
227
+ <th><label><?php esc_html_e('More Options', 'ga-google-analytics') ?></label></th>
228
+ <td class="ga-pro-info">
229
+ <?php esc_html_e('For advanced features, check out', 'ga-google-analytics') ?>
230
+ <a target="_blank" rel="noopener noreferrer" href="https://plugin-planet.com/ga-google-analytics-pro/"><?php esc_html_e('GA Google Analytics Pro', 'ga-google-analytics'); ?>&nbsp;&raquo;</a>
231
+ </td>
232
+ </tr>
233
  </table>
234
 
235
  </div>
languages/ga-google-analytics.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: GA Google Analytics\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2018-08-17 21:47+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -31,83 +31,100 @@ msgstr ""
31
  msgid "Settings"
32
  msgstr ""
33
 
34
- #: ga-google-analytics.php:140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  msgid "Click here to rate and review this plugin on WordPress.org"
36
  msgstr ""
37
 
38
- #: ga-google-analytics.php:141
39
  msgid "Rate this plugin"
40
  msgstr ""
41
 
42
- #: ga-google-analytics.php:163
43
  msgid "requires WordPress "
44
  msgstr ""
45
 
46
- #: ga-google-analytics.php:164
47
  msgid " or higher, and has been deactivated! "
48
  msgstr ""
49
 
50
- #: ga-google-analytics.php:165
51
  msgid "Please return to the"
52
  msgstr ""
53
 
54
- #: ga-google-analytics.php:166
55
  msgid "WP Admin Area"
56
  msgstr ""
57
 
58
- #: ga-google-analytics.php:166
59
  msgid "to upgrade WordPress and try again."
60
  msgstr ""
61
 
62
- #: ga-google-analytics.php:226
63
  msgid "Default options restored."
64
  msgstr ""
65
 
66
- #: ga-google-analytics.php:230
67
  msgid "No changes made to options."
68
  msgstr ""
69
 
70
- #: ga-google-analytics.php:262 ga-google-analytics.php:268
71
  msgid "Cheatin&rsquo; huh?"
72
  msgstr ""
73
 
74
- #: ga-google-analytics.php:347
75
  msgid "Include tracking code in page head (via"
76
  msgstr ""
77
 
78
- #: ga-google-analytics.php:347 ga-google-analytics.php:351
79
  msgid ")"
80
  msgstr ""
81
 
82
- #: ga-google-analytics.php:351
83
  msgid "Include tracking code in page footer (via"
84
  msgstr ""
85
 
86
- #: ga-google-analytics.php:363 inc/settings-display.php:62
87
  msgid "Universal Analytics"
88
  msgstr ""
89
 
90
- #: ga-google-analytics.php:364 inc/settings-display.php:63
91
  msgid "Global Site Tag"
92
  msgstr ""
93
 
94
- #: ga-google-analytics.php:365
95
  msgid "Legacy"
96
  msgstr ""
97
 
98
- #: ga-google-analytics.php:371
99
  msgid "(default)"
100
  msgstr ""
101
 
102
- #: ga-google-analytics.php:375
103
  msgid "(new method)"
104
  msgstr ""
105
 
106
- #: ga-google-analytics.php:379
107
  msgid "(deprecated)"
108
  msgstr ""
109
 
110
- #: ga-google-analytics.php:442
111
  msgid "Restore default plugin options"
112
  msgstr ""
113
 
@@ -119,266 +136,286 @@ msgstr ""
119
  msgid "Overview"
120
  msgstr ""
121
 
122
- #: inc/settings-display.php:27
123
  msgid ""
124
  "This plugin adds the GA Tracking Code to your site. Log in to your Google "
125
  "account to view your stats."
126
  msgstr ""
127
 
128
- #: inc/settings-display.php:30 inc/settings-display.php:50
129
  msgid "How to Use"
130
  msgstr ""
131
 
132
- #: inc/settings-display.php:31 inc/settings-display.php:87
133
  msgid "Plugin Settings"
134
  msgstr ""
135
 
136
- #: inc/settings-display.php:32 inc/settings-display.php:252
137
- msgid "Plugin Homepage"
138
- msgstr ""
139
-
140
- #: inc/settings-display.php:36
141
  msgid "If you like this plugin, please"
142
  msgstr ""
143
 
144
- #: inc/settings-display.php:37
145
  msgid "THANK YOU for your support!"
146
  msgstr ""
147
 
148
- #: inc/settings-display.php:38
149
  msgid "give it a 5-star rating"
150
  msgstr ""
151
 
152
- #: inc/settings-display.php:56
 
 
 
 
 
 
 
 
 
 
 
 
153
  msgid "How to use this plugin:"
154
  msgstr ""
155
 
156
- #: inc/settings-display.php:59
157
  msgid "Visit the \"Plugin Settings\" panel"
158
  msgstr ""
159
 
160
- #: inc/settings-display.php:60
161
  msgid "Enter your GA Tracking ID"
162
  msgstr ""
163
 
164
- #: inc/settings-display.php:62
165
  msgid "Choose either"
166
  msgstr ""
167
 
168
- #: inc/settings-display.php:63 inc/support-panel.php:62
169
  msgid "or"
170
  msgstr ""
171
 
172
- #: inc/settings-display.php:65
173
  msgid "Configure any other plugin settings as desired (optional)"
174
  msgstr ""
175
 
176
- #: inc/settings-display.php:68
177
  msgid ""
178
  "Save changes and done. After 24-48 hours, you can log into your Google "
179
  "Analytics account to view your stats."
180
  msgstr ""
181
 
182
- #: inc/settings-display.php:72
183
  msgid ""
184
  "Note that it can take 24-48 hours after adding the tracking code before any "
185
  "analytical data appears in your"
186
  msgstr ""
187
 
188
- #: inc/settings-display.php:73
189
  msgid "Google Analytics account"
190
  msgstr ""
191
 
192
- #: inc/settings-display.php:74
193
  msgid ""
194
  "To check that the GA tacking code is included, look at the source code of "
195
  "your web page(s). Learn more at the"
196
  msgstr ""
197
 
198
- #: inc/settings-display.php:75
199
  msgid "Google Analytics Help Center"
200
  msgstr ""
201
 
202
- #: inc/settings-display.php:95
203
  msgid "GA Tracking ID"
204
  msgstr ""
205
 
206
- #: inc/settings-display.php:99
207
  msgid "Tracking Method"
208
  msgstr ""
209
 
210
- #: inc/settings-display.php:108 inc/settings-display.php:112
211
  msgid "Display Advertising"
212
  msgstr ""
213
 
214
- #: inc/settings-display.php:111 inc/settings-display.php:119
215
- #: inc/settings-display.php:127 inc/settings-display.php:135
216
  msgid "Enable support for"
217
  msgstr ""
218
 
219
- #: inc/settings-display.php:116
220
  msgid "Link Attribution"
221
  msgstr ""
222
 
223
- #: inc/settings-display.php:120
224
  msgid "Enhanced Link Attribution"
225
  msgstr ""
226
 
227
- #: inc/settings-display.php:124 inc/settings-display.php:128
228
  msgid "IP Anonymization"
229
  msgstr ""
230
 
231
- #: inc/settings-display.php:132 inc/settings-display.php:136
232
  msgid "Force SSL"
233
  msgstr ""
234
 
235
- #: inc/settings-display.php:145
236
  msgid "Tracking Code Location"
237
  msgstr ""
238
 
239
- #: inc/settings-display.php:149
240
  msgid ""
241
  "Tip: Google recommends including the tracking code in the page head, but "
242
  "including it in the footer can benefit page performance."
243
  msgstr ""
244
 
245
- #: inc/settings-display.php:150
246
  msgid "If in doubt, go with the head option."
247
  msgstr ""
248
 
249
- #: inc/settings-display.php:155
250
  msgid "Custom Tracker Objects"
251
  msgstr ""
252
 
253
- #: inc/settings-display.php:159
254
  msgid "Any code entered here will be added to"
255
  msgstr ""
256
 
257
- #: inc/settings-display.php:160
258
  msgid "for Universal Analytics, or added to"
259
  msgstr ""
260
 
261
- #: inc/settings-display.php:161
262
- msgid "for Global Site Tag."
263
  msgstr ""
264
 
265
- #: inc/settings-display.php:162
266
- msgid "Learn more about creating trackers"
267
  msgstr ""
268
 
269
- #: inc/settings-display.php:167
 
 
 
 
 
 
 
 
270
  msgid "Custom GA Code"
271
  msgstr ""
272
 
273
- #: inc/settings-display.php:171
274
  msgid ""
275
  "Any code entered here will be added to the GA code snippet. This is useful "
276
- "for things like"
277
- msgstr ""
278
-
279
- #: inc/settings-display.php:172
280
- msgid "creating multiple trackers"
281
  msgstr ""
282
 
283
- #: inc/settings-display.php:173
284
- msgid "and"
285
  msgstr ""
286
 
287
- #: inc/settings-display.php:173
288
- msgid "Google Optimize"
289
  msgstr ""
290
 
291
- #: inc/settings-display.php:174
292
- msgid "Can use"
293
  msgstr ""
294
 
295
- #: inc/settings-display.php:174
296
- msgid "to display the current user ID."
297
  msgstr ""
298
 
299
- #: inc/settings-display.php:179
300
  msgid "Custom Code"
301
  msgstr ""
302
 
303
- #: inc/settings-display.php:183
304
  msgid "Here you may specify any markup to be displayed in the"
305
  msgstr ""
306
 
307
- #: inc/settings-display.php:184
308
  msgid ""
309
- "section (or in the footer, depending on the \"Code Location\" setting, above)"
310
- "."
311
  msgstr ""
312
 
313
- #: inc/settings-display.php:189
314
  msgid "Custom Code Location"
315
  msgstr ""
316
 
317
- #: inc/settings-display.php:192
318
  msgid "Display Custom Code"
319
  msgstr ""
320
 
321
- #: inc/settings-display.php:192
322
  msgid "before"
323
  msgstr ""
324
 
325
- #: inc/settings-display.php:193
326
  msgid "the GA tracking code. Leave unchecked to display"
327
  msgstr ""
328
 
329
- #: inc/settings-display.php:193
330
  msgid "after"
331
  msgstr ""
332
 
333
- #: inc/settings-display.php:193
334
  msgid "the tracking code."
335
  msgstr ""
336
 
337
- #: inc/settings-display.php:197
338
  msgid "Admin Area"
339
  msgstr ""
340
 
341
- #: inc/settings-display.php:200
342
  msgid "Enable GA in the WordPress Admin Area"
343
  msgstr ""
344
 
345
- #: inc/settings-display.php:204
346
  msgid "Admin Users"
347
  msgstr ""
348
 
349
- #: inc/settings-display.php:207
350
  msgid "Disable tracking of Admin-level users"
351
  msgstr ""
352
 
353
- #: inc/settings-display.php:214
 
 
 
 
 
 
 
 
354
  msgid "Save Changes"
355
  msgstr ""
356
 
357
- #: inc/settings-display.php:222
358
  msgid "Restore Defaults"
359
  msgstr ""
360
 
361
- #: inc/settings-display.php:226
362
  msgid "Click the link to restore the default plugin options."
363
  msgstr ""
364
 
365
- #: inc/settings-display.php:236
366
  msgid "Show Support"
367
  msgstr ""
368
 
369
- #: inc/settings-display.php:253
370
  msgid "by"
371
  msgstr ""
372
 
373
- #: inc/settings-display.php:254
374
  msgid "Jeff Starr on Twitter"
375
  msgstr ""
376
 
377
- #: inc/settings-display.php:255
378
  msgid "@"
379
  msgstr ""
380
 
381
- #: inc/settings-display.php:256
382
  msgid "Obsessive Web Development"
383
  msgstr ""
384
 
3
  msgstr ""
4
  "Project-Id-Version: GA Google Analytics\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2019-03-13 00:51+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
31
  msgid "Settings"
32
  msgstr ""
33
 
34
+ #: ga-google-analytics.php:134
35
+ msgid "Get GA Pro!"
36
+ msgstr ""
37
+
38
+ #: ga-google-analytics.php:135
39
+ msgid "Go&nbsp;Pro"
40
+ msgstr ""
41
+
42
+ #: ga-google-analytics.php:153 inc/settings-display.php:34
43
+ #: inc/settings-display.php:275
44
+ msgid "Plugin Homepage"
45
+ msgstr ""
46
+
47
+ #: ga-google-analytics.php:154
48
+ msgid "Homepage"
49
+ msgstr ""
50
+
51
+ #: ga-google-analytics.php:159
52
  msgid "Click here to rate and review this plugin on WordPress.org"
53
  msgstr ""
54
 
55
+ #: ga-google-analytics.php:160
56
  msgid "Rate this plugin"
57
  msgstr ""
58
 
59
+ #: ga-google-analytics.php:182
60
  msgid "requires WordPress "
61
  msgstr ""
62
 
63
+ #: ga-google-analytics.php:183
64
  msgid " or higher, and has been deactivated! "
65
  msgstr ""
66
 
67
+ #: ga-google-analytics.php:184
68
  msgid "Please return to the"
69
  msgstr ""
70
 
71
+ #: ga-google-analytics.php:185
72
  msgid "WP Admin Area"
73
  msgstr ""
74
 
75
+ #: ga-google-analytics.php:185
76
  msgid "to upgrade WordPress and try again."
77
  msgstr ""
78
 
79
+ #: ga-google-analytics.php:245
80
  msgid "Default options restored."
81
  msgstr ""
82
 
83
+ #: ga-google-analytics.php:249
84
  msgid "No changes made to options."
85
  msgstr ""
86
 
87
+ #: ga-google-analytics.php:281 ga-google-analytics.php:287
88
  msgid "Cheatin&rsquo; huh?"
89
  msgstr ""
90
 
91
+ #: ga-google-analytics.php:366
92
  msgid "Include tracking code in page head (via"
93
  msgstr ""
94
 
95
+ #: ga-google-analytics.php:366 ga-google-analytics.php:370
96
  msgid ")"
97
  msgstr ""
98
 
99
+ #: ga-google-analytics.php:370
100
  msgid "Include tracking code in page footer (via"
101
  msgstr ""
102
 
103
+ #: ga-google-analytics.php:382 inc/settings-display.php:75
104
  msgid "Universal Analytics"
105
  msgstr ""
106
 
107
+ #: ga-google-analytics.php:383 inc/settings-display.php:76
108
  msgid "Global Site Tag"
109
  msgstr ""
110
 
111
+ #: ga-google-analytics.php:384
112
  msgid "Legacy"
113
  msgstr ""
114
 
115
+ #: ga-google-analytics.php:390
116
  msgid "(default)"
117
  msgstr ""
118
 
119
+ #: ga-google-analytics.php:394
120
  msgid "(new method)"
121
  msgstr ""
122
 
123
+ #: ga-google-analytics.php:398
124
  msgid "(deprecated)"
125
  msgstr ""
126
 
127
+ #: ga-google-analytics.php:461
128
  msgid "Restore default plugin options"
129
  msgstr ""
130
 
136
  msgid "Overview"
137
  msgstr ""
138
 
139
+ #: inc/settings-display.php:29
140
  msgid ""
141
  "This plugin adds the GA Tracking Code to your site. Log in to your Google "
142
  "account to view your stats."
143
  msgstr ""
144
 
145
+ #: inc/settings-display.php:32 inc/settings-display.php:63
146
  msgid "How to Use"
147
  msgstr ""
148
 
149
+ #: inc/settings-display.php:33 inc/settings-display.php:100
150
  msgid "Plugin Settings"
151
  msgstr ""
152
 
153
+ #: inc/settings-display.php:38
 
 
 
 
154
  msgid "If you like this plugin, please"
155
  msgstr ""
156
 
157
+ #: inc/settings-display.php:39
158
  msgid "THANK YOU for your support!"
159
  msgstr ""
160
 
161
+ #: inc/settings-display.php:40
162
  msgid "give it a 5-star rating"
163
  msgstr ""
164
 
165
+ #: inc/settings-display.php:49
166
+ msgid "Check out the"
167
+ msgstr ""
168
+
169
+ #: inc/settings-display.php:50 inc/settings-display.php:230
170
+ msgid "GA Google Analytics Pro"
171
+ msgstr ""
172
+
173
+ #: inc/settings-display.php:50
174
+ msgid "PRO Version"
175
+ msgstr ""
176
+
177
+ #: inc/settings-display.php:69
178
  msgid "How to use this plugin:"
179
  msgstr ""
180
 
181
+ #: inc/settings-display.php:72
182
  msgid "Visit the \"Plugin Settings\" panel"
183
  msgstr ""
184
 
185
+ #: inc/settings-display.php:73
186
  msgid "Enter your GA Tracking ID"
187
  msgstr ""
188
 
189
+ #: inc/settings-display.php:75
190
  msgid "Choose either"
191
  msgstr ""
192
 
193
+ #: inc/settings-display.php:76 inc/support-panel.php:62
194
  msgid "or"
195
  msgstr ""
196
 
197
+ #: inc/settings-display.php:78
198
  msgid "Configure any other plugin settings as desired (optional)"
199
  msgstr ""
200
 
201
+ #: inc/settings-display.php:81
202
  msgid ""
203
  "Save changes and done. After 24-48 hours, you can log into your Google "
204
  "Analytics account to view your stats."
205
  msgstr ""
206
 
207
+ #: inc/settings-display.php:85
208
  msgid ""
209
  "Note that it can take 24-48 hours after adding the tracking code before any "
210
  "analytical data appears in your"
211
  msgstr ""
212
 
213
+ #: inc/settings-display.php:86
214
  msgid "Google Analytics account"
215
  msgstr ""
216
 
217
+ #: inc/settings-display.php:87
218
  msgid ""
219
  "To check that the GA tacking code is included, look at the source code of "
220
  "your web page(s). Learn more at the"
221
  msgstr ""
222
 
223
+ #: inc/settings-display.php:88
224
  msgid "Google Analytics Help Center"
225
  msgstr ""
226
 
227
+ #: inc/settings-display.php:108
228
  msgid "GA Tracking ID"
229
  msgstr ""
230
 
231
+ #: inc/settings-display.php:112
232
  msgid "Tracking Method"
233
  msgstr ""
234
 
235
+ #: inc/settings-display.php:121 inc/settings-display.php:125
236
  msgid "Display Advertising"
237
  msgstr ""
238
 
239
+ #: inc/settings-display.php:124 inc/settings-display.php:132
240
+ #: inc/settings-display.php:140 inc/settings-display.php:148
241
  msgid "Enable support for"
242
  msgstr ""
243
 
244
+ #: inc/settings-display.php:129
245
  msgid "Link Attribution"
246
  msgstr ""
247
 
248
+ #: inc/settings-display.php:133
249
  msgid "Enhanced Link Attribution"
250
  msgstr ""
251
 
252
+ #: inc/settings-display.php:137 inc/settings-display.php:141
253
  msgid "IP Anonymization"
254
  msgstr ""
255
 
256
+ #: inc/settings-display.php:145 inc/settings-display.php:149
257
  msgid "Force SSL"
258
  msgstr ""
259
 
260
+ #: inc/settings-display.php:158
261
  msgid "Tracking Code Location"
262
  msgstr ""
263
 
264
+ #: inc/settings-display.php:162
265
  msgid ""
266
  "Tip: Google recommends including the tracking code in the page head, but "
267
  "including it in the footer can benefit page performance."
268
  msgstr ""
269
 
270
+ #: inc/settings-display.php:163
271
  msgid "If in doubt, go with the head option."
272
  msgstr ""
273
 
274
+ #: inc/settings-display.php:168
275
  msgid "Custom Tracker Objects"
276
  msgstr ""
277
 
278
+ #: inc/settings-display.php:172
279
  msgid "Any code entered here will be added to"
280
  msgstr ""
281
 
282
+ #: inc/settings-display.php:173
283
  msgid "for Universal Analytics, or added to"
284
  msgstr ""
285
 
286
+ #: inc/settings-display.php:174
287
+ msgid "for Global Site Tag. This is useful for things like"
288
  msgstr ""
289
 
290
+ #: inc/settings-display.php:175
291
+ msgid "tracker objects"
292
  msgstr ""
293
 
294
+ #: inc/settings-display.php:176 inc/settings-display.php:188
295
+ msgid "and"
296
+ msgstr ""
297
+
298
+ #: inc/settings-display.php:177
299
+ msgid "optimize"
300
+ msgstr ""
301
+
302
+ #: inc/settings-display.php:182
303
  msgid "Custom GA Code"
304
  msgstr ""
305
 
306
+ #: inc/settings-display.php:186
307
  msgid ""
308
  "Any code entered here will be added to the GA code snippet. This is useful "
309
+ "for things like creating"
 
 
 
 
310
  msgstr ""
311
 
312
+ #: inc/settings-display.php:187
313
+ msgid "multiple trackers"
314
  msgstr ""
315
 
316
+ #: inc/settings-display.php:189
317
+ msgid "user opt-out"
318
  msgstr ""
319
 
320
+ #: inc/settings-display.php:190
321
+ msgid "Note: you can use"
322
  msgstr ""
323
 
324
+ #: inc/settings-display.php:190
325
+ msgid "to output the current user ID."
326
  msgstr ""
327
 
328
+ #: inc/settings-display.php:195
329
  msgid "Custom Code"
330
  msgstr ""
331
 
332
+ #: inc/settings-display.php:199
333
  msgid "Here you may specify any markup to be displayed in the"
334
  msgstr ""
335
 
336
+ #: inc/settings-display.php:200
337
  msgid ""
338
+ "section (or in the footer, depending on the \"Tracking Code Location\" "
339
+ "setting, above)."
340
  msgstr ""
341
 
342
+ #: inc/settings-display.php:205
343
  msgid "Custom Code Location"
344
  msgstr ""
345
 
346
+ #: inc/settings-display.php:208
347
  msgid "Display Custom Code"
348
  msgstr ""
349
 
350
+ #: inc/settings-display.php:208
351
  msgid "before"
352
  msgstr ""
353
 
354
+ #: inc/settings-display.php:209
355
  msgid "the GA tracking code. Leave unchecked to display"
356
  msgstr ""
357
 
358
+ #: inc/settings-display.php:209
359
  msgid "after"
360
  msgstr ""
361
 
362
+ #: inc/settings-display.php:209
363
  msgid "the tracking code."
364
  msgstr ""
365
 
366
+ #: inc/settings-display.php:213
367
  msgid "Admin Area"
368
  msgstr ""
369
 
370
+ #: inc/settings-display.php:216
371
  msgid "Enable GA in the WordPress Admin Area"
372
  msgstr ""
373
 
374
+ #: inc/settings-display.php:220
375
  msgid "Admin Users"
376
  msgstr ""
377
 
378
+ #: inc/settings-display.php:223
379
  msgid "Disable tracking of Admin-level users"
380
  msgstr ""
381
 
382
+ #: inc/settings-display.php:227
383
+ msgid "More Options"
384
+ msgstr ""
385
+
386
+ #: inc/settings-display.php:229
387
+ msgid "For advanced features, check out"
388
+ msgstr ""
389
+
390
+ #: inc/settings-display.php:237
391
  msgid "Save Changes"
392
  msgstr ""
393
 
394
+ #: inc/settings-display.php:245
395
  msgid "Restore Defaults"
396
  msgstr ""
397
 
398
+ #: inc/settings-display.php:249
399
  msgid "Click the link to restore the default plugin options."
400
  msgstr ""
401
 
402
+ #: inc/settings-display.php:259
403
  msgid "Show Support"
404
  msgstr ""
405
 
406
+ #: inc/settings-display.php:276
407
  msgid "by"
408
  msgstr ""
409
 
410
+ #: inc/settings-display.php:277
411
  msgid "Jeff Starr on Twitter"
412
  msgstr ""
413
 
414
+ #: inc/settings-display.php:278
415
  msgid "@"
416
  msgstr ""
417
 
418
+ #: inc/settings-display.php:279
419
  msgid "Obsessive Web Development"
420
  msgstr ""
421
 
readme.txt CHANGED
@@ -10,8 +10,8 @@ Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
  Tested up to: 5.1
13
- Stable tag: 20190220
14
- Version: 20190220
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
@@ -42,6 +42,7 @@ This plugin enables Google Analytics for your entire WordPress site. Lightweight
42
  * Option to disable tracking of admin-level users
43
  * Option to enable page tracking in the Admin Area
44
  * Easy to customize the tracking code
 
45
 
46
  This is a lightweight plugin that inserts the required GA tracking code. To view your site statistics, visit your Google Analytics account.
47
 
@@ -59,14 +60,35 @@ This is a lightweight plugin that inserts the required GA tracking code. To view
59
  * Supports [Force SSL](https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#forceSSL)
60
  * Supports [Tracker Objects](https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers)
61
  * Supports [Google Optimize](https://support.google.com/360suite/optimize/)
 
62
 
63
- Learn more about [Google Analytics](http://www.google.com/analytics/)!
64
 
65
- **GDPR**
66
 
67
- This plugin does not collect any user data. Even so, the tracking code added by this plugin is used by Google to collect all sorts of user data. So this plugin does _not_ do anything to make your site _less_ compliant with GDPR. I have done my best to ensure that this plugin is 100% GDPR compliant, but I'm not a lawyer so can't guarantee anything. To ensure that your site is compliant with GDPR, please consult an attorney, and also check with Google and/or configure your Google account settings and/or tracking code as required by GDPR.
68
 
69
- > Works perfectly with or without Gutenberg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
 
71
 
72
 
@@ -125,6 +147,16 @@ To restore default plugin options, either uninstall/reinstall the plugin, or vis
125
  GA Google Analytics cleans up after itself. All plugin settings will be removed from your database when the plugin is uninstalled via the Plugins screen. Your collected GA data will remain in your Google account.
126
 
127
 
 
 
 
 
 
 
 
 
 
 
128
 
129
  == Screenshots ==
130
 
@@ -199,6 +231,7 @@ And/or purchase one of my premium WordPress plugins:
199
  * [BBQ Pro](https://plugin-planet.com/bbq-pro/) - Super fast WordPress firewall
200
  * [Blackhole Pro](https://plugin-planet.com/blackhole-pro/) - Automatically block bad bots
201
  * [Banhammer Pro](https://plugin-planet.com/banhammer-pro/) - Monitor traffic and ban the bad guys
 
202
  * [USP Pro](https://plugin-planet.com/usp-pro/) - Unlimited front-end forms
203
 
204
  Links, tweets and likes also appreciated. Thanks! :)
@@ -209,6 +242,22 @@ Links, tweets and likes also appreciated. Thanks! :)
209
 
210
  *Thank you to everyone who shares feedback for GA Google Analytics!*
211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
  **20190220**
213
 
214
  * Just a version bump for compat with WP 5.1
10
  Contributors: specialk
11
  Requires at least: 4.1
12
  Tested up to: 5.1
13
+ Stable tag: 20190311
14
+ Version: 20190311
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
42
  * Option to disable tracking of admin-level users
43
  * Option to enable page tracking in the Admin Area
44
  * Easy to customize the tracking code
45
+ * More features available in the [Pro version](https://plugin-planet.com/ga-google-analytics-pro/)
46
 
47
  This is a lightweight plugin that inserts the required GA tracking code. To view your site statistics, visit your Google Analytics account.
48
 
60
  * Supports [Force SSL](https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#forceSSL)
61
  * Supports [Tracker Objects](https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers)
62
  * Supports [Google Optimize](https://support.google.com/360suite/optimize/)
63
+ * Supports [User Opt-Out](https://developers.google.com/analytics/devguides/collection/analyticsjs/user-opt-out)
64
 
65
+ Also supports tracking links and conversions via the Custom Code setting. Learn more about [Google Analytics](http://www.google.com/analytics/)!
66
 
67
+ **Pro Version**
68
 
69
+ [GA Google Analytics Pro](https://plugin-planet.com/ga-google-analytics-pro/) includes the same features as the free version, PLUS the following:
70
 
71
+ * Visitor Opt-Out Box (frontend UI)
72
+ * Configure multiple tracking codes
73
+ * Live Preview of all tracking codes
74
+ * Choose location of multiple tracking codes
75
+ * Supports Custom Code in header or footer
76
+ * Disable tracking of all logged-in users
77
+ * Disable Tracking for any Post IDs, User Roles, Post Types
78
+ * Disable Tracking for Search Results and Post Archives
79
+ * Display Opt-Out Box automatically or via shortcode
80
+ * Complete Inline Help/Documentation
81
+ * Priority plugin help and support
82
+
83
+ Learn more and get [GA Pro &raquo;](https://plugin-planet.com/ga-google-analytics-pro/)
84
+
85
+ **Privacy**
86
+
87
+ __User Data:__ This plugin does not collect any user data. Even so, the tracking code added by this plugin is used by Google to collect all sorts of user data. You can learn more about Google Privacy [here](https://policies.google.com/privacy?hl=en-US).
88
+
89
+ __Cookies:__ This plugin uses simple cookies for the visitor Opt-Out Box to remember user preference for opt-in or out of Google Analytics.
90
+
91
+ __Services:__ This plugin does not connect to any third-party locations or services, but it does enable Google to collect all sorts of data.
92
 
93
 
94
 
147
  GA Google Analytics cleans up after itself. All plugin settings will be removed from your database when the plugin is uninstalled via the Plugins screen. Your collected GA data will remain in your Google account.
148
 
149
 
150
+ **Pro Version**
151
+
152
+ Want more control over your GA Tracking codes? With awesome features like Opt-Out Box and Code Previews? Check out [GA Pro &raquo;](https://plugin-planet.com/ga-google-analytics-pro/)
153
+
154
+
155
+ **Like the plugin?**
156
+
157
+ If you like GA Google Analytics, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/ga-google-analytics/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!
158
+
159
+
160
 
161
  == Screenshots ==
162
 
231
  * [BBQ Pro](https://plugin-planet.com/bbq-pro/) - Super fast WordPress firewall
232
  * [Blackhole Pro](https://plugin-planet.com/blackhole-pro/) - Automatically block bad bots
233
  * [Banhammer Pro](https://plugin-planet.com/banhammer-pro/) - Monitor traffic and ban the bad guys
234
+ * [GA Google Analytics Pro](https://plugin-planet.com/ga-google-analytics-pro/) - Connect your WordPress to Google Analytics
235
  * [USP Pro](https://plugin-planet.com/usp-pro/) - Unlimited front-end forms
236
 
237
  Links, tweets and likes also appreciated. Thanks! :)
242
 
243
  *Thank you to everyone who shares feedback for GA Google Analytics!*
244
 
245
+ If you like GA Google Analytics, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/ga-google-analytics/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!
246
+
247
+ > New Pro version available! Check out [GA Pro &raquo;](https://plugin-planet.com/ga-google-analytics-pro/)
248
+
249
+
250
+ **20190311**
251
+
252
+ * Adds support for GA User Opt-Out
253
+ * Adds GA Pro link to `action_links()`
254
+ * Adds Homepage link to `plugin_links()`
255
+ * Adds check for admin user for settings shortcut link
256
+ * Custom GA Code now outputs before any calls to `ga()`/`gtag()`
257
+ * Refines plugin settings screen UI and information
258
+ * Generates new default translation template
259
+ * Tests on WordPress 5.1 and 5.2 (alpha)
260
+
261
  **20190220**
262
 
263
  * Just a version bump for compat with WP 5.1