Skip to content

Commit

Permalink
add some docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocereto committed Feb 27, 2012
1 parent 17c5787 commit 76d3672
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -49,9 +49,8 @@ That snippet will enable the common features of GAS.

## API

GAS is based on `_gas` from Google and as such supports all methods and
directives it supports. So go check [official documentation][gajs] for the GA
Tracker.
GAS is based on `_gaq` from Google and as such supports all methods it supports.
So go check [official documentation][gajs] for the GA Tracker.

[gajs]: http://code.google.com/apis/analytics/docs/gaJS/gaJSApi.html

Expand Down Expand Up @@ -189,6 +188,8 @@ This will setup Youtube Video Tracking so that events will be fired at 25%, 50%,

## Other GAS Features

GAS changes the behaiour of some functions that are defined on the [official documentation][gajs] to make it easier to implement some very common cases.

### Cross-domain

This feature help you implementing cross-domain setups. It will find and tag
Expand All @@ -209,6 +210,8 @@ It will know the right one to use for each case and all other domains pushed to
`_setDomainName` will be used to discover links between the sites.
The nice side effect is that you can have the same snippet for both websites.

Note that calling `_setDomainName` multiple times is not supported by _gaq.

### Multi-Account Tracking

Easier handling of multi-account setups. You can fire an event to all accounts
Expand Down

0 comments on commit 76d3672

Please sign in to comment.