Google Analytics for WordPress by MonsterInsights - Version 2.4.1

Version Description

Download this release

Release Info

Developer joostdevalk
Plugin Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 2.4.1
Comparing to
See all releases

Code changes from version 2.4 to 2.4.1

Files changed (3) hide show
  1. gapp/adsense-track.js +2 -2
  2. gapp/googleanalytics.php +1 -1
  3. readme.txt +1 -1
gapp/adsense-track.js CHANGED
@@ -8,7 +8,7 @@ You are allowed to use this but you should keep this copyright notice here
8
 
9
  ******************************************************************************/
10
  function as_click () {
11
- pageTracker._trackVisit('/outbound/asclick');
12
  }
13
  if(typeof window.addEventListener != 'undefined') {
14
  window.addEventListener('load', adsense_init, false);
@@ -70,7 +70,7 @@ function doPageExit(e) {
70
  var inFrameX = (px > (adLeft - 10) && px < (parseInt(adLeft) + parseInt(ad[i].width) + 15));
71
  var inFrameY = (py > (adTop - 10) && py < (parseInt(adTop) + parseInt(ad[i].height) + 10));
72
  if (inFrameY && inFrameX) {
73
- pageTracker._trackVisit('/outbound/asclick');
74
  }
75
  }
76
  }
8
 
9
  ******************************************************************************/
10
  function as_click () {
11
+ pageTracker._trackPageview('/outbound/asclick');
12
  }
13
  if(typeof window.addEventListener != 'undefined') {
14
  window.addEventListener('load', adsense_init, false);
70
  var inFrameX = (px > (adLeft - 10) && px < (parseInt(adLeft) + parseInt(ad[i].width) + 15));
71
  var inFrameY = (py > (adTop - 10) && py < (parseInt(adTop) + parseInt(ad[i].height) + 10));
72
  if (inFrameY && inFrameX) {
73
+ pageTracker._trackPageview('/outbound/asclick');
74
  }
75
  }
76
  }
gapp/googleanalytics.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Analytics for WordPress
4
  Plugin URI: http://www.joostdevalk.nl/wordpress/analytics/
5
  Description: This plugin makes it simple to add Google Analytics with extra search engines and automatic clickout and download tracking to your WordPress blog.
6
  Author: Joost de Valk
7
- Version: 2.4
8
  Author URI: http://www.joostdevalk.nl/
9
  License: GPL
10
 
4
  Plugin URI: http://www.joostdevalk.nl/wordpress/analytics/
5
  Description: This plugin makes it simple to add Google Analytics with extra search engines and automatic clickout and download tracking to your WordPress blog.
6
  Author: Joost de Valk
7
+ Version: 2.4.1
8
  Author URI: http://www.joostdevalk.nl/
9
  License: GPL
10
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.joostdevalk.nl/donate/
4
  Tags: analytics, google analytics, statistics
5
  Requires at least: 2.2
6
  Tested up to: 2.3.2
7
- Stable tag: 2.4
8
 
9
  The Google Analytics for WordPress plugina automatically tracks and segments all outbound links from within posts, comment author links, links within comments, blogroll links and downloads. It also allows you to track AdSense clicks, add extra search engines, track image search queries and it will even work together with Urchin.
10
 
4
  Tags: analytics, google analytics, statistics
5
  Requires at least: 2.2
6
  Tested up to: 2.3.2
7
+ Stable tag: 2.4.1
8
 
9
  The Google Analytics for WordPress plugina automatically tracks and segments all outbound links from within posts, comment author links, links within comments, blogroll links and downloads. It also allows you to track AdSense clicks, add extra search engines, track image search queries and it will even work together with Urchin.
10