Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/stats/common.py

Issue 4635035198029824: Issue 1390 - Record referrer for download stats (Closed)
Patch Set: Removed Unicode hack Created Sept. 22, 2014, 10:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/stats/bin/logprocessor.py ('k') | sitescripts/stats/test/logprocessor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/stats/common.py
===================================================================
--- a/sitescripts/stats/common.py
+++ b/sitescripts/stats/common.py
@@ -75,16 +75,21 @@ basic_fields = [
"coltitle": "Browser",
},
{
"name": "fullua",
"title": "Browser versions",
"coltitle": "Browser version",
},
{
+ "name": "referrer",
+ "title": "Referrers",
+ "coltitle": "Referrer",
+ },
+ {
"name": "mirror",
"title": "Download mirrors",
"coltitle": "Download mirror",
},
]
downloader_fields = [
{
« no previous file with comments | « sitescripts/stats/bin/logprocessor.py ('k') | sitescripts/stats/test/logprocessor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld