Subtext
Subtext copied to clipboard
Enable capability to stop logging referrals
Given the support for Google Analytics (or frankly any other analytics) the concept of Subtext logging referral traffic to me seems pointless. The referral database areas are one where people have created scripts to clean them up and I constantly delete the data routinely.
IMO just remove the referral logging all together, but at a minimum, allow us to toggle that off.
This is something high on the list... Disabling referral tracking all together is probably the easiest option :) On/off toggle is also easy. Our original idea was to enable some kind of maintenance via a page in the admin, but since this issue is blocking people from moving to Azure (myself included) we might just add the toggle switch in the web.config.
Simo
Simone Chiaretta @simonech Sent from a tablet
On 19/feb/2012, at 06:50, Tim [email protected] wrote:
Given the support for Google Analytics (or frankly any other analytics) the concept of Subtext logging referral traffic to me seems pointless. The referral database areas are one where people have created scripts to clean them up and I constantly delete the data routinely.
IMO just remove the referral logging all together, but at a minimum, allow us to toggle that off.
Reply to this email directly or view it on GitHub: https://github.com/Haacked/Subtext/issues/21
I just disabled it in trackentry stored proc
-th
Sent from mobile - please excuse tone and brevity
On Feb 19, 2012, at 1:59 AM, Simone [email protected] wrote:
This is something high on the list... Disabling referral tracking all together is probably the easiest option :) On/off toggle is also easy. Our original idea was to enable some kind of maintenance via a page in the admin, but since this issue is blocking people from moving to Azure (myself included) we might just add the toggle switch in the web.config.
Simo
Simone Chiaretta @simonech Sent from a tablet
On 19/feb/2012, at 06:50, Tim [email protected] wrote:
Given the support for Google Analytics (or frankly any other analytics) the concept of Subtext logging referral traffic to me seems pointless. The referral database areas are one where people have created scripts to clean them up and I constantly delete the data routinely.
IMO just remove the referral logging all together, but at a minimum, allow us to toggle that off.
Reply to this email directly or view it on GitHub: https://github.com/Haacked/Subtext/issues/21
Reply to this email directly or view it on GitHub: https://github.com/Haacked/Subtext/issues/21#issuecomment-4040967
This could be set/reset from the web.config itself, through BlogConfigurationSettings=>Tracking=>enableWebStats="false" and BlogConfigurationSettings=>Tracking=>enableAggBugs="false"