Add content group metric dev/production

This commit is contained in:
JonnyWong16 2018-02-22 12:39:32 -08:00
commit 88a7b52e51
2 changed files with 5 additions and 0 deletions

View file

@ -1699,6 +1699,7 @@ def initialize_tracker():
'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFORM_VERSION), # App Platform
'userLanguage': plexpy.SYS_LANGUAGE,
'documentEncoding': plexpy.SYS_ENCODING,
'contentGroup': 'dev' if DEV else 'production',
'noninteractive': True
}