Closed Bug 825610 Opened 11 years ago Closed 11 years ago

Add module and settings for Google Analytics API calls

Categories

(support.mozilla.org :: General, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED
2013Q1

People

(Reporter: rrosario, Assigned: rrosario)

References

Details

(Whiteboard: u=dev c=metrics p=2 s=2013.1)

For webtrends we have apps/sumo/webtrends.py and a bunch of settings:

WEBTRENDS_PROFILE_ID = 'ABC123'  # Profile id for SUMO
WEBTRENDS_WIKI_REPORT_URL = 'https://example.com/see_production.rst'
WEBTRENDS_USER = r'someaccount\someusername'
WEBTRENDS_PASSWORD = 'password'
WEBTRENDS_EPOCH = date(2010, 8, 1)  # When WebTrends started gathering stats on
                                    # the KB

We need some similar setup for Google Analytics. The goal of this bug is to be ready to add specific API calls. It might make sense to do it together with the first API call we want to switch over. I am making it a 2pter because it looks pretty easy from the docs.
Blocks: 825616
Assignee: nobody → rrosario
The oauth2client library that comes with the google api library has a dependency on PyOpenSSL. Filed IT bug 830496
Depends on: 830496
Deployed to prod today.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.