Changeset 688392
- Timestamp:
- 03/28/2013 12:00:35 PM (13 years ago)
- Location:
- analytics-enabler/trunk
- Files:
-
- 2 edited
-
Analytics-Enabler.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
analytics-enabler/trunk/Analytics-Enabler.php
r686266 r688392 3 3 Plugin Name: Analytics Enabler 4 4 Description: This plugin will include your Google Analytics tracking code immediately before the closing [head] tag of every page. 5 Version: 1.1. 45 Version: 1.1.5 6 6 Author: Brian Staruk 7 7 Author URI: http://brian.staruk.me … … 11 11 if (!function_exists('add_action')) 12 12 { 13 echo 'You shouldn\' nt be here.';13 echo 'You shouldn\'t be here.'; 14 14 exit; 15 15 } -
analytics-enabler/trunk/readme.txt
r686266 r688392 4 4 Requires at least: 3.5.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1.1. 46 Stable tag: 1.1.5 7 7 License: MIT 8 8 … … 25 25 The UAID can be found on the top most dashboard of your Google Analytics account. It is written in small text next to each one of your domain names, and looks something like this `UA-74368483-3`. For further assistance, check out the Screenshots page for a visual guide. 26 26 27 = I am new to Analytics. Does this plugin do everything for me? = 28 29 Before Google Analytics will begin tracking, your profile needs to be verified. To verify your profile, log into your Google Analytics account, then click on the Admin tab, then click on the Tracking Code tab. If you installed the plugin correctly (see Installation tab), just visiting this page should verify your profile. [Click here](http://support.google.com/analytics/bin/answer.py?hl=en&answer=1008083 "Google Analytics Help") for Googles official guide for verifying your web tracking setup. 30 27 31 == Screenshots == 28 32 … … 31 35 32 36 == Changelog == 37 38 = 1.1.5 = 39 * Typos fixed 40 * Added FAQ entry about verifying your Analytics account. 33 41 34 42 = 1.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.