Skip to content

Instantly share code, notes, and snippets.

@PaquitoSoft
PaquitoSoft / geddy_base_controller.js
Created October 17, 2012 09:44
Geddy base behaviour for controllers
/*
* Geddy JavaScript Web development framework
* Copyright 2112 Matthew Eernisse ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
@PaquitoSoft
PaquitoSoft / googleanalytics_problem_1
Created September 29, 2012 14:46
Problem with googleanalytics nodejs module
var ga = require('googleanalytics'),
util = require('util');
var GA = new ga.GA();
GA.login(function(err, token) {
var options = {
'ids': 'ga:UA-29498666-1',
'start-date': '2012-09-01',
'end-date': '2012-09-30',
'dimensions': 'ga:pagePath',