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
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
Hi,
you could try graphite / carbon (and diamond) to do so, if you do not want to
rely on javascript frameworks lil Piwik or GA and want to track special actions.
http://graphite.wikidot.com
and add you custom stats by something like this using UDP:
sock = socket.socket(socket.AF_INET, sock
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
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
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
You'll need to know what information you need and how you want it to be
displayed.
Do you need to know how many times buttons were clicked on your website?
how many times a specific page was opened, how many times a picture was
downloaded? the average times some page was opened each day during las
>> 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
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
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
* 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
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
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
-
13 matches
Mail list logo