Changeset 675763
- Timestamp:
- 03/03/2013 07:36:40 PM (13 years ago)
- Location:
- segmentio/trunk
- Files:
-
- 2 edited
-
analytics-wordpress.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
segmentio/trunk/analytics-wordpress.php
r670644 r675763 5 5 Description: The hassle-free way to integrate any analytics service into your Wordpress site. 6 6 7 Version: 0.4. 27 Version: 0.4.3 8 8 License: GPLv2 9 9 … … 53 53 54 54 const SLUG = 'analytics'; 55 const VERSION = '0.4. 2';55 const VERSION = '0.4.3'; 56 56 57 57 private $option = 'analytics_wordpress_options'; … … 321 321 if (!isset($track)) return false; 322 322 323 // All of these are checking for pages, and we don't want that to throw 324 // off Google Analytics's bounce rate, so mark them `noninteraction`. 325 $track['properties']['noninteraction'] = true; 326 323 327 // Clean out empty properties before sending it back. 324 328 $track['properties'] = $this->clean_array($track['properties']); -
segmentio/trunk/readme.txt
r670644 r675763 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 0.4. 26 Stable tag: 0.4.3 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 52 52 == Changelog == 53 53 54 = 0.4.3 = 55 * Made our page view events `noninteraction` in Google Analytics. 56 54 57 = 0.4.0 = 55 58 * Added settings to turn off automatic event tracking.
Note: See TracChangeset
for help on using the changeset viewer.