Re: website statistics

2014-05-22 Thread chansonsyiddish
Thanks for all the answers! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to djang

Re: website statistics

2014-05-22 Thread Timothy W. Cook
On Wed, May 21, 2014 at 4:46 PM, chansonsyiddish wrote: > > Thanks for the suggestion anyway... other ideas? > You can import your logfile data into R and do any analysis you want. Timothy Cook LinkedIn Profile:http://www.linkedin.com/in/timothyway

RE: [] website statistics

2014-05-21 Thread Henrik Genssen
, socket.SOCK_DGRAM) sock.connect((settings.CARBON_SERVER, int(settings.CARBON_PORT))) sock.sendall(message) sock.close() regards Henrik >reply to message: >date: 21.05.2014 10:05:22 >from: "Chansons" >to: django-users@googlegroups.com >subject: [] website statis

Re: website statistics

2014-05-21 Thread chansonsyiddish
Yes, lots of! I've been using google analytics for another website for a few years, because it was easy to use, and didn't need any technical knowledge, and it works ok. But since I intend now to be more in control of what goes on, and have time to learn, I see no reason why I should go on givi

Re: website statistics

2014-05-21 Thread Andreas Kuhne
I would use google analytics for that. Any reason why you are not using google analytics? Regards, Andréas 2014-05-21 20:15 GMT+02:00 chansonsyiddish : > Thanks for your answer, Avraham, I will look into the logfile to see if I > can use that. I don't need any "pretty" display, just plain visi

Re: website statistics

2014-05-21 Thread chansonsyiddish
Thanks for your answer, Avraham, I will look into the logfile to see if I can use that. I don't need any "pretty" display, just plain visitors data, and their comportement while they visit the website. Is there someone else who'd have already done this sort of things, managing directly the sta

Re: website statistics

2014-05-21 Thread Avraham Serour
ons wrote: > Hello, > > looking on the web, I didn't find any website statistics script written > with python, or django. > If some exist, where could I find them, and if not, what do I need to know > to write my own? > > Thanks > > -- > You received this

website statistics

2014-05-21 Thread Chansons
Hello, looking on the web, I didn't find any website statistics script written with python, or django. If some exist, where could I find them, and if not, what do I need to know to write my own? Thanks -- You received this message because you are subscribed to the Google Groups &q

Re: Website Statistics - What should I use to have Google Analytics in Django?

2011-12-01 Thread Ivo Brodien
>> Out of curiousity: > > Is there anything similiar which does work well in an intranet > environment or an environment, where one does not want to send data to a > third party server? Not Django but Piwik (MySQL, PHP) can do this. http://piwik.org/ -- You received this message because you

Re: Website Statistics - What should I use to have Google Analytics in Django?

2011-12-01 Thread Daniel Roseman
On Thursday, 1 December 2011 10:32:11 UTC, Gelonida N wrote: > > Out of curiousity: > > Is there anything similiar which does work well in an intranet > environment or an environment, where one does not want to send data to a > third party server? > I've used django-request for this - it's very

Re: Website Statistics - What should I use to have Google Analytics in Django?

2011-12-01 Thread Gelonida N
On 11/30/2011 09:25 PM, Andre Lopes wrote: > Hi, > > I need to track visitors with Google Analytics. What should I use to > get Google Analytics working on Django? > > What is my best choice? > > Best Regards, > Out of curiousity: Is there anything similiar which does work well in an intrane

Re: Website Statistics - What should I use to have Google Analytics in Django?

2011-11-30 Thread Sime Ramov
* Andre Lopes [2011-11-30 20:25+]: > I need to track visitors with Google Analytics. What should I use to > get Google Analytics working on Django? Are you serious? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Website Statistics - What should I use to have Google Analytics in Django?

2011-11-30 Thread william ratcliff
Google gives you a small piece of javascript that you need to insert into your pages to track them. So, all you need to do is to insert that code into your templates... On 11/30/11, Carlos Daniel Ruvalcaba Valenzuela wrote: > A quick Google revealed that there is already a > django-google-analyt

Re: Website Statistics - What should I use to have Google Analytics in Django?

2011-11-30 Thread Carlos Daniel Ruvalcaba Valenzuela
A quick Google revealed that there is already a django-google-analytics package, why not try to check it out? otherwise you could as last resort just put their tracking code on your master template and be done with it. http://code.google.com/p/django-google-analytics/ Regards, Carlos Ruvalcaba -

Website Statistics - What should I use to have Google Analytics in Django?

2011-11-30 Thread Andre Lopes
Hi, I need to track visitors with Google Analytics. What should I use to get Google Analytics working on Django? What is my best choice? Best Regards, -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django