From 9a9cb4d6b6cbf25fb26ef03b3db6dd6f39d8c452 Mon Sep 17 00:00:00 2001 From: xmcp Date: Sun, 19 May 2019 11:01:38 +0800 Subject: [PATCH] update cnzz stats --- public/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index eb673b7..39e2da4 100644 --- a/public/index.html +++ b/public/index.html @@ -33,7 +33,8 @@ var config=JSON.parse(localStorage['hole_config']||'{}'); for(var key in config) if(config.hasOwnProperty(key)) - _czc.push(["_setCustomVar","config_"+key,encodeURIComponent(JSON.stringify(config[key])),0]); + _czc.push(["_trackEvent",'config',key,encodeURIComponent(JSON.stringify(config[key])),0,'']); + //_czc.push(["_setCustomVar","config_"+key,encodeURIComponent(JSON.stringify(config[key])),0]); } catch(e) { console.trace(e); }