add screen views for playback

This commit is contained in:
sfaulds 2016-10-24 14:37:35 +11:00
parent 5f7a46cd95
commit 433b735880
2 changed files with 21 additions and 7 deletions

View file

@ -231,6 +231,7 @@ class Player(xbmc.Player):
ga = GoogleAnalytics()
ga.sendEventData("PlayAction", itemType, playMethod)
ga.sendScreenView(itemType)
def reportPlayback(self):