Browse Source

updated readme to mirror gh-pages

bmallred 12 years ago
parent
commit
b30001ffbf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

23
Custom tags supported out-of-the-box
23
Custom tags supported out-of-the-box
24
------------------------------------
24
------------------------------------
25
25
26
Often you want to track more meaningful information along with what is provided. Simply apply any number of custom attributes prefixed with **"data-analytics-"** and we will take care of the rest!
26
Often you want to track more meaningful information instead of just page hits. Simply apply any number of custom attributes prefixed with **data-analytics-** and we will take care of the rest!
27
27
28
```html
28
```html
29
<a id="myLink" href="#" data-analytics-outfit="pajamas" data-analytics-shoes="slippers">My link</a>
29
<a id="myLink" href="#" data-analytics-outfit="pajamas" data-analytics-shoes="slippers">My link</a>
42
Determining the flow
42
Determining the flow
43
--------------------
43
--------------------
44
44
45
It is also possible to track the flow a user goes through while visiting your page if you have an uniquely identifier piece of information. This can be done during initialization as such:
45
It is also possible to track the flow of users while they visit your site by specifying their unique identifier. This can be done during initialization like so:
46
46
47
```javascript
47
```javascript
48
$(function () {
48
$(function () {