=== Google Analytics Opt-Out === Contributors: wp-buddy Donate link: http://wp-buddy.com/products/plugins/google-analytics-opt-out Tags: google analytics, analytics, analytics opt-out, analytics opt out Version: 0.1 Requires at least: 3.7 Stable tag: 0.1 Tested up to: 3.8 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides an Opt-Out functionality for Google Analytics == Description == This plugin provides an Opt-Out functionality for Google Analytics by setting a cookie that prevents analytics.js to collect data. Works perfectly together with the [Yoast Analytics Plugin](http://wordpress.org/plugins/google-analytics-for-wordpress/ "Yoast Analytics Plugin"). == Installation == * Install and activate the plugin via your WordPress Administration panel * Go the "Settings" -> "Analytics Opt Out" and enter your UA-code (you don't need this step if Yoasts Analytics plugin is active) * * IMPORTANT: Check the sourcecode of your website and make sure that the Analytics code follows AFTER the opt-out code. Otherwise the Opt-Out feature will not work. * Read the FAQ for more information. == Frequently Asked Questions == = The opt-out code appears AFTER the Analytics code. What can I do? = Use Yoasts Analytics plugin OR add the code manually: add this code to your themes functions.php: `` Then open your themes header.php and add the following code BEFORE your Analytics code AND between `` and ``: `` == Screenshots == 1. The Opt-Out link can be added with this little button (shortcode) 2. This is how the code looks like 3. This is the settings page == Changelog == = 0.1 = * The first version == Upgrade Notice ==