Version Description
Download this release
Release Info
Developer | joostdevalk |
Plugin | Google Analytics for WordPress by MonsterInsights |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- gapp/googleanalytics.php +4 -4
- readme.txt +1 -1
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: 1.
|
8 |
Author URI: http://www.joostdevalk.nl/
|
9 |
License: GPL
|
10 |
|
@@ -258,10 +258,10 @@ if ( ! class_exists( 'GA_Filter' ) ) {
|
|
258 |
echo("\n\t<!-- Google Analytics for WordPress | http://www.joostdevalk.nl/wordpress/google-analytics/ -->\n");
|
259 |
echo("\t<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\"></script>\n");
|
260 |
if ( $options["extrase"] == true ) {
|
261 |
-
echo("\t<script src=\"".get_bloginfo('url')."/wp-content/plugins/
|
262 |
}
|
263 |
if ( $options['imagese'] ) {
|
264 |
-
echo("\t<script src=\"".get_bloginfo('url')."/wp-content/plugins/
|
265 |
}
|
266 |
echo("\t<script type=\"text/javascript\">\n");
|
267 |
echo("\t\t_uacct = \"".$options["uastring"]."\";\n");
|
@@ -442,4 +442,4 @@ if ($options['trackoutbound']) {
|
|
442 |
add_filter('get_bookmarks', array('GA_Filter','bookmarks'), 99);
|
443 |
add_filter('get_comment_author_link', array('GA_Filter','comment_author_link'), 99);
|
444 |
}
|
445 |
-
?>
|
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: 1.1
|
8 |
Author URI: http://www.joostdevalk.nl/
|
9 |
License: GPL
|
10 |
|
258 |
echo("\n\t<!-- Google Analytics for WordPress | http://www.joostdevalk.nl/wordpress/google-analytics/ -->\n");
|
259 |
echo("\t<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\"></script>\n");
|
260 |
if ( $options["extrase"] == true ) {
|
261 |
+
echo("\t<script src=\"".get_bloginfo('url')."/wp-content/plugins/gapp/custom_se.js\" type=\"text/javascript\"></script>\n");
|
262 |
}
|
263 |
if ( $options['imagese'] ) {
|
264 |
+
echo("\t<script src=\"".get_bloginfo('url')."/wp-content/plugins/gapp/track-imagesearch.js\" type=\"text/javascript\"></script>\n");
|
265 |
}
|
266 |
echo("\t<script type=\"text/javascript\">\n");
|
267 |
echo("\t\t_uacct = \"".$options["uastring"]."\";\n");
|
442 |
add_filter('get_bookmarks', array('GA_Filter','bookmarks'), 99);
|
443 |
add_filter('get_comment_author_link', array('GA_Filter','comment_author_link'), 99);
|
444 |
}
|
445 |
+
?>
|
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
|
7 |
-
Stable tag: 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 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
|
7 |
+
Stable tag: 1.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 add extra search engines, track image search queries and it will even work together with Urchin.
|
10 |
|