Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierluigi/google_analytics
FuelCMS - Google Analytics module
https://github.com/pierluigi/google_analytics
Last synced: 30 days ago
JSON representation
FuelCMS - Google Analytics module
- Host: GitHub
- URL: https://github.com/pierluigi/google_analytics
- Owner: pierluigi
- Archived: true
- Created: 2011-09-25T17:36:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T07:09:45.000Z (almost 11 years ago)
- Last Synced: 2024-08-04T01:25:34.817Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Analytics - FuelCMS Module
FuelCMS Website (http://getfuelcms.com/)
Version: 1## Author
Initial port from PyroCMS by Pierlo (http://getfuelcms.com/forums/profile/710/pierlo)## Credits
This module is a port of the Google Analytics widget provided by PyroCMS.
It also makes use of the Analytics lib by Vincent Kleijnendorst.## Description
Use this module to access Google Analytics stats directly inside the FuelCMS dashboard.## Installation
Copy the google_analytics folder inside your /fuel/modules/ folder and edit the config/google_analytics.php file.This module is designed for the dashboard and you need to add it do the 'dashboards' key in your MY_fuel.php config, eg
> $config['dashboards'] = array('google_analytics');
## FAQ
Q. Where can I find my GA numeric profile ID?
A. Here: [http://productforums.google.com/forum/#!topic/analytics/dRuAr1K4waI](http://productforums.google.com/forum/#!topic/analytics/dRuAr1K4waI)Q. What about the Tracking Code?
A. See [http://support.google.com/analytics/bin/answer.py?hl=en&answer=1032385](http://support.google.com/analytics/bin/answer.py?hl=en&answer=1032385)