Skip to content

Commit

Permalink
reduce ga report rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Zhu committed Sep 2, 2014
1 parent c1c540a commit 574e8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chrome/pages/js/analytics.js
Expand Up @@ -65,8 +65,8 @@ function ga_report_event(event_name, event_desc, collection_rate) {


function ga_report_ratio(ratio_name, ratio_value) {
// ga_report_event(ratio_name, ratio_value, 0.1);
ga_report_event(ratio_name, ratio_value, 1.0);
ga_report_event(ratio_name, ratio_value, 0.1);
// ga_report_event(ratio_name, ratio_value, 1.0);
}


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "Unblock Youku",
"version": "2.7.5.4",
"version": "2.7.5.5",
"manifest_version": 2,
"minimum_chrome_version": "25.0",
"description": "__MSG_description__",
Expand Down

0 comments on commit 574e8e3

Please sign in to comment.