Merge pull request #8080 from edx/track/ga-label-shim

Add course_id as label for Google Analytics events
This commit is contained in:
Christina Roberts
2015-05-19 09:20:07 -04:00
4 changed files with 83 additions and 0 deletions

View File

@@ -791,6 +791,9 @@ EVENT_TRACKING_BACKENDS = {
'OPTIONS': {
'whitelist': []
}
},
{
'ENGINE': 'track.shim.GoogleAnalyticsProcessor'
}
]
}