analytics

Django saving the whole request for statistics, whats available?

徘徊边缘 提交于 2019-11-27 13:22:27
问题 I want to save everything that can be used for statistics, such as referrer, os, browser etc. What is available and what's the best way to store it? This is only important for 1 application (1 page) in the project, the other pages some standard analytics product will be used such as google analytics. I had a look at django-tracking, but it seems this is overkill as I only want to use it on 1 view. The ideal situation would be, passing the whole request object to a TaskQue and do the

How to use analytics for desktop applications? [closed]

耗尽温柔 提交于 2019-11-27 11:47:19
Google Analytics is nice, but it is for websites. If I have a console application how can I track its usage worldwide? Can i just download an transparent.gif file from the analytics service provider? What are your thoughts on such analytics? Google Analytics isn't just for websites, they have bindings for: .NET Objective-C Android iOS (Apple) Gadgets Chrome Extensions Flash/Flex Silverlight So you can use Google Analytics pretty much anywhere, and they don't seem to have too much of an issue with it. See also: Google Analytics Core Reporting API Client Libraries & Sample Code I'm aware that

How does Litmus track their email analytics?

你离开我真会死。 提交于 2019-11-27 09:42:25
问题 So, 'Litmus', a web app for testing emails and webpages across browsers and email clients, has a proprietary method that they claim is able to track not just opens, clicks, browsers, etc (standard with an embedded image and pass-through link tracking.) What's unique is they claim that they are able to track what actions the end user took, how long the end user read it for, and if they deleted or forwarded the email. They claim they do this without JavaScript, and purely using embedded images.

Get envelope.i.e overlapping time spans

旧街凉风 提交于 2019-11-27 07:28:51
问题 I have a table with online sessions like this (empty rows are just for better visibility): ip_address | start_time | stop_time ------------|------------------|------------------ 10.10.10.10 | 2016-04-02 08:00 | 2016-04-02 08:12 10.10.10.10 | 2016-04-02 08:11 | 2016-04-02 08:20 10.10.10.10 | 2016-04-02 09:00 | 2016-04-02 09:10 10.10.10.10 | 2016-04-02 09:05 | 2016-04-02 09:08 10.10.10.10 | 2016-04-02 09:05 | 2016-04-02 09:11 10.10.10.10 | 2016-04-02 09:02 | 2016-04-02 09:15 10.10.10.10 | 2016

Firebase: There was an unknown error while processing the request. Try again.

你。 提交于 2019-11-27 03:45:53
问题 I'm just trying to creating new project in Firebase but getting this error every time. 回答1: What I did was sign out from Firebase and sign back in again. This worked. The project was already created. The problem occurred because maybe the Firebase console was unable to sync or refresh, but signing out and back in worked for me. Try that. 回答2: I have this issue as well however, it was because of an outage in the Firebase service. To check for outages, go to: https://status.firebase.google.com

How do I track file downloads

点点圈 提交于 2019-11-27 00:49:16
问题 I have a website that plays mp3s in a flash player. If a user clicks 'play' the flash player automatically downloads an mp3 and starts playing it. Is there an easy way to track how many times a particular song clip (or any binary file) has been downloaded? Is the play link a link to the actual mp3 file or to some javascript code that pops up a player? If the latter, you can easily add your own logging code in there to track the number of hits to it. If the former, you'll need something that

Race condition and using Google Analytics Asynchronous (_gaq) synchronously

五迷三道 提交于 2019-11-26 22:53:58
问题 I have a website which is using Google Analytics newer asynchronous tracking method (_gaq). The problem I've run into is that I want to institute some specific link tracking and am worried that I will be creating a race condition. Basically, it's a news website so it has headlines which link to stories all over the place. A headline for a story might appear in 3 different places on a page, and appear on hundreds of other pages. Thus, in order to understand how our audience is interacting with

How to use analytics for desktop applications? [closed]

孤人 提交于 2019-11-26 22:21:15
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . Google Analytics is nice, but it is for websites. If I have a console application how can I track its usage worldwide? Can i just download an transparent.gif file from the analytics service provider? What are your thoughts on such analytics? 回答1: Google Analytics isn't just for

Tell bots apart from human visitors for stats?

冷暖自知 提交于 2019-11-26 18:27:41
I am looking to roll my own simple web stats script. The only major obstacle on the road, as far as I can see, is telling human visitors apart from bots. I would like to have a solution for that which I don't need to maintain on a regular basis (i.e. I don't want to update text files with bot-related User-agents). Is there any open service that does that, like Akismet does for spam? Or is there a PHP project that is dedicated to recognizing spiders and bots and provides frequent updates? To clarify: I'm not looking to block bots. I do not need 100% watertight results . I just want to exclude

Is there any way to post events to Google Analytics via server-side API? [closed]

主宰稳场 提交于 2019-11-26 18:16:59
I'm trying to use Google Analytics from our backend system by posting events to it. Is there any way to do this with GA's API on server-side? It is now possible (and easy) to track Analytics data from the server-side. With the launch of Universal Analytics, you can now use the Measurement Protocol to post data to the GA servers. Code samples here Koby Douek using System; using System.Collections.Generic; using System.Web; using System.Net; using System.IO; using System.Text; public class GoogleAnalyticsApi { public static void TrackEvent(string type, string category, string action, string