Plugin Directory

Changeset 688392


Ignore:
Timestamp:
03/28/2013 12:00:35 PM (13 years ago)
Author:
bstaruk
Message:

Fixed typos, added FAQ entry for verifying your Analytics profile.

Location:
analytics-enabler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • analytics-enabler/trunk/Analytics-Enabler.php

    r686266 r688392  
    33Plugin Name: Analytics Enabler
    44Description: This plugin will include your Google Analytics tracking code immediately before the closing [head] tag of every page.
    5 Version: 1.1.4
     5Version: 1.1.5
    66Author: Brian Staruk
    77Author URI: http://brian.staruk.me
     
    1111if (!function_exists('add_action'))
    1212{
    13     echo 'You shouldn\'nt be here.';
     13    echo 'You shouldn\'t be here.';
    1414    exit;
    1515}
  • analytics-enabler/trunk/readme.txt

    r686266 r688392  
    44Requires at least: 3.5.1
    55Tested up to: 3.5.1
    6 Stable tag: 1.1.4
     6Stable tag: 1.1.5
    77License: MIT
    88
     
    2525The 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.
    2626
     27= I am new to Analytics. Does this plugin do everything for me? =
     28
     29Before 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
    2731== Screenshots ==
    2832
     
    3135
    3236== Changelog ==
     37
     38= 1.1.5 =
     39* Typos fixed
     40* Added FAQ entry about verifying your Analytics account.
    3341
    3442= 1.1.4 =
Note: See TracChangeset for help on using the changeset viewer.