Module: SimpleAnalytics

Defined in:
lib/simple_analytics.rb,
lib/simple_analytics/version.rb

Defined Under Namespace

Classes: Api, NotSuccessfulResponseError

Constant Summary collapse

REQUIRED_PROPERTIES =

Required query parameters are used to configure which data to return from Google Analytics.

['ids', 'start-date', 'end-date', 'metrics']
API_URL =
'https://www.googleapis.com/analytics/v3/data/ga'
VERSION =
"0.0.2"