From 3f3d1962c7127ca313e4cdb8534564a49b8ba88b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 22 Feb 2018 07:29:56 -0800 Subject: [PATCH] Hash client ID --- plexpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index e6104475..130c9d6b 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -1674,7 +1674,7 @@ def generate_uuid(): def send_analytics(): - tracker = Tracker.create('UA-111522699-2', client_id=CONFIG.PMS_UUID) + tracker = Tracker.create('UA-111522699-2', client_id=CONFIG.PMS_UUID, hash_client_id=True) tracker.send('event', { 'category': 'system', 'action': 'install',