Skip to content

Commit

Permalink
Merge pull request #44 from matiasiglesias/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Jurian Sluiman committed Jun 26, 2014
2 parents d1554e0 + ef2a2c4 commit 343ba99
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,20 @@ The Google Analytics Display Advertising features include the following:
- [Demographics and Interests reporting](https://support.google.com/analytics/answer/2799357)
- [Remarketing with Google Analytics](https://support.google.com/analytics/answer/2611268)
- DoubleClick Campaign Manager integration (for [Google Analytics Premium](https://www.google.com/intl/en_ALL/analytics/premium/index.html))

### Universal Analytics or Google Analytics

You can switch to the universal.js code instead of ga.js. the default setting is to use the ga.js style. To change to the other renderer, set a variable inside the configuration:

```php
/**
* Set the type of javascript to use for Google Analytics
*
* Allowed values: "google-analytics-ga" or "google-analytics-universal".
*/
'google_analytics' => array(
'script' => 'google-analytics-universal',
),
```

More information about Benefits of using Universal Analytics is available on this [Google Developers](https://developers.google.com/analytics/devguides/collection/upgrade/#benefits) page.

0 comments on commit 343ba99

Please sign in to comment.