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: Created Sept. 17, 2014, 8:47 p.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
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 = [
{

Powered by Google App Engine
This is Rietveld