Tell Analytics to go itself
shell-script - Clear analytics using shell script |
| Tell Analytics to go itself |
| goclearanalytics() { echo "DELETE FROM moz_cookies WHERE name LIKE '__utm%';" | sqlite3 $( find ~/.mozilla -name cookies.sqlite ) } See, http://code.google.com/apis/analytics/docs/concepts/gaConceptsCookies.html if you are unclear about the Google Analytics cookie system. If Firefox is your daily browser, be a good Orwellian and run this command regularly. If you see, 'SQL error near line 1: database is locked', close Firefox and run again. |
| The topic on shell-script - Tell Analytics to go itself is posted by - Math |