mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Add Linux distro to Google Analytics
This commit is contained in:
parent
7c76b0678a
commit
883280be09
1 changed files with 1 additions and 0 deletions
|
@ -1824,6 +1824,7 @@ def initialize_tracker():
|
||||||
'appId': plexpy.INSTALL_TYPE,
|
'appId': plexpy.INSTALL_TYPE,
|
||||||
'appInstallerId': plexpy.CONFIG.GIT_BRANCH,
|
'appInstallerId': plexpy.CONFIG.GIT_BRANCH,
|
||||||
'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFROM_RELEASE), # App Platform
|
'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFROM_RELEASE), # App Platform
|
||||||
|
'dimension2': common.PLATFORM_LINUX_DISTRO, # Linux Distro
|
||||||
'userLanguage': plexpy.SYS_LANGUAGE,
|
'userLanguage': plexpy.SYS_LANGUAGE,
|
||||||
'documentEncoding': plexpy.SYS_ENCODING,
|
'documentEncoding': plexpy.SYS_ENCODING,
|
||||||
'noninteractive': True
|
'noninteractive': True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue