diff options
author | Matthew Summers <matthew.summers@liquidustech.com> | 2009-10-22 15:47:55 -0500 |
---|---|---|
committer | Matthew Summers <matthew.summers@liquidustech.com> | 2009-10-22 15:47:55 -0500 |
commit | a8312722196cd66060841bc59f41520d29702d39 (patch) | |
tree | fda70ee969423e0f8f944e7ad7478530e209c059 /TODO | |
parent | Intial commit. (diff) | |
download | gentoo-ads-a8312722196cd66060841bc59f41520d29702d39.tar.gz gentoo-ads-a8312722196cd66060841bc59f41520d29702d39.tar.bz2 gentoo-ads-a8312722196cd66060841bc59f41520d29702d39.zip |
Created impressions logging using python logging module, thanks to Darren Wynne of
Liquidus Tech for the assist with that.
Added new settings related to the above
Added to the README to reflect the changes
Updated the TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -4,14 +4,19 @@ gentoo-ads show how to serve the static media via dev server create demo images -implement impression counter + +Below is complete using python's logging module for performance & simplicity +[[ implement impression counter needs design decision what is the desired output for analysis why not use apache logs? +]] implement serialized POST to collect clickthru and related JS design decision needed what info from the REQUEST object do we want? -Something else maybe? +This is for SysAdmins by SysAdmins so we will not make a dashboard unless someone wants it really bad. +[[ Something else maybe? A nice little analytics dashboard ... that could be nice. +]]
\ No newline at end of file |