Ensure GA events have a course label if available

This commit is contained in:
Gabe Mulley
2015-05-15 14:18:00 -04:00
committed by cahrens
parent e7a348d6d9
commit 63b0378520
4 changed files with 83 additions and 0 deletions

View File

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