Version Description
Download this release
Release Info
Developer | yuvalo |
Plugin | WP Google Analytics Events |
Version | 1.6 |
Comparing to | |
See all releases |
Code changes from version 1.5 to 1.6
- ga-scroll-event.php +1 -1
- icon-128x128.png +0 -0
- icon-256x256.png +0 -0
- includes/admin.php +6 -5
- readme.txt +17 -6
ga-scroll-event.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Google Analytics Events
|
4 |
Plugin URI: http://wpflow.com
|
5 |
Description: Adds the Google Analytics code to your website and enables you to send events on scroll or click.
|
6 |
-
Version: 1.
|
7 |
Author: Yuval Oren
|
8 |
Author URI: http://wpflow.com
|
9 |
License: GPLv2
|
3 |
Plugin Name: WP Google Analytics Events
|
4 |
Plugin URI: http://wpflow.com
|
5 |
Description: Adds the Google Analytics code to your website and enables you to send events on scroll or click.
|
6 |
+
Version: 1.6
|
7 |
Author: Yuval Oren
|
8 |
Author URI: http://wpflow.com
|
9 |
License: GPLv2
|
icon-128x128.png
ADDED
Binary file
|
icon-256x256.png
ADDED
Binary file
|
includes/admin.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?
|
2 |
|
3 |
/*
|
4 |
* Plugin Admin Settings
|
@@ -61,11 +61,12 @@ function ga_events_settings_page() {
|
|
61 |
<tr class="features">
|
62 |
<td>
|
63 |
<ul>
|
64 |
-
<li><i class="fa fa-check-square-o fa-lg"></i><strong>
|
|
|
65 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Shortcode support</strong></li>
|
|
|
66 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>HTML Tag support</strong></li>
|
67 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Bounce Rate Control</strong></li>
|
68 |
-
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Improved link tracking</strong></li>
|
69 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Pro Support</strong></li>
|
70 |
</ul>
|
71 |
</td>
|
@@ -108,7 +109,7 @@ function ga_events_settings_page() {
|
|
108 |
|
109 |
<!--End mc_embed_signup-->
|
110 |
</div>
|
111 |
-
<? } ?>
|
112 |
|
113 |
|
114 |
<?php
|
@@ -296,7 +297,7 @@ function ga_events_admin_footer() {
|
|
296 |
window.open('http://wpflow.com/upgrade', '_blank');
|
297 |
});
|
298 |
</script>
|
299 |
-
<?
|
300 |
}
|
301 |
|
302 |
?>
|
1 |
+
<?php
|
2 |
|
3 |
/*
|
4 |
* Plugin Admin Settings
|
61 |
<tr class="features">
|
62 |
<td>
|
63 |
<ul>
|
64 |
+
<li><i class="fa fa-check-square-o fa-lg"></i><strong>One Checkbox Link Tracking</strong></li>
|
65 |
+
<li><i class="fa fa-check-square-o fa-lg"></i><strong>YouTube Video Tracking</strong></li>
|
66 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Shortcode support</strong></li>
|
67 |
+
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Set Value for Events</strong></li>
|
68 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>HTML Tag support</strong></li>
|
69 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Bounce Rate Control</strong></li>
|
|
|
70 |
<li><i class="fa fa-check-square-o fa-lg"></i><strong>Pro Support</strong></li>
|
71 |
</ul>
|
72 |
</td>
|
109 |
|
110 |
<!--End mc_embed_signup-->
|
111 |
</div>
|
112 |
+
<?php } ?>
|
113 |
|
114 |
|
115 |
<?php
|
297 |
window.open('http://wpflow.com/upgrade', '_blank');
|
298 |
});
|
299 |
</script>
|
300 |
+
<?php
|
301 |
}
|
302 |
|
303 |
?>
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== WP Google Analytics Events ===
|
2 |
Contributors: yuvalo
|
3 |
Tags: analytics, google, events, ga
|
4 |
-
Tested up to: 4.
|
5 |
-
Stable tag: 1.
|
6 |
License: GPLv2
|
7 |
Requires at least: 3.0
|
8 |
|
@@ -20,6 +20,9 @@ The plugin also supports the new Universal Tracking code by Google.
|
|
20 |
|
21 |
http://www.youtube.com/watch?v=UP8mfuV9huI
|
22 |
|
|
|
|
|
|
|
23 |
== Installation ==
|
24 |
Add the plugin by uploading the zip file or by installing it from the Wordpress Plugin directory.
|
25 |
Activate the plugin and go to the WP Google Analytics Settings page.
|
@@ -27,17 +30,25 @@ Fill in your Google Analytics account identifier, add scroll and start creating
|
|
27 |
|
28 |
http://www.youtube.com/watch?v=UP8mfuV9huI
|
29 |
|
|
|
|
|
30 |
== Screenshots ==
|
31 |
-
1. Plugin
|
|
|
|
|
32 |
2. Google Analytics real time events screenshot-2.png
|
33 |
-
== Changelog ==
|
|
|
|
|
|
|
34 |
1. UI Changes
|
35 |
2. Diactivating and reactivating the plugin will not delete previous settings
|
36 |
-
|
37 |
You can now use the plugin along with Yoast Analytics.
|
38 |
Just check the "Don't add the GA tracking code" option and if you are using the universal tracking code, check that option as well.
|
39 |
-
|
40 |
1. Fixes an issue that would cause tracking a page twice.
|
41 |
2. Admin look and feel changes.
|
42 |
3. Use the Universal Trcking code.
|
43 |
4. Added a short delay for link clicks.
|
|
1 |
=== WP Google Analytics Events ===
|
2 |
Contributors: yuvalo
|
3 |
Tags: analytics, google, events, ga
|
4 |
+
Tested up to: 4.3
|
5 |
+
Stable tag: 1.6
|
6 |
License: GPLv2
|
7 |
Requires at least: 3.0
|
8 |
|
20 |
|
21 |
http://www.youtube.com/watch?v=UP8mfuV9huI
|
22 |
|
23 |
+
|
24 |
+
[Plugin Documentation](http://wpflow.com/documentation/ "Documentation")
|
25 |
+
|
26 |
== Installation ==
|
27 |
Add the plugin by uploading the zip file or by installing it from the Wordpress Plugin directory.
|
28 |
Activate the plugin and go to the WP Google Analytics Settings page.
|
30 |
|
31 |
http://www.youtube.com/watch?v=UP8mfuV9huI
|
32 |
|
33 |
+
[For more Documentation](http://wpflow.com/documentation/ "Documentation")
|
34 |
+
|
35 |
== Screenshots ==
|
36 |
+
1. Plugin General Settings screenshot-3.png
|
37 |
+
2. Plugin Click Settings screenshot-4.png
|
38 |
+
3. Plugin Scroll Settings screenshot-5.png
|
39 |
2. Google Analytics real time events screenshot-2.png
|
40 |
+
== Changelog ==
|
41 |
+
= Version 1.6 =
|
42 |
+
1. Bug fixes
|
43 |
+
= Version 1.5 =
|
44 |
1. UI Changes
|
45 |
2. Diactivating and reactivating the plugin will not delete previous settings
|
46 |
+
= Version 1.4 =
|
47 |
You can now use the plugin along with Yoast Analytics.
|
48 |
Just check the "Don't add the GA tracking code" option and if you are using the universal tracking code, check that option as well.
|
49 |
+
= Version 1.2 =
|
50 |
1. Fixes an issue that would cause tracking a page twice.
|
51 |
2. Admin look and feel changes.
|
52 |
3. Use the Universal Trcking code.
|
53 |
4. Added a short delay for link clicks.
|
54 |
+
|