Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolaslopezj/orion-ga

Google analytics made for orion
https://github.com/nicolaslopezj/orion-ga

Last synced: 23 days ago
JSON representation

Google analytics made for orion

Awesome Lists containing this project

README

        

Orion Google Analytics
======================

This package install google analytics and lets you set the tracking code from the admin.

```sh
meteor add nicolaslopezj:orion-ga
```

> You need to set pageviews

```js
GAnalytics.pageview();
GAnalytics.pageview("/hello");
```