From e444bad4dea98cfd290bb3e60a07e373bb336dfe Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 22 Feb 2018 12:28:22 -0800 Subject: [PATCH] Switch metric dimensions --- plexpy/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index 641440af..6ae73238 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -1694,8 +1694,9 @@ def initialize_tracker(): 'dataSource': 'server', 'appName': 'Tautulli', 'appVersion': common.VERSION_NUMBER, - 'appID': '{} {}'.format(common.PLATFORM, common.PLATFORM_VERSION), - 'appInstallerId': plexpy.INSTALL_TYPE, + 'appId': plexpy.INSTALL_TYPE, + 'appInstallerId': plexpy.CONFIG.GIT_BRANCH, + 'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFORM_VERSION), # App Platform 'userLanguage': plexpy.SYS_LANGUAGE, 'documentEncoding': plexpy.SYS_ENCODING, 'noninteractive': True